latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Webhooks

Create a webhook

Creates a webhook subscription for a specified event.

post/webhooks

Request body

urlstring required

Target URL.

triggersstring[]
workflowIdstring

The ID of the Workflow.

taskIdstring

The ID of the Task.

Response

idstring required

The ID of the Webhook

Example response

{
  "id": "vySnulk0YY4fn2o562ZA3w",
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}