How to Receive Alerts

Alert is a powerful tool that serves to notify users about incidents in your processes. If your project has configured alerts, you receive a message every time timelines match some conditions. Alerts are triggered after every data upload. Combine alerts receiving with the data upload and redirect alert notifications to the 3rd party system so users process incidents efficiently.

Before you begin

  • Project alerts should be configured in advance via Timeline UI. For details, see Alerts.
  • It is mandatory to have the Timeline API data source enabled for the target project of any API interaction, otherwise, your requests will fail.

Receiving alerts

To receive alerts triggered by a certain upload:

  1. Prepare the projectId parameter of the desired project. For example, send a GET request to the endpoint:
    {your.timeline.instance}.com/api/ext/1.0/project
    In response, you will get the list of projects, including their projectIds. See Project path parameters to learn more.
  2. Prepare the uploadId parameter of the desired upload. Further, you will receive triggered alerts for the exact upload.
    To get it, poll processingId on a finished upload. Send a GET request to the endpoint:
    {your.timeline.instance}.com/api/ext/1.0/processing/{processingId}
    In response, you will get uploadId. See Project path parameters to learn more.
  3. Pull triggered alerts for the upload. Send a POST request to the endpoint:
    {your.timeline.instance}.com/api/ext/1.0/project/{projectId}/alert-result/{uploadId}
    In response, you will get a processingId.

    CURL example

  1. Send a GET request with the processingId returned by the request on step 3. Endpoint:
    {your.timeline.instance}.com/api/ext/1.0/processing/{processingId}
    After the processing is finished, the endpoint will return a URL, from where you can download the alert results in JSON format.

    CURL example

22.02.2024 17:28:05

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.