Review Booster
Send a review invitation
This endpoint lets you send an SMS to a customer to help them leave a message on Google. You need to have WRITE access on the business.
You can add invite_content in your payload to customize the SMS content that will be received by the recipient. Otherwise, the template associated with the user will be used. If no template exists, a new one will be generated.
Your business needs to be connected to a Google location and subscribed to the Review Booster product. Therefore, this cannot be tested in the Sandbox environment.
To prevent spamming, a new SMS can be sent to a specific phone number only after 10 days since the last SMS was sent.
post/review_booster/send_invitation
Request body
Example request
{
"business_id": "5409c35a97bbc544d8e26737"
}Response
OK
Example response
{
"invitation_id": "d3d8c966-0356-4ec0-baae-13ec3622ebc2"
}