Skip to main content
Using TypeScript? Check out our GraphQL SDK for a fully typed client.
Notes are internal comments that show up in the thread timeline alongside customer messages but are only visible to your team. They’re useful for context — like a heads-up from another teammate, a reminder, or annotations from an automation. Notes can be attached either to a customer (visible across all of that customer’s threads) or specifically to a thread (visible only in that thread’s timeline). These operations require the following permissions:
  • note:create
  • note:edit
  • note:delete

Create a note

text is the plain-text body. If you also pass markdown, that version is preferred where rich text is supported.
Mutation
Variables

Update a note

Mutation
Variables

Delete a note

Mutation
Variables