Get full details and questions for a specific template.

Url Parameters

{template_id}

The ID of the template to be loaded

Example JSON response:

{
"results": [
{
"id": 1,
"template_name": "Scubatribe Standard",
"sender": "no-reply@scubatribe.com",
"send_after_days": 0,
"subject": " __companyname__ would love your feedback",
"reminder_subject": "A polite reminder to give __companyname__ feedback",
"customer_name": "Fellow diver",
"html_intro": "You were recently a customer with __companyname__. \r\nTo improve their service, __companyname__ would like to ask you to take a couple of minutes to review their service.\r\n\r\n",
"form_intro": "We have asked ScubaTribe to get feedback from our guests, please take the time to fill out the form below to let us know what you thought of your time with us.",
"form_thanks": "",
"language": "en",
"ask_location": 0,
"location_question": "Where did you visit us?",
"review_form_questions": [

],
"second_form_questions": [

],
"is_default": 0
}
],
"num_records": 1,
"status": "OK"
}

 

Back to Top