{
  "instanceState": {
    "stepId": "someStepId"
  },
  "polledNoChanges": false,
  "payload": {
    "globalDebug": false,
    "headers": {
      "Content-Type": "application/json"
    },
    "queryParameters": null,
    "rawBody": {
      "data": null
    },
    "body": {
      "data": {
        "entries": [
          {
            ".tag": "deleted",
            "name": "example_deleted_file.png",
            "path_lower": "/testsubfolder/example_deleted_file.png",
            "path_display": "/TestSubfolder/example_deleted_file.png"
          },
          {
            ".tag": "file",
            "name": "example_added_file.png",
            "path_lower": "/testsubfolder/example_added_file.png",
            "path_display": "/TestSubfolder/example_added_file.png",
            "id": "id:someExampleId",
            "client_modified": "2024-11-20T18:29:39Z",
            "server_modified": "2024-11-21T18:07:17Z",
            "rev": "01627702307738900000002a67d8f21",
            "size": 331590,
            "is_downloadable": true,
            "content_hash": "exampleContentHashValue"
          }
        ],
        "cursor": "examplePaginationCursorValue",
        "has_more": false
      }
    },
    "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"
    },
    "startedAt": "2024-11-21 18:07:22.778766+00"
  }
}