Contact
Create a Contact
POST
https://api.crmgrow.com/api/contact
This api allows you to create a contact from zapier
Headers
Authorization*
String
api_key
Content-Type
String
application/json
Request Body
first_name*
String
First name
last_name
String
Last name
email*
String
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
Authorization*
String
api_key
Content-Type
String
application/json
Request Body
first_name
String
First name
last_name
String
Last name
email*
String
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
Authorization*
string
api_key
Content-Type
String
application/json
Request Body
email*
String
tag*
String
Tag
Last updated
Was this helpful?