{
"template_id": 28,
"timestamp": 1668112245,
"channel": "WhatsApp",
"channel_id": "62895422536400",
"receivers": [
{
"id": "8613112345678"
}
],
"template": [
{
"variable": {
"date": "2024-01-17",
"name": "tttt001"
}
}
],
"custom": "{\"robot_id\":3927,\"robot_version_id\":2612}"
}
curl --location --request POST 'https://api.airudder.com/api/v1/template/send' \
--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",
"receivers": [
{
"id": "8613112345678"
}
],
"template": [
{
"variable": {
"date": "2024-01-17",
"name": "tttt001"
}
}
],
"custom": "{\"robot_id\":3927,\"robot_version_id\":2612}"
}'
{
"request_id": "7b50b74e5ec2910fe9b250c9fda7085e",
"code": 200,
"message": "Success",
"data": {
"task_id": "3b36592db276377cf65fe22337cc2bff"
}
}