Webhook
add_contact
update_contact
delete_contact
add_deal
move_deal
send_material
watch_material
assigned_automation
create_note
update_note
delete_note
create_task
update_task
delete_task
lead_source
Webhook subscription.
POST
https://api.crmgrow.com/api/outbound/subscribe
the endpoint URL to create a new Webhook subscription..
action should be the following values
Headers
Authorization
string
Authentication token
Request Body
hookUrl*
string
targetUrl
action*
string
add_contact
{
_id: "167846091958670516020-bf55-11ed-9e2e-ed990aca2af3"
}
Webhook unsubscription.
DELETE
https://api.crmgrow.com/api/outbound/unsubscribe
the endpoint URL to remove a Webhook subscription.
subscribeData.id is the value that is registered by subscribe.
Query Parameters
*
String
subscribeData.id
Headers
Authorization
string
Authentication token
Perform List for Add contact
GET
https://api.crmgrow.com/api/outbound/perform
the endpoint URL Zapier should check for recent items, to provide sample data in the Zap Editor.
Headers
Authorization*
string
Authentication token
action*
string
action
Last updated
Was this helpful?