Create Webhook

Set up a webhook to monitor for events.
We do not have a dedicated IP address for webhooks. We use our domain name and dynamic addressing.

SecurityAuthorization Token
Request
path Parameters
team_id
required
number <double>

Team ID (Workspace)

Request Body schema: application/json
required

You can subscribe to specific events, and one specific location per webhook. Learn more.

endpoint
required
string
events
required
Array of strings
space_id
integer
folder_id
integer
list_id
integer
task_id
string
Responses
200
post/v2/team/{team_id}/webhook
Request samples
application/json
{
  • "events": [
    ],
  • "space_id": 1234,
  • "folder_id": 5678,
  • "list_id": 9876,
  • "task_id": "abc1234"
}
Response samples
application/json
{
  • "id": "4b67ac88-e506-4a29-9d42-26e504e3435e",
  • "webhook": {
    }
}