Through this endpoint you can trigger a review request to be sent to a customer.
Name | Method | Description | |
---|---|---|---|
/v1/requestreviews | GET | This end-point will send an email and/or SMS text request to the intended recipient.
Please be aware that important laws and regulations (such as the Telephone Consumer Protection Act) govern the use of texting. You are responsible for complying with those laws. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": "Email has been sent successfully." }