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.
What users experience
Section titled “What users experience”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.
Prerequisites
Section titled “Prerequisites”- An Abi partner account and GoApp configuration.
- Server-side API authentication.
- An Abi user account created through the REST API.
-
Create or retrieve the Abi user
Use the REST API to create the user. Keep your
uniqueIdas your own system reference and use Abi’s returnedidin the GoApp URL. -
Choose the matching token
Use the test GoApp token while validating the integration.Use the live token only after production access is approved. -
Embed GoApp
GoApp iframe <iframe src="https://goapp.abi.ai/{goapp-token-live}/{abi-user-id}" title="Health consultation" allow="camera; microphone"></iframe> -
Handle integration events
Listen for the agreed
postMessageevents and validate their origin before acting on a message. See GoApp configuration and events.
Next step
Section titled “Next step”Review GoApp configuration and events or contact the technical team.
