Reviews
Create a review reply template
This endpoint lets you create a review reply template.
post/reviews/template
Request body
Example request
{
"language": "fr",
"text": "hello @[](client_full_name),\nThanks from the team at @[](business_name).\n@[](my_first_name)"
}Response
OK
Example response
{
"id": 34,
"org_id": 42,
"update_date": "2017-08-01T19:15:54.256000+02:00",
"creation_date": "2017-08-01T19:15:54.256000+02:00",
"language": "fr",
"text": "hello @[](client_full_name),\nThanks from the team at @[](business_name).\n@[](my_first_name)"
}