curl -X POST https://qstash.upstash.io/v2/notify/myEvent \ -H "Authorization: Bearer <token>" \ -d "Hello World!"
[ { "waiter": { "url": "https://my-workflow.com/path", "headers": { "Upstash-Workflow-Runid": [ "wfr_melCHYvPkVhDqIhhk2" ], "Upstash-Workflow-Url": [ "https://my-workflow.com/path" ] }, "deadline": 1729869206 }, "messageId": "msg_26hZCxxbG2TT3AnHEr1w" } ]
Resume workflows waiting for an event
type NotifyResponse = { waiter: Waiter, messageId: string }[]
Waiter
Show child attributes
Was this page helpful?