Capture an NPS score
Submits an NPS score (0–10) for the caller company. Provide npsToolId to attach the score to a specific NPS tool; omit it for a company-level score. Optionally include the respondent email, or mark the submission anonymous. The detractor (0–6) / passive (7–8) / promoter (9–10) category is derived from the score by Woku.
Documentation Index
Fetch the complete documentation index at: https://woku.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Body
NPS score. 0–6 detractor, 7–8 passive, 9–10 promoter.
0 <= x <= 109
Optional NPS tool id. With it the score is attached to that tool; without it the score is company-level.
^[0-9a-fA-F]{24}$"507f1f77bcf86cd799439011"
Respondent email. Omit (or set anonymous) for an anonymous score.
"customer@example.com"
When true, no respondent email is stored.