Register a webhook for flow run notifications

In order to receive flow run notifications, you must use Adobe Developer Console to register a webhook to your Experience Platform integration.

Follow the tutorial on subscribing to I/O Event notifications for detailed steps on how to accomplish this.

IMPORTANT
During the subscription process, ensure that you select Platform notifications as the event provider, and select the following event subscriptions:
  • Experience Platform Source’s Flow Run Succeeded
  • Experience Platform Source’s Flow Run Failed

Receive flow run notifications

With your webhook connected and your event subscription complete, you can start receiving flow run notifications through the webhook dashboard.

A notification returns information such as the number of ingestion jobs run, file size, and errors. A notification also returns a payload associated with your flow run in JSON format. The response payload can either be classified as sources_flow_run_success or sources_flow_run_failure.

IMPORTANT
If partial ingestion is enabled during the flow creation process, a flow that contains both successful and failed ingestions will be marked as sources_flow_run_success only if the number of errors is below the error threshold percentage set during the flow creation process. If a successful flow run contains errors, these errors will still be included as part of the return payload.