You can add a webhook integration for any of the following scenarios:
Entry data submission
When an entry is submitted, the webhook is triggered
Form submission
Fixed Campaign templates only. When the data capture form is submitted, this webhook is triggered (for templates excluding Leaderboard/ Video Leaderboard/ Tipping Competition templates)
Sign Up submission
When the sign up form is submitted, this webhook is triggered (for Leaderboard/ Video Leaderboard/ Tipping Competition templates only)
Sample payload
Example
{
"utm_source": "campaignware",
"utm_medium": "vote",
"utm_campaign": "load_test_lead_form_-_march_23",
"firstname": "Just",
"lastname": "testing2",
"email_address": "justtesting2@campaignware.com",
"allow_tc": true,
"allow_marketing": false,
"state": "state",
"postcode": "12345",
"mobile": "9876543210",
"dob": "1980-01-01",
"customDesc": "Testing custom description",
"confirmAdult": true,
"idCampaign": "1234",
"custom_fields": {
"Check box": "check 1",
"Radio button": "radio 1",
"Drop down": "drop 1",
"Free text field": "Free text"
}
}