Test sends
SMS / email / generic / kiosk test sends — preview a review-request before launching the campaign.
SMS / email / generic / kiosk test sends — preview a review-request before launching the campaign.
Prerequisites
- A bearer token in the
Authorizationheader. Any endpoint that needs no token says so on its own page. - The id of each record the call targets. Every endpoint page lists the ids it needs.
Errors
| Status | Meaning |
|---|---|
401 | The bearer token is missing, expired or invalid |
403 | The token is valid but the record sits outside your account |
422 | The request failed validation — the response names the fields |
500 | Unexpected server error |
Individual endpoints may return more; each page lists its own.
Endpoints
POST — Create a one-off audience row and queue a single SMS review request for the given campaign (dispatched after commit on the messaging queue).
POST — Create a one-off audience row and queue a single Email review request for the given campaign (dispatched after commit on the messaging queue).
POST — Unified send-review-request: creates audience row(s) and queues an Email and/or SMS review request for a campaign, branching on whether email and/or phone is supplied.
POST — Submit an in-store kiosk review request: looks up a campaign by unique_code, creates a kiosk audience row, and queues an email and/or SMS review-request send (one or both, depending on whether email/phone are supplied and the matching channel is enabled and within service limits).
Updated 11 days ago
