Review Booster
Set the expeditor name of a business
This endpoint lets you set the expeditor name of a business. An expeditor name is the name of the sender used to send the message. It will be seen instead of the phone number on the destination phone. An expeditor name's length must be between 3 and 11 characters. No special characters are allowed. Your business must be subscribed to the Review Booster product.
post/review_booster/expeditor
Request body
Example request
{
"business_id": "5409c35a97bbc544d8e26737",
"expeditor_name": "Partoo"
}Response
OK
Example response
{
"expeditor_name": "Partoo"
}