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

Was this helpful?

  1. REST API

Automation

Assign automation

POST https://api.crmgrow.com/api/automation

This api allows you to assign an automation from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

automation_id*

String

Id of automation

{
  "status": true
}

Get List Automation

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

Trigger when a user selects one of automation in his lists.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

[
  {
    "title": "aaaaaaaaaa",
    "id": "651b10814d4080b247eb7e8f"
  }
]

PreviousTaskNextMaterial

Last updated 7 months ago

Was this helpful?