{
"template_id": 28,
"timestamp": 1668112245,
"channel": "WhatsApp",
"channel_id": "62895422536400",
"user_id": "",
"variable": {
"date": "2024-01-17",
"name": "tttt001"
},
"custom": "{\"reply_url\":\"https://uat-chatbot.airudder.com/api/callback\"}"
}
curl --location --request POST 'https://api.airudder.com/api/v1/template/unitcast' \
--header 'X-AIRudder-Sign-Key: {{api_key}}' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": 28,
"timestamp": 1668112245,
"channel": "WhatsApp",
"channel_id": "62895422536400",
"user_id": "",
"variable": {
"date": "2024-01-17",
"name": "tttt001"
},
"custom": "{\"reply_url\":\"https://uat-chatbot.airudder.com/api/callback\"}"
}'
{
"request_id": "319ee993f3b586e78aa6760998140ddb",
"code": 200,
"message": "Success",
"data": {
"task_id": "cd9648d2daacce55cb97d69262e7dd23"
}
}