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

Was this helpful?

  1. REST API

Lead

GET Lead type

GET https://api.crmgrow.com/api/lead/types

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

[
  { id: aLL, title: 'All' },
  { id: leadschedule, title: 'Lead Schedule' },
  { id: leadform, title: 'Lead Form' },
]

GET Lead sources

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

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

Headers

Name
Type
Description

type*

string

lead type

[
  {
    "id": 0,
    "title": "All"
  },
  {
    "title": "AAA",
    "id": "656df7e9ff5e07d455bfac5d"
  },
  {
    "title": "ADaad",
    "id": "6654928a877465d28f4c6e33"
  },
  {
    "title": "asdsadsa",
    "id": "666c00dc696ba2fe903631c0"
  },
  {
    "title": "safdsafdafdsaf",
    "id": "66aa61bc5fe96df3bf8a928d"
  },
  {
    "id": "64b0239743e23ad98738f5a6",
    "title": "Simple Form"
  }
]

PreviousTemplateNextUser

Last updated 7 months ago

Was this helpful?