{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "note.created",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"note_id": "ff3f3bd4-40f4-4f80-8187-cd02385af424"
},
"parent_object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"parent_record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b",
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}Note created
This event is fired whenever a note is created. The parent_object_id refers to the object that the note references (e.g. the person object), and the parent_record_id refers to the record that the note references.
{
"webhook_id": "23e42eaf-323a-41da-b5bb-fd67eebda553",
"events": [
{
"event_type": "note.created",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"note_id": "ff3f3bd4-40f4-4f80-8187-cd02385af424"
},
"parent_object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"parent_record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b",
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
]
}Body
This event is fired whenever a note is created. The parent_object_id refers to the object that the note references (e.g. the person object), and the parent_record_id refers to the record that the note references.
The ID of the webhook that triggered this delivery.
"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
Return a 200 status to indicate that the data was received successfully
Was this page helpful?