Webhooks will POST an object to a target URL when certain events happen. Updated object(s) will be in an array. If the POST request gets a http 410 Gone response, the webhook will delete itself. If it gets a response other than 200 or 410, the webhook will retry with a backoff delay.
Property Name | Description |
---|---|
| type of webhook event |
| url to POST the updated object to |
Webhook Events
The event specified will decide the type of object that is sent.
Event Name | Category | Object Type | Description |
---|---|---|---|
| Pipeline | Box | When a new box is created |
| Pipeline | Box | When a box is deleted |
| Pipeline | Stage | When a new stage is created |
| Pipeline | Box | When a new email address is detected on a box |
| Pipeline | Box | When a custom field, notes, assigned to, or name is edited on a box |
| Pipeline | Box | When a box changes stage |
| Pipeline | Box | When a box changes pipeline |
| Pipeline | Comment | When a comment is created |
| Pipeline | Meeting note/Call log | When a meeting note or call log is created in a box |
| Pipeline | Meeting note/Call log | When a change to a meeting note or call log is made |
| Pipeline | Task | When a task is created |
| Pipeline | Task | When a task is complete |
| Pipeline | Task | When a task is due |
| Team | Contact | When a contact is created |
| Team | Organization | When an organization is created |
| Team | Contact | When a contact is updated |
| Team | Organization | When an organization is updated |
| Team | Contact | When a contact is deleted |
| Team | Organization | When an organization is deleted |