Notes
Create Note Endpoint
Create a new note
post/notes
Request body
Example request
{
"body": "This subscriber upgraded to a paid plan.",
"model_type": "email",
"model_id": "13121cd6-0dfc-424c-bb12-988b0a32fcb3"
}Response
Created
Example response
{
"body": "This subscriber upgraded to a paid plan.",
"model_type": "email",
"model_id": "13121cd6-0dfc-424c-bb12-988b0a32fcb3",
"source": "admin"
}