{
  "payload": {
    "headers": {
      "Content-Type": "application/json",
      "Authorization": "example-signing-secret",
      "User-Agent": "monday-webhooks"
    },
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "event": {
          "userId": 32002207,
          "originalTriggerUuid": null,
          "boardId": 2924980809,
          "pulseId": 4277581981,
          "pulseName": "Task 1",
          "groupId": "topics",
          "groupName": "Group Title",
          "groupColor": "#579bfc",
          "isTopGroup": true,
          "columnValues": {},
          "app": "monday",
          "type": "create_pulse",
          "triggerTime": "2026-05-21T14:00:00.000Z",
          "subscriptionId": 147295839,
          "triggerUuid": "b5ed2e17c530446a98b25b8e6f0d6a1f"
        }
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "Webhook Flow": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "Webhook Flow": [
        "example-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/EXAMPLE",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb246MTIzNDU=",
    "customer": {
      "id": "Q3VzdG9tZXI6MTIzNDU=",
      "externalId": "example-customer-external-id",
      "name": "Example Customer"
    },
    "instance": {
      "id": "SW5zdGFuY2U6MTIzNDU=",
      "name": "Example Instance"
    },
    "user": {
      "id": "VXNlcjoxMjM0NQ==",
      "externalId": "example-user-external-id",
      "name": "Example User",
      "email": "user@example.com"
    }
  },
  "branch": "Notification"
}