crmgrow
  • Introduction
  • Authentication
  • REST API
    • Contact
    • Task
    • Automation
    • Material
    • Note
    • Label
    • Template
    • Lead
    • User
  • Events
    • Lead
    • Webhook
Powered by GitBook
On this page

Was this helpful?

  1. REST API

Template

GET List Template

GET https://api.crmgrow.com/api/template

Trigger when a user selects one of template in his canned message lists.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

[
  {
    "title": "Email Template for Material",
    "id": "5e08c2f733e64b4796453748"
  },
  {
    "title": "SMS Template for Material",
    "id": "5e08c33133e64b4796453749"
  },
  {
    "title": "Email <Material Name>",
    "id": "617163763bfd55001766eb59"
  },
  {
    "title": "Text <Material Name>",
    "id": "6171643b3bfd55001766ed87"
  },
  {
    "title": "Email eXp 9 Minute Video",
    "id": "61716507264d0600161dd0a9"
  },
  {
    "title": "Text eXp 9 Minute Video",
    "id": "617165703bfd55001766f224"
  }
]

PreviousLabelNextLead

Last updated 7 months ago

Was this helpful?