Skip to main content
POST
note.created

Body

application/json

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.

event_type
enum<string>
required
Available options:
note.created
id
object
required
parent_object_id
string<uuid>
required

The ID of the parent object of the created note.

parent_record_id
string<uuid>
required

The ID of the parent record of the created note.

actor
object
required
Example:
{
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}

Response

200

Return a 200 status to indicate that the data was received successfully