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>" }
API key for authentication
Event type to test (e.g., workflow_finished, workflow_data_change)
"workflow_finished"
Optional workflow ID for workflow-specific testing
"workflow-123"
Test event sent successfully
Show child attributes