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"
  }
]

Last updated

Was this helpful?