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": "sM7IUdzbXPavQWxBdKlIkA",
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes