You can use the Monitor tab on the Digibee Integration Platform to monitor your integration flows. Currently, there's no feature on the Monitor pages to notify users when an error occurs in their integration flows. However, you can set up your integration flows to notify you when an error occurs. Here’s how you can do it.
Notification channels
If you want to be notified by email of an error in your integration flow, use the connector or a capsule that serves a similar purpose, such as the capsule. Include information in the email body that will be useful when troubleshooting, such as:
Part of the pipeline where the error ocurred
You can also send error data to an IT Service Management (ITSM) tool, such as ServiceNow or BMC Remedy by using a connector that communicates with external services, such as or . If you use this method, you must set the POST request body to conform to the format the chosen service requires.
How to send individual error alerts
To send an error alert every time an error occurs, add the desired notification-sending connector or capsule at points in your integration flow where errors are likely to occur, such as when validating data or querying external services or databases.
In the following example, we used an connector to send an error notification every time a query to the REST API fails.
How to send error summary alerts
You can use an event-driven architecture to periodically send notifications about errors that happened during a certain time interval in your integration flow. To do this:
If you want to send your error data by email as a CSV file, follow these steps: