curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/broadcasts/{broadcast_id}/send \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "5f6a7b8c-9d0e-1f2a-3b4c-5d6e7f8a9b0c",
"status": "sending",
"scheduled_at": null,
"started_at": "2025-10-12T17:03:21Z",
"completed_at": null
}
}Start sending messages immediately. This is asynchronous - use GET /broadcasts/ to monitor progress.
curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/broadcasts/{broadcast_id}/send \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "5f6a7b8c-9d0e-1f2a-3b4c-5d6e7f8a9b0c",
"status": "sending",
"scheduled_at": null,
"started_at": "2025-10-12T17:03:21Z",
"completed_at": null
}
}Was this page helpful?