vouch.updated

Raised when a Vouch response has been modified. This is only raised after the Vouch response is complete, an example of an action that triggers this event is updating the transcription or a respondent add their details.

"event" : {
  "name" : "vouch.updated",
  "timestamp" : "2021-07-06T10:08:08.683Z",
  "vouch" : {
    "id" : "vvvvvvvvvv",
    "status" : "RESPONDED",
    "url" : "https://app.vouchfor.com/vvvvvvvvvv",
    "admin" : "https://admin.vouchfor.com/admin/vvvvvvvvvv",
    "plays" : 1,
    "externalid": "xxxxxxxx"
  },
  "campaign" : {
    "id" : "cccccccccc",
    "name" : "Happy Customers",
    "url" : "https://app.vouchfor.com/c/cccccccccc",
    "admin" : "https://admin.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]"
  }
}