Review Generation
Update an existing review template
Updates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label.
put/customer-engagement/review-template/{id}
Path parameters
idinteger required
Request body
Example request
{
"email": {
"actionButtonColor": "#3C8ECB"
}
}Response
OK response
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 14 revisions, 2 have no diff computed.