{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.teliea.com/#organization",
      "name": "Teliea",
      "alternateName": "Teliea by Digexis",
      "url": "https://www.teliea.com",
      "logo": "https://www.teliea.com/logo.png",
      "parentOrganization": {
        "@type": "Organization",
        "name": "Digexis",
        "url": "https://digexis.com"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer service",
        "url": "https://www.teliea.com/contact",
        "availableLanguage": ["en", "fr"]
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.teliea.com/#website",
      "url": "https://www.teliea.com",
      "name": "Teliea",
      "inLanguage": "en",
      "publisher": {
        "@id": "https://www.teliea.com/#organization"
      },
      "description": "Teliea is the mass SMS platform by Digexis — for marketers, operations teams, and developers who need delivery they can trust."
    }
  ]
}
