Skip to main content

Webhooks

Updated this week

Webhooks allow you to automatically send submission updates from Intigriti to your own systems. By connecting your programs to external tools, you provide your team with real-time information where it is most useful, reduce manual work, and streamline internal workflows.

πŸ”“ Subscriptions: Starter, Core, Premium, Enterprise

Creating a webhook connection

βš™οΈRoles: Company Admin

  1. Go to Admin > Integrations.

  2. Select Webhooks.

  3. Enter a connection name and optionally upload a logo.

  4. Click Connect to generate your webhook secret.

  5. Store the secret securely so your systems can verify the authenticity of incoming webhook messages.

Configuring webhooks for a program

βš™οΈRoles: Company Admin, Program Admin

  1. Go to Program > Integrations.

  2. Select Webhooks and create a new integration.

  3. Choose the webhook connection you want to use.

  4. Select the submission events you want to send: submission creation, status changes, severity updates, or new messages. More info

  5. Click Activate.

A test message is sent automatically and the integration becomes active once your system responds with a successful 2XX status.

Best practices

  • Verify each incoming webhook message using the generated secret to ensure your system only processes trusted requests.

  • Enable only the events that are relevant to your workflows to keep your systems efficient and reduce noise.

Related articles

Did this answer your question?