Building One Off Campaign
Trigger the outbound bot to start its campaign using webhooks to send the contact data.
Pre-requisites:
Step 1: Create a outbound bot using one-off campaign
Step 2: Configuring the webhook
// Example of a single contact payload
[
{
"name": "Nick Grey",
"phone": "1818181333",
"email": "[email protected]"
}
]
// You can send an array of contacts in a single request
[
{
"name": "Nick Grey",
"phone": "18181832333",
"email": "[email protected]"
},
{
"name": "Shaun Williams",
"phone": "1828283323",
"email": "[email protected]"
}
]Step 3: Mapping the API response fields to variables
Step 4: Create your outbound flow

Step 5: Deploy your bot to run your campaign

Step 6: See the results


Status
Meaning
Last updated