Contact

Create a Contact

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

This api allows you to create a contact from zapier

Headers

Name
Type
Description

Authorization*

String

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

first_name*

String

First name

last_name

String

Last name

email*

String

Email

cell_phone

String

Cell phone

tags

String

Tags

country

string

Country

state

string

State

city

String

City

address

String

Address

zip_code

String

Zip Code

note

String

Note

overide*

Boolean

if it is true, overwrite this for existing contact, otherwise do nothing

label

String

id of Label

Update Contact

PUT https://api.crmgrow.com/api/contact

This api allows you to update a contact from zapier

Headers

Name
Type
Description

Authorization*

String

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

first_name

String

First name

last_name

String

Last name

email*

String

Email

cell_phone

String

Cell phone

tags

String

Tags

country

string

Country

state

string

State

city

String

City

address

String

Address

zip_code

String

Zip Code

note

String

Note

overide*

Boolean

if it is true, overwrite this for existing contact, otherwise do nothing

label

String

id of Label

Add Tag for Zapier

POST https://api.crmgrow.com/api/contact/push-tag

This api allows you to add one or more tag from Zapier

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

Request Body

Name
Type
Description

email*

String

Email

tag*

String

Tag

Last updated

Was this helpful?