Send Review Invite
Send a review invite to a customer through Cloutly.
POST /send-review-invite
Request
POST https://app.cloutly.com/api/v1/send-review-invite
{
"firstName": "John",
"lastName": "Smith",
"email": "[email protected]",
"phoneNumber": "+4412321321321",
"source": "api",
"sourceContactId": "number123",
"businessId": "44271176-7053-4534-ad6f-b38d132d341e",
"campaignId": "2c07094a-ed58-4cf2-9595-cf1b1d303d9d",
"inviteDelayDays": 1
}Response
Notes
Alternate request shape
Last updated