Skip to main content
POST
Toggle reaction on a contact note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

noteId
string
required

Body

application/json
emoji
string
required

Unicode emoji character; first toggle adds the reaction, second toggle removes it.

Response

Reaction toggled

success
enum<boolean>
required
Available options:
true
data
object
required

Populated note row. userId is populated to the user document (see ContactNoteAuthor).

Example:
message
string