v1
latestOpenAPI 3.0.02026-07-2483164186.3 KBEmbed
Embed Chat Conversation
Returns a ready-to-use iframe URL that opens a specific WhatsApp conversation for a given contact's phone number directly inside your application. The contact's phone number is never exposed in the returned URL.
post/embed/url
Request body
Example request
{
"phone": "919876543210",
"integrationId": "intg_xxx",
"wabaNumber": "919000000000"
}Response
Success
Example response
{
"url": "https://web.doubletick.io/embed/conversations/intg_xxx/customer_xxx?showChatListPanel=false&showCustomerDetails=false&showSidebar=false"
}