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.

Payload

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.

string
enum
required
Allowed:
id
object
required
uuid
required

The ID of the parent object of the created note.

uuid
required

The ID of the parent record of the created note.

actor
object
required
Response
200

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

LoadingLoading…