How to place the Pact chat UI in your product
How to show the Pact.im chat UI in your CRM or another web app with an iframe
You can show the Pact.im chat UI inside your CRM or another web app: add an HTML iframe on the page and pass the chat UI URL as its src.
In this section:
- Build URL and signature
- Optional parameters
- Add the iframe to your product
Get started
- Take the company
company_uuidfrom Companies (external_uuid). - Compute
signaturefrom the UUID and your API token — see Build URL and signature. - Add the optional parameters you need: conversation list or a specific chat.
- Put the finished URL in an
iframeon your page — see Add iframe.