campaign.started
Event is generated whenever a published Campaign is started by a responder.
Note: A vouch.created webhook will also be generated at the same time.
"event" : {
"name" : "campaign.started",
"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" : 0
},
"externalid": "xxxxxxxx"
},
"entity" : {
"id" : "eeeeeeeeee",
"name" : "Vouch",
"url" : "https://vouchfor.com",
"externalid": "xxxxxxxx"
},
"account" : {
"name" : "David Stirk",
"email" : "[email protected]"
},
"vouch" : {
"id" : "vvvvvvvvvv",
"status" : "VIEWED",
"url" : "https://app.vouchfor.com/request/vvvvvvvvvv",
"admin" : "https://admin.vouchfor.com/admin/vvvvvvvvvv",
"externalid": "xxxxxxxx"
},
"customer" : {
"name" : "Vouch",
"url" : "https://vouchfor.com"
},
"contact" : {
"name" : "Daniel Shein",
"email" : "[email protected]"
}
}