submission.updated

Triggered when a form submission is updated

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Example Payload

Path Parameters

{
  "path": {},
  "cookie": {},
  "header": {},
  "query": {},
  "method": "post",
  "bodyMediaType": "application/json",
  "body": {
    "seller_id": "string",
    "sellerId": "string",
    "timestamp": "2019-08-24T14:15:22Z",
    "event_id": "string",
    "eventId": "string",
    "event": "submission.updated",
    "data": {
      "submission": {
        "id": "6812fe6e9f39b6760576f01c",
        "status": "succeeded",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z"
      }
    }
  }
}