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