This page lists the different event types which will send an Event object to your registered Webhook Endpoints:
Event Type | Description | Resource |
---|---|---|
client.created | Client is created | Client |
client.activated | Client authenticates in the portal for the first time | Client |
client.updated | Any properties for a client are modified | Client |
client.deleted | Client is put into an irreversible, deleted state | Client |
company.created | Company is created | Company |
company.updated | Any properties for a company are modified | Company |
company.deleted | Company is put into an irreversible, deleted state | Company |
file.created | New file is uploaded in a file channel | Files |
folder.created | New folder is uploaded/created in a file channel | Files |
link.created | New link is added in a file channel | Files |
form_response.completed | Form response has been submitted by a client | FormResponse |