Quick Send Endpoint
POST https://dashboard.reviewpush.com/api/user/request/quick/send
Parameters
| POST Param | Description |
|---|---|
email |
Email to send request (email or phone required, can include both) |
phone |
Phone number to send SMS request (email or phone required, can include both) |
name |
Name to include in template (optional) |
location_id |
Specify the Location ID for the campaign (optional) |
An email will be sent to the address using the default template of the company/brand/location to which the user has access.
Returns
Status 200 {"status":"success"}
Status 500 {"error":"not_sent"}
Status 400 {"error":"email_required"}
Developer Site