cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/temporal-workflows/workflows/{workflow_id}/signal \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Send a signal to a running workflow.
Signals allow external events to be sent to a running workflow.
Query parameters (handled by downstream service):
Body (validated by downstream service):
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?