Integrate Embed into your application's frontend

Integrate Apizee embed in a 3rd party software via an iframe

Embed is a product specially designed for integration in 3rd party software. It is develop in order to be integrated as an iframe, and communicates with its parent software using the HTML5 Web Messaging API (PostMessages).

Add Embed to your application

To integrate the application within HTML, use an iframe as below :

<iframe
  src="https://app.apizee.com/agent/?aK=<your-api-key>&cN=any_conversation_name_that_fits"
  height="720px"
  width="100%"
  allow="autoplay;microphone;camera;display-capture;encrypted-media;clipboard-write;"
></iframe>

Make sure to allow permissions to the Iframe tag.

For more information, refer to IFrame integration API reference

Last updated