{
"whatsapp_number": "{{whatsapp_number}}",
"expected_message_template": "laborum nisi ad aliquip {{ reference_id }}",
"reference_id": null,
"reply_message_template": "-not-used-",
"intro_message_template": "laborum nisi ad aliquip {{ AgentName }}, laborum nisi ad aliquip {{ PropertyName }}. laborum nisi ad aliquip {{Link}}",
"reply_type": "INTERACTIVE",
"reply_whatsapp_components": {
"action": {
"buttons": [
{
"id": "123", // optional set a unique ID
"title": "Yes",
"type": "reply"
},
{
"id": "325", // otherwise one will be autogenerated.
"title": "No",
"type": "reply"
}
]
},
"body": {
"text": "Do you need any help?"
}
},
"notify_type": null,
"extra_variable_data": {
"AgencyName": "AgentName",
"AgentName": "AgentName",
"PropertyPrice": "0000000",
"website_name": "landing page",
"Link": "www.website.com",
"APartyDataContactName": " ",
"APartyDataContactPhonenumber": " ",
"PropertyName": "123 fake street"
}
}curl --location 'https://api.sudonum.com.com/v2/whatsapp/chat-intros/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"whatsapp_number": "{{whatsapp_number}}",
"expected_message_template": "laborum nisi ad aliquip {{ reference_id }}",
"reference_id": null,
"reply_message_template": "-not-used-",
"intro_message_template": "laborum nisi ad aliquip {{ AgentName }}, laborum nisi ad aliquip {{ PropertyName }}. laborum nisi ad aliquip {{Link}}",
"reply_type": "INTERACTIVE",
"reply_whatsapp_components": {
"action": {
"buttons": [
{
"id": "123", // optional set a unique ID
"title": "Yes",
"type": "reply"
},
{
"id": "325", // otherwise one will be autogenerated.
"title": "No",
"type": "reply"
}
]
},
"body": {
"text": "Do you need any help?"
}
},
"notify_type": null,
"extra_variable_data": {
"AgencyName": "AgentName",
"AgentName": "AgentName",
"PropertyPrice": "0000000",
"website_name": "landing page",
"Link": "www.website.com",
"APartyDataContactName": " ",
"APartyDataContactPhonenumber": " ",
"PropertyName": "123 fake street"
}
}'{
"uuid": "03bebf03-...",
"whatsapp_number": "<whatsapp_id>",
"chat_link": "../l/M9cDcJTpoS",
"reference_id": null,
"expected_message_template": "laborum nisi ad aliquip {{ reference_id }}",
"reply_message_template": "laborum nisi ad aliquip {{APartyDataContactName}}, laborum nisi ad aliquip {{AgencyName}} lorem {{PropertyName}} {{Link}} laborum nisi ad aliquip",
"reply_message_file_url": null,
"reply_type": "INTERACTIVE",
"reply_data": {
"whatsapp_components": {
"action": {
"buttons": [
{
"title": "Yes",
"type": "reply"
},
{
"title": "No",
"type": "reply"
}
]
},
"body": {
"text": "Do you need any help?"
}
}
},
"intro_message_template": "laborum nisi ad aliquip {{ AgentName }}, laborum nisi ad aliquip {{ PropertyName }}. laborum nisi ad aliquip {{Link}}",
"notify_type": null,
"notify_data": {},
"aparty_notify_data": {},
"aparty_intro_data": {},
"bparty_expiry_link": false,
"extra_variable_data": {
"AgencyName": "AgentName",
"AgentName": "AgentName",
"PropertyPrice": "0000000",
"website_name": "landing page",
"Link": "www.website.com",
"APartyDataContactName": " ",
"APartyDataContactPhonenumber": " ",
"PropertyName": "123 fake street"
},
"meta_data": {},
"created": "2025-06-27T08:32:04.773548Z",
"modified": "2025-06-27T08:32:04.792763Z"
}