v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Notes

Create conversation note

Create a note in a conversation.

post/conversations/{id}/notes

Path parameters

idstring required

Public ID of the conversation.

Request body

contentstring

The content of the note

Response

OK

idstring

The ID of the note

created_atstring date-time
updated_atstring date-time
contentstring

The content of the note

conversation_idstring nullable

The ID of the conversation the note belongs to

urlstring

The URL of the note resource

Example response

{
  "created_at": "2022-03-10T16:15:50Z",
  "updated_at": "2022-03-10T16:15:50Z"
}