{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "list.updated",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"list_id": "33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
},
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}List events
List updated
This event is fired whenever a list is updated (e.g. when changing the name or icon of the list).
WEBHOOK
list.updated
{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "list.updated",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"list_id": "33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
},
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}Body
application/json
This event is fired whenever a list is updated (e.g. when changing the name or icon of the list).
The ID of the webhook that triggered this delivery.
Example:
"23e42eaf-323a-41da-b5bb-fd67eebda553"
An array of webhook events. Currently, each delivery contains exactly one event, but this may change in the future to support batching.
Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
Was this page helpful?
⌘I