Webhooks

You can edit webhooks in the application:

Read an example of using webhooks for a Slack integration here.

Webhook events

NameDescriptionReamark on payload
application.createdTriggered when an application is created.
application.updateTriggered when application is updated.
collect.openedTriggered when a collect is opened on an application.Use data.object.portals.link to access the link to the collect Portal.
collect.closedTriggered when a collect is closed.
webhooks.testNever triggered. Can be used to testing purpose with the Test button or the Send test event endpoint.