Authorizations
API key passed in the header
Path Parameters
The name of the event to signal
Example:
"workflow_completed"
Body
application/json
Event data to be passed to waiting clients
Example:
{
"message": "Task completed",
"result": "success",
"timestamp": "2024-01-01T12:00:00Z"
}
Response
Event signaled successfully