Skip to content

Embed GoApp

GoApp is Abi’s embedded consultation experience. It brings individual health guidance from Abi’s network of licensed doctors and healthcare professionals into a partner website or application. A GoApp URL combines the environment-specific token supplied by Abi with the Abi user id returned by the REST API.

Your application remains the place where users begin their journey. GoApp opens the configured consultation experience inside it, with the language, clinician country, branding, consent, and access controls agreed for your partnership. The user identity is created server-side through the API; GoApp does not create an account in the browser.

  • An Abi partner account and GoApp configuration.
  • Server-side API authentication.
  • An Abi user account created through the REST API.
  1. Create or retrieve the Abi user

    Use the REST API to create the user. Keep your uniqueId as your own system reference and use Abi’s returned id in the GoApp URL.

  2. Choose the matching token

    Use the test GoApp token while validating the integration.
  3. Embed GoApp

    GoApp iframe
    <iframe src="https://goapp.abi.ai/{goapp-token-live}/{abi-user-id}" title="Health consultation" allow="camera; microphone"></iframe>
  4. Handle integration events

    Listen for the agreed postMessage events and validate their origin before acting on a message. See GoApp configuration and events.

Review GoApp configuration and events or contact the technical team.