{
  "branch": "Notification",
  "payload": {
    "globalDebug": false,
    "headers": {
      "Content-Type": "application/json",
      "User-Agent": "DropboxWebhooks/1.0",
      "X-Dropbox-Signature": "a3f5c19e7d2b48610fe4c8a97b3d5e2016c4f8a1d9b7e3c50a2f6d8b4e17c930"
    },
    "queryParameters": null,
    "rawBody": {
      "data": "{\"list_folder\": {\"accounts\": [\"dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc\"]}, \"delta\": {\"users\": [4245623]}}",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "list_folder": {
          "accounts": [
            "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"
          ]
        },
        "delta": {
          "users": [
            4245623
          ]
        }
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "Flow 1": "https://hooks.example.com/trigger/WEBHOOK_ID"
    },
    "webhookApiKeys": {
      "Flow 1": [
        "sample-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/WEBHOOK_ID",
    "executionId": "exampleExecutionId",
    "customer": {
      "id": "testCustomerId",
      "name": "Test Customer",
      "externalId": "testCustomerExternalId"
    },
    "instance": {
      "id": "testInstanceId",
      "name": "Test Instance"
    },
    "user": {
      "id": "testUserId",
      "email": "testUserEmail@example.com",
      "name": "Test User",
      "externalId": "testUserExternalId"
    },
    "integration": {
      "id": "testIntegrationId",
      "name": "Test Integration",
      "versionSequenceId": "testIntegrationVersionSequenceId",
      "externalVersion": "testExternalVersion"
    },
    "flow": {
      "id": "testFlowId",
      "name": "Test Flow Name",
      "stableId": "testFlowStableId"
    },
    "startedAt": "2024-11-21 18:07:22.778766+00"
  }
}