A note created
Webhook
This event occurs when a new note is created.
Note these fields:
context_str = note
context_id = ...
(this will be thenote_id
of the new note)event = insert
Request
- application/json
Body
context_str string
context_id integer
event string
data
object
note
object
note_id integer
user_id integer
admin_id integer
note string
note_is_pinned boolean
context_str string
context_id string
note_datetime string
security_token string
Responses
- 200
Return a 200 status to indicate that the data was received successfully
Loading...