{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "object-attribute.created",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"attribute_id": "41252299-f8c7-4b5e-99c9-4ff8321d2f96"
},
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}Object attribute events
Object attribute created
This event is fired whenever an object attribute is created (e.g. when defining a new attribute “Rating” on the company object).
WEBHOOK
object-attribute.created
{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "object-attribute.created",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"attribute_id": "41252299-f8c7-4b5e-99c9-4ff8321d2f96"
},
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}Body
application/json
This event is fired whenever an object attribute is created (e.g. when defining a new attribute "Rating" on the company object).
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