Skip to content
SynupAPI
Get an API key
POSTapi.synup.com/api/v4/locations/review-campaigns/customers

Add customers to a review campaign

This API adds new customers to an existing review campaign, allowing them to receive review requests.

Behavior:

  • Supports batch addition of multiple customers in a single request.
  • Customers will receive review requests via the configured delivery method (email, SMS, or both).
  • Ensures duplicate entries are not added to the same campaign.
Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Body

NameTypeRequiredDescription
inputobjectrequired
input.reviewCampaignIdstringrequired
input.locationCustomersarray of objectrequired
input.locationCustomers[].namestringrequired
input.locationCustomers[].emailstringoptional
input.locationCustomers[].phonestringoptional

Request

Request
curl -X POST 'https://api.synup.com/api/v4/locations/review-campaigns/customers' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '""'

Responses

StatusDescription
200Successfully added customers
Example response (generated from the schema)
{}