Capture a CSAT score
Submits a CSAT satisfaction score (1 to 5) for the caller company. The csatToolId is always required because CSAT tools are always custom (tool-specific). Optionally include the respondent email, or mark the submission anonymous. CSAT has no promoter, passive or detractor category; satisfaction metrics such as top-2-box are computed separately.
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Body
CSAT satisfaction score. 1 very unsatisfied to 5 very satisfied.
1 <= x <= 54
CSAT tool id. Always required because CSAT tools are always custom (tool-specific).
^[0-9a-fA-F]{24}$"507f1f77bcf86cd799439011"
Optional inbound response channel. Defaults to 'api'; a value provided here REPLACES it (user-defined channel).
48Respondent email. Omit (or set anonymous) for an anonymous score.
"customer@example.com"
When true, no respondent email is stored.
Opaque invitation dispatch token echoed from the link (?dtoken=). Consumed to mark the outbound invitation responded; never persisted.
64