curl --request POST \
--url https://webhook.sit.onedigilta.in/webhook/whatsapp_message/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from_number": "+91 94494 41410",
"type": "text",
"content": {
"body": "Hello, sourabh"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
}
]
}
'{
"success": true,
"message": "WhatsApp message(s) sent successfully."
}
Send transactional WhatsApp messages using templates.
curl --request POST \
--url https://webhook.sit.onedigilta.in/webhook/whatsapp_message/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from_number": "+91 94494 41410",
"type": "text",
"content": {
"body": "Hello, sourabh"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
}
]
}
'{
"success": true,
"message": "WhatsApp message(s) sent successfully."
}
{
"from_number": "+91 94494 41410",
"type": "text",
"content": {
"body": "Hello, sourabh"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
},
{
"whatsapp_number": "+919066722406",
"name": "Shreyas",
"email": "shreyas@inofinix.com",
"attributes": {
"city": "Blore",
"area": "HSR"
}
}
]
}
{
"from_number": "+91 94494 41410",
"type": "template",
"content": {
"template_name": "marathon_start_testing_2",
"template_language": "en"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
},
{
"whatsapp_number": "+919066722406",
"name": "Shreyas",
"email": "shreyas@inofinix.com",
"attributes": {
"city": "Blore",
"area": "HSR"
}
}
],
"custom_parameters": {
"organization.company_name": "John Doe",
"organization.business_type": "Product Based",
"organization_address.street": "New York street",
"organization_social.instagram": "example instagram"
},
"event": {
"code": "START",
"name": "start",
"data": {
"date_time": "2026-01-27T01:30:21.311Z",
"event_name": "24hr marathon run",
"bib_number": "101",
"start_time": "2026-01-15T01:30:03.588Z"
}
}
}
{
"from_number": "+91 94494 41410",
"type": "document",
"content": {
"media_url": "https://cdn-sit.onedigilta.in/media/65f08faaf9/public/transactional_whatsapp_message_report.csv",
"caption": "sample csv"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
},
{
"whatsapp_number": "+919066722406",
"name": "Shreyas",
"email": "shreyas@inofinix.com",
"attributes": {
"city": "Blore",
"area": "HSR"
}
}
]
}
{
"from_number": "+91 94494 41410",
"type": "video",
"content": {
"media_url": "https://cdn-sit.onedigilta.in/media/65f08faaf9/public/sample_video.mp4",
"caption": "sample video"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
},
{
"whatsapp_number": "+919066722406",
"name": "Shreyas",
"email": "shreyas@inofinix.com",
"attributes": {
"city": "Blore",
"area": "HSR"
}
}
]
}
{
"from_number": "+91 94494 41410",
"type": "image",
"content": {
"media_url": "https://cdn-sit.onedigilta.in/media/65f08faaf9/public/sample_image.jpg",
"caption": "sample image"
},
"recipient": [
{
"whatsapp_number": "+919886000187",
"first_name": "sourabh first",
"email": "sourabh@inofinix.com",
"attributes": {
"city": "New York",
"plan": "premium"
}
},
{
"whatsapp_number": "+919066722406",
"name": "Shreyas",
"email": "shreyas@inofinix.com",
"attributes": {
"city": "Blore",
"area": "HSR"
}
}
]
}
{
"success": true,
"message": "WhatsApp message(s) sent successfully."
}
Use your API key with the 'Bearer ' prefix
WhatsApp message(s) sent successfully.