Skip to main content

Get all available placeholders

GET 

/api/v2/reviews/templates/placeholders

Get all available placeholders

Request

Responses

This endpoint lets you access available placeholders for reply templates. A template placeholder is a dynamically updated word within the app depending on the context.

Ex: Once used to answer a review, if a template has a client_first_name placeholder, the placeholder will take the value of the reviewer's first name.

Schema

    id number

    Placeholder id

    value string

    Placeholder value

    This value must be used within the placeholder markup @[](placeholder_value) in a template text in order to work properly.

Loading...