Real-Time Reporting

Alfred is abel to report in real time it's current activity regarding job status, file processing, user management and general status of the platform. This reporting is done throught the use of Webhooks.

Setting Up Real-Time Reporting

In order to setup a webhook, write the correspoding URL that will be actively listenining to the messages emitted by Alfred.

Webhook URL form.

Reported Events

Alfed's real-time reporting module is capable of emitting events involving the following objects:

Object
Description

BulkTasks

Contains events regarding the handling of Bulk Tasks within Alfred.

Files

Contains events regarding the handling of Files within Alfred.

Jobs

Contains events regarding the handling of Jobs within Alfred.

To find a complete list of events please refer to the Event API section of the docs.

Last updated