Notifications
Notifications via email
Email notification available only for labeling jobs. Notifications are available only if the "Send notifications" field is filled.
To activate email notifications add SMTP_MAILING_CREDENTIALS
and NOTIFICATIONS_EMAIL
variables to .env
file. For example:
Notifications via endpoint
If you need to get notifications on your server you can specify NOTIFICATIONS_URL
variable in .env
file. For example:
Notifications in the following format will be sent to specified url:
Last updated