curl --request POST \
--url http://localhost:3333/v1/internal/tasks/notify-automation-failures \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"taskId": "<string>",
"taskTitle": "<string>",
"failedCount": 123,
"totalCount": 123,
"taskStatusChanged": true
}
'curl --request POST \
--url http://localhost:3333/v1/internal/tasks/notify-automation-failures \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"taskId": "<string>",
"taskTitle": "<string>",
"failedCount": 123,
"totalCount": 123,
"taskStatusChanged": true
}
'Internal service token (required in production)
Notifications sent
Was this page helpful?