campaign.responded
Event is generated whenever a responder submits a completed Campaign.
Note: A vouch.reponded webhook will also be generated at the same time.
"event" : {
"name" : "campaign.responded",
"timestamp" : "2021-07-06T10:08:08.683Z",
"campaign" : {
"id" : "cccccccccc",
"name" : "Happy Customers",
"status" : "LIVE",
"url" : "https://app.vouchfor.com/c/cccccccccc",
"admin" : "https://admin.vouchfor.com/admin/cccccccccc",
"counts" : {
"views" : 1,
"starts" : 1,
"responses" : 1
},
"externalid": "xxxxxxxx"
},
"entity" : {
"id" : "eeeeeeeeee",
"name" : "Vouch",
"url" : "https://vouchfor.com",
"externalid": "xxxxxxxx"
},
"account" : {
"name" : "David Stirk",
"email" : "[email protected]"
},
"vouch" : {
"id" : "vvvvvvvvvv",
"status" : "RESPONDED",
"url" : "https://app.vouchfor.com/vvvvvvvvvv",
"admin" : "https://admin.vouchfor.com/admin/vvvvvvvvvv",
"externalid": "xxxxxxxx"
},
"customer" : {
"name" : "Vouch",
"url" : "https://vouchfor.com"
},
"contact" : {
"name" : "Daniel Shein",
"email" : "[email protected]"
}
}