Embedded URLs

View as Markdown

Embed an Anthropod Conversation or Customer view in your CRM, help desk, or application. The API returns a time-limited dashboard URL.

Generate and display a view

StepAction
AuthorizeCheck your own application user’s access before requesting a URL from your backend.
Select the viewSend request_type: conversations with a conversation ID, or request_type: customers with a customer ID.
Select dashboard accessSupply the service and an email for a dashboard user who already has access.
EmbedUse the returned embedded_url unchanged as the iframe source.
RefreshGenerate another URL when it expires, 60 minutes after creation.
<iframe
title="Anthropod conversation analytics"
src="RETURNED_EMBEDDED_URL"
style="width: 100%; height: 720px; border: 0;"
></iframe>

Keep your account API key on the backend. The returned URL contains access information: do not log or publicly share it, construct its path, or alter its token. Embedding does not grant the chosen dashboard user additional record or service access.

For user permissions and provider-specific CRM placement, contact support.