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
Go to Admin > Integrations.
Select Webhooks.
Enter a connection name and optionally upload a logo.
Click Connect to generate your webhook secret.
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
Go to Program > Integrations.
Select Webhooks and create a new integration.
Choose the webhook connection you want to use.
Select the submission events you want to send: submission creation, status changes, severity updates, or new messages. More info
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
