vouch.submitted

Event is generated whenever a responder submits a completed Vouch.

Note: The URL provided in the Webhook changes from the Request link to the Play Link. A submitted Vouch still needs to be transcoded and transcribed until it is ready to view.

"event" : {
  "name" : "vouch.submitted",
  "timestamp" : "2021-07-06T10:08:08.683Z",
  "vouch" : {
    "id" : "vvvvvvvvvv",
    "status" : "SUBMITTED",
    "url" : "https://dev.vouchfor.com/vvvvvvvvvv",
    "admin" : "https://dev.vouchfor.com/admin/vvvvvvvvvv",
    "externalid": "xxxxxxxx"
  },
  "campaign" : {
    "id" : "cccccccccc",
    "name" : "Happy Customers",
    "url" : "https://dev/vouchfor.com/c/cccccccccc",
    "admin" : "https://dev/vouchfor.com/admin/cccccccccc",
    "externalid": "xxxxxxxx"
  },
  "entity" : {
    "id" : "eeeeeeeeee",
    "name" : "Vouch",
    "url" : "https://vouchfor.com",
    "externalid": "xxxxxxxx"
  },
  "account" : {
    "name" : "David Stirk",
    "email" : "[email protected]"
  },
  "customer" : {
    "name" : "Vouch",
    "url" : "https://vouchfor.com"
  },
  "contact" : {
    "name" : "Daniel Shein",
    "email" : "[email protected]"
  }
}