Webhook
Webhooks can be used to receive a signal when an action is performed.
Or added programmatically via the POST /webhook
Webhook
id
string <uuid>
read-onlyoptional
url
string <uri>
optional
NOTE
<= 512 characters
description
string
optional
<= 150 characters
active
boolean
optional
event_types
array[null (WebhookEventType Copy) {3}]
optional
enum<string>
WebhookEventTypeNormal
Allowed values:
card.createdcard.updatedcard.deletedcard.updated.mergedcollection.createdcollection.updatedcollection.deletedattachment.createdattachment.updatedattachment.deletedcomment.createdcomment.updatedcomment.deletedtime_tracking.createdtime_tracking.updatedtime_tracking.deleted
enum<string>
WebhookEventTypeNested
Allowed values:
card.label.attachedcard.label.detachedcard.resource.attachedcard.resource.detachedcollection.label.attachedcollection.label.detachedcollection.follower.attachedcollection.follower.detached
enum<string>
WebhookEventTypeNestedPivot
Allowed values:
card.activity.attachedcard.activity.detachedcard.activity.updatedcollection.activity.attachedcollection.activity.detachedcollection.activity.updatedcollection.checklist.createdcollection.checklist.updatedcollection.checklist.deletedcollection.checklist.item.attachedcollection.checklist.item.detachedcollection.checklist.item.updated
api_key_id
string
read-onlyoptional
<= 36 characters
Default:
NULL
developer_client_id
string
read-onlyoptional
<= 36 characters
Default:
NULL
third_party
boolean
read-onlyoptional
fail_streak
integer | null
read-onlyoptional
>= 0<= 4294967296
Default:
0
fail_streak_started_at
string <date-time> | null
read-onlyoptional
last_failed_at
string <date-time> | null
read-onlyoptional
mailed_warning_at
string <date-time> | null
read-onlyoptional
mailed_disabled_at
string <date-time> | null
read-onlyoptional
disabled_until
string <date-time> | null
read-onlyoptional
can_send
boolean
read-onlyoptional
created_at
string <date-time>
read-onlyoptional
updated_at
string <date-time>
read-onlyoptional
Modified at 2025-04-22 11:37:36