Skip to main content
POST
Create a text review for a woku (v1 alias of POST /wokus/create-textnote)

Authorizations

Authorization
string
header
required

Company secret API key.

Headers

authorization
string
required

Path Parameters

wokuId
string<ObjectId>
required

Body

application/json
qualification
number
required

Star rating (1-5)

Example:

5

description
string
required

Text content of the review (max 3000 chars)

dispatchToken
string

Opaque invitation or prepared journey-entry response token. Consumed after saving feedback; never stored on the review.

Maximum string length: 64
clientEmail
string

Reviewer email

clientPhone
string

Reviewer phone

anonymous
boolean

Whether the review is anonymous

responseChannel
string

Inbound response channel. Defaults to 'api'; a value provided here REPLACES 'api' (user-defined channel).

Maximum string length: 48
Example:

"my-crm"

Response

201 - undefined