List of Webhooks v2
The following list contains all the available combinations of event actions and event objects that can be used to create a webhook.
Event action | Event object | Triggered when... |
---|---|---|
...an action on any of the listed webhook combinations is made. | ||
activity | ...an activity is added, deleted or has changed. | |
deal | ...a deal is added, deleted, updated or has changed. | |
lead | ...a lead is added, deleted, updated or has changed. | |
note | ...a note is added, deleted or has changed. | |
organization | ...an organization is added, deleted, has changed. | |
person | ...a person is added, deleted, has changed. | |
pipeline | ...a pipeline is added, deleted, has changed. | |
product | ...a product is added, deleted or has changed. | |
stage | ...a stage is added, deleted or has changed. | |
user | ...a user is added, deleted or has changed. | |
create | ...any type of new event object is added. | |
create | activity | ...a new activity is created. |
create | deal | ...a new deal is created. |
create | lead | ...a new lead is created. |
create | note | ...a new note is created. |
create | organization | ...a new organization is created. |
create | person | ...a new person is created. |
create | pipeline | ...a new pipeline is created. |
create | product | ...a new product is created. |
create | stage | ...a new stage is created. |
create | user | ...a new user is created. |
delete | ...any event objects are deleted. | |
delete | activity | ...an activity is deleted. |
delete | deal | ...a deal is deleted. |
delete | lead | ...a lead is deleted. |
delete | note | ...a note is deleted. |
delete | organization | ...an organization is deleted. |
delete | person | ...a person is deleted. |
delete | pipeline | ...a pipeline is deleted. |
delete | product | ...a product is deleted. |
delete | stage | ...a stage is deleted. |
delete | user | ...a user is deleted. |
change | ...any parameters belonging to an event object that have changed. | |
change | activity | ...any parameters related to an activity object that have changed. |
change | deal | ...any parameters related to a deal object that have changed. |
change | lead | ...any parameters related to a lead object that have changed. |
change | note | ...any parameters related to a note object that have changed. |
change | organization | ...any parameters related to an organization object that have changed. |
change | person | ...any parameters related to a person object that have changed. |
change | pipeline | ...any parameters related to a pipeline object that have changed. |
change | product | ...any parameters related to a product object that have changed. |
change | stage | ...any parameters related to a stage object that have changed. |
change | user | ...any parameters related to a user object that have changed. |
Updated 4 months ago