Authorization: Bearer ********************
{
"recipient_type": "individual",
"preview_url": false,
"to": "9665555555",
"type": "template",
"template": {
"template_id": "test_template_name",
"language": "en",
"argument": {
"BODY": [
"Customer Name",
"123456"
]
}
}
}
curl --location --request POST 'https://api.mottasl.ai/v1/message/send?create=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient_type": "individual",
"preview_url": false,
"to": "9665555555",
"type": "template",
"template": {
"template_id": "test_template_name",
"language": "en",
"argument": {
"BODY": [
"Customer Name",
"123456"
]
}
}
}'
{
"data": {
"id": 53009555,
"message_id": "wamid.HBgMMjAxMDkyODU4Nzg1FQIAERgSNzI2OTMxNEM3M0RGOUJBM0I4AA==",
"from_id": "96600008478",
"to_id": "201000000005",
"timestamp": "2025-03-10T13:33:22.453557388Z",
"channel": "whatsapp",
"source": "",
"type": "template",
"direction": "out",
"level": "agent",
"parent_message_id": 0,
"thread_id": 0,
"business_id": "2c8a9a2d-04f8-49df-a240-f4a990782c94",
"contact_id": 92,
"forwarded": false,
"spam": 0,
"mentions": null,
"agent_id": 40000,
"window_marker": false,
"template_id": 12345,
"is_recorded": false,
"CreatedAt": "2025-03-10T13:33:22.453557Z",
"UpdatedAt": "2025-03-10T13:33:22.453557Z"
},
"message": "Message sent successfully",
"success": true
}