Comment on page
Trigger Custom Campaign API
This is a BETA version of the API. For any queries, please write to [email protected]
This Send WhatsApp Campaign API helps you to send/ schedule a message to the end-user using an API.
This API requires an active WhatsApp Account on QuickReply.ai along with a non-negative WhatsApp Wallet Balance
Pre-requisites
- The template is already approved
- You have a wallet balance to send a template message
- You have not exceeded your daily messaging limit
post
https://app.quickreply.ai/api/campaign/{{campaign_id}}/event
Send WhatsApp Custom Campaign Message by API
curl --location --request POST 'https://app.quickreply.ai/api/campaign/XSSsd8AdrSMFfWrW_camp/event' \
--header 'client-id: Dpg3vnsdjfXwoSGNrT52G_c' \
--header 'secret-key: MDbkebDsldf9adsjbKJ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+919634687270",
"execute_at": "1672751718",
"name": "Utkarsh",
"event_id": "XXXXXXXXXXXXXXXXXXXX",
"var_1": "Blue Ribbon",
"var_2": "4",
"var_3":"₹4500",
"media_url":"https:/some-public-domain/sample_image.jpeg"
}'