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 |
form_response.completed | Form response has been submitted by a client | FormResponse |
file.created | New file has been uploaded to a file channel | Files |
folder.created | New folder has been created in a file channel | Files |
link.created | New link has been created in a file channel | Files |
message.sent | Message is sent (by a client or IU) | Messages |