Create note

Use this method to create a new note. Use notes to notify your team on important matters regarding a conversation with a customer. More info

Please log in to see full path URL. Learn why.
post
/ccaas/1/conversations/{conversationId}/notes
path Parameters
conversationId
required
string

Id of the conversation to set note to.

Request Body schema:
application/json
collapse all -
content
required
string [ 0 .. 4000 ] characters

Notes content can be any text.

agentId
string [ 0 .. 255 ] characters

Agent Id, creator of note.

type
string
Enum: "INTERNAL" "AUTH_BIOMETRY_INIT" "AUTH_BIOMETRY_PENDING" "AUTH_BIOMETRY_SUCCESS" "AUTH_BIOMETRY_EXPIRED" "AUTH_BIOMETRY_CANCEL" "AUTH_BIOMETRY_FAILED" "AUTH_AGENT_SUCCESS" "AUTH_AGENT_EXPIRED" "AUTH_BOT_SUCCESS" "AUTH_BOT_EXPIRED" "JIRA_COMMENT" "ATTACHMENT" "INTERNAL" "ATTACHMENT"

Responses

200

OK

400

Bad request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Request samples

Content type
application/json
Example

Text note.

Copy
Collapse all
{
  • "content": "Note content",
  • "agentId": "c856e230-a8cd-498b-9996-42bbed35029a"
}

Response samples

Content type
application/json
Example

Successful response for a text note

Copy
Collapse all
{
  • "id": "1367466e-7e5d-40d7-a78a-ace2780ed3dd",
  • "conversationId": "4461ea29-c09e-4ba8-a751-df86cf0a0eb9",
  • "agentId": "c856e230-a8cd-498b-9996-42bbed35029a",
  • "type": "INTERNAL",
  • "content": "Note content",
  • "createdAt": "2024-01-01T00:00:00.000+00:00",
  • "updatedAt": "2024-01-01T00:00:00.000+00:00"
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.