---
title: "Send a review invitation"
method: POST
path: "/review_booster/send_invitation"
tags: ["Review Booster"]
---

# Send a review invitation

`POST /review_booster/send_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.

## Request body

- object
  - `business_id` string, required — Business id
  - `target_phone` string, required — Customer phone number, with the country calling code. Eg: +33601020304
  - `target_name` string — Customer fullname
  - `template_id` integer — Id of the SMS template you want to use
  - `invite_content` string — 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)
  - `force` 'True' | 'False' — To force invitation sending when a SMS has already been sent to the customer

## Response `200`

OK

- object
  - `invitation_id` string — invitation id
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
