added

New Webhook Events

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 NameDescription
claim.deletedWhen the claim is permanently deleted.
claim.label.addedWhen a label is added to a claim.
claim.label.removedWhen a label is removed from a claim.
claim.damage.createdWhen a damage is added to a claim.
claim.damage.deletedWhen a damage is deleted from a claim.
claim.note.createdWhen a note is added to a claim.
claim.note.deletedWhen a note is deleted from a claim.
claim.document.createdWhen a document is uploaded to a claim.
claim.document.deletedWhen a document is deleted from a claim.
claim.payment.createdWhen a payment is added to a claim.
claim.payment.deletedWhen a payment is deleted from a claim.
claim.supplier.appointedWhen a supplier is appointed to a claim.
claim.supplier.unappointedWhen an appointed supplier is removed from a claim.
claim.contact.addedWhen a contact is added to a claim.
claim.contact.removedWhen a contact is removed from a claim.

Contacts

Event NameDescription
contact.deletedWhen a contact is deleted.
contact.label.addedWhen a label is added to a contact.
contact.label.removedWhen a label is removed from a contact.
contact.note.createdWhen a note is added to a contact.
contact.note.deletedWhen a note is deleted from a contact.
contact.document.createdWhen a document is uploaded to a contact.
contact.document.deletedWhen a document is deleted from a contact.

Companies

Event NameDescription
company.createdWhen a company is created.
company.deletedWhen a company is deleted.
company.label.addedWhen a label is added to a company.
company.label.removedWhen a label is removed from a company.
company.note.createdWhen a note is added to a company.
company.note.deletedWhen 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].