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.
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Business id
"5409c35a97bbc544d8e26737"
Customer phone number, with the country calling code. Eg: +33601020304
Customer fullname
255Id of the SMS template you want to use
To customize SMS content instead of using the SMS template associated with the user. Cannot be used in combination with template_id. @link must be included in your payload (corresponds to the dynamic link that will allow the SMS recipient to leave a review on the business). Max 286 characters (unicode characters are not accepted - will be removed)
To force invitation sending when a SMS has already been sent to the customer
True, False