{
  "response": {
    "statusCode": 200,
    "contentType": "application/json",
    "body": "{ 'text': 'test' }"
  },
  "payload": {
    "user": {
      "id": "123",
      "name": "John Doe",
      "email": "john.doe@example.com",
      "externalId": "123"
    },
    "integration": {
      "id": "123",
      "name": "Example Integration",
      "versionSequenceId": "123",
      "externalVersion": "123"
    },
    "flow": {
      "id": "123",
      "name": "Example Flow"
    },
    "startedAt": "2021-01-01T00:00:00Z",
    "globalDebug": false,
    "executionId": "123123123",
    "instance": {
      "id": "123",
      "name": "Example Instance"
    },
    "invokeUrl": "https://hooks.example.com/trigger/asdfasdfasdf",
    "pathFragment": "",
    "headers": {
      "accept": "*/*",
      "Content-Type": "application/json",
      "Host": "hooks.example.com"
    },
    "body": {
      "data": {}
    },
    "rawBody": {
      "data": {
        "type": "Buffer",
        "data": [
          69,
          120,
          97,
          109,
          112,
          108,
          101
        ]
      }
    },
    "queryParameters": null,
    "webhookUrls": {
      "Flow 1": "https://hooks.example.com/trigger/EXAMPLEGbG93Q29uZmlnOmRlNmNmNDMyLTliNWMtN0005NDMxLTRmYzA4ZjViODgxOA=="
    },
    "webhookApiKeys": {
      "Flow 1": [
        "abc-123"
      ]
    },
    "customer": {
      "id": "123",
      "externalId": "customer-example-external-id",
      "name": "John Doe"
    }
  }
}