added
New Webhook Events
about 1 year ago by David Lawrence
As part of our Webhooks feature, we've added more events that can trigger a webhook request to your endpoint. You can subscribe to any of these events to receive a HTTP request to a URL of your choosing, whenever the corresponding activity occurs in Claimable.
In addition to the existing webhook events that were available, we have added the following:
New Webhook Events
Claims
Event Name | Description |
---|---|
claim.deleted | When the claim is permanently deleted. |
claim.label.added | When a label is added to a claim. |
claim.label.removed | When a label is removed from a claim. |
claim.damage.created | When a damage is added to a claim. |
claim.damage.deleted | When a damage is deleted from a claim. |
claim.note.created | When a note is added to a claim. |
claim.note.deleted | When a note is deleted from a claim. |
claim.document.created | When a document is uploaded to a claim. |
claim.document.deleted | When a document is deleted from a claim. |
claim.payment.created | When a payment is added to a claim. |
claim.payment.deleted | When a payment is deleted from a claim. |
claim.supplier.appointed | When a supplier is appointed to a claim. |
claim.supplier.unappointed | When an appointed supplier is removed from a claim. |
claim.contact.added | When a contact is added to a claim. |
claim.contact.removed | When a contact is removed from a claim. |
Contacts
Event Name | Description |
---|---|
contact.deleted | When a contact is deleted. |
contact.label.added | When a label is added to a contact. |
contact.label.removed | When a label is removed from a contact. |
contact.note.created | When a note is added to a contact. |
contact.note.deleted | When a note is deleted from a contact. |
contact.document.created | When a document is uploaded to a contact. |
contact.document.deleted | When a document is deleted from a contact. |
Companies
Event Name | Description |
---|---|
company.created | When a company is created. |
company.deleted | When a company is deleted. |
company.label.added | When a label is added to a company. |
company.label.removed | When a label is removed from a company. |
company.note.created | When a note is added to a company. |
company.note.deleted | When a note is deleted from a company. |
Did you know?
You can elect to only receive webhook requests for user activity and ignore changes made via API requests. The two source options available are:
UI+API or UI Only
Need Help?
If you'd like to discuss how webhooks can benefit your Claimable integration, let us know via the in-app chat or at [email protected].