Skip to main content

Webhooks

Webhooks let you connect Tomorro to your internal tools: you receive an HTTPS request each time the event of your choice takes place on your organization.


Available events

A webhook can be triggered by the following events:

  • A contract has been created

  • A contract has been deleted

  • A contract has been fully signed

  • A contract status has been updated

  • A reminder has been triggered

A webhook only fires for events that concern the member who created it: you only receive notifications for contracts you participate in, or reminders intended for you.


Setting up a webhook

Webhooks are managed from the Integrations tab in Tomorro, Webhooks section. This action requires a role with the Webhooks permission.

  • Click Add a webhook

  • Fill in the Webhook's name, the destination URL and the Event type

  • Click Create webhook

A Secret is generated at creation: keep it, it is used to verify the authenticity of the requests you receive.

The request format, signature verification and detailed procedure are described in the technical documentation:

Did this answer your question?