curl --request POST \
--url http://localhost:3333/v1/internal/tasks/notify-bulk-automation-failures \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"tasks": [
{
"taskId": "<string>",
"taskTitle": "<string>",
"failedCount": 123,
"totalCount": 123
}
]
}
'curl --request POST \
--url http://localhost:3333/v1/internal/tasks/notify-bulk-automation-failures \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "<string>",
"tasks": [
{
"taskId": "<string>",
"taskTitle": "<string>",
"failedCount": 123,
"totalCount": 123
}
]
}
'Was this page helpful?