cURL
curl --request POST \ --url https://api.kadoa.com/v5/notifications/test \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "eventType": "workflow_finished", "workflowId": "workflow-123" }'
{ "data": { "eventId": "<string>", "eventType": "<string>", "workflowId": "<string>" }, "status": "<string>", "message": "<string>" }
Test event sent successfully
The response is of type object.
object