List of Webhooks v2

Every webhooks v2 subscription combines an event action (what happened) with one or more event objects (what it happened to). This page lists the values you can use for each.


Event actions


Event actionAPI valueTriggered when...
All*...any of the actions below happens.
Createcreate...a new object is added to your account.
Changechange...any parameter of an existing object is updated. This covers every kind of edit, so moving a deal to another stage and renaming it both send a change notification.
Deletedelete...an object is deleted.

Event objects


Any of these values can be paired with any event action.

Event objectAPI valueNotifies you about
All*Every object listed below
ActivityactivityActivities
BoardboardProject boards
DealdealDeals
Deal fielddeal_fieldDeal field definitions
Deal installmentdeal_installmentInstallments on a deal
Deal productdeal_productProducts attached to a deal
LeadleadLeads
Lead fieldlead_fieldLead field definitions
NotenoteNotes
OrganizationorganizationOrganizations
Organization fieldorganization_fieldOrganization field definitions
PersonpersonPersons
Person fieldperson_fieldPerson field definitions
PhasephasePhases within a project board
PipelinepipelinePipelines
ProductproductProducts
Product fieldproduct_fieldProduct field definitions
ProjectprojectProjects
Project fieldproject_fieldProject field definitions
StagestageStages within a pipeline
TasktaskTasks within a project
UseruserUsers in your company
📘

The *_field objects notify you about changes to field definitions — a field being added, renamed, or removed, or its options changing. To be notified when the value of a field on a record changes, subscribe to that record's object instead, such as deal or person.

To learn how to combine these values into a subscription, see the guide for webhooks v2.


Did this page help you?