Summary: Copy-paste Zapier recipes using Contrax HTTPS webhooks. Enable the generic webhook in Workspace settings and point Zapier's Catch Hook URL at your endpoint.
Zapier templates
Prerequisite: webhook payload reference and an active Contrax Professional workspace with HTTPS webhook enabled.
1. Jira task when renewal plan starts
Trigger: Webhooks by Zapier — Catch Hook
Filter: contrax.event equals renewal.workflow_started
Action: Create Jira issue
Summary: Renewal plan started — {{contractNumber}}
Description: {{message}}2. Slack alert after vendor extraction
Trigger: Webhooks by Zapier — Catch Hook
Filter: contrax.event equals contract.analysis_completed
Action: Slack — Send Channel Message
Text: Extraction done for {{contractNumber}} (severity: {{severityHighest}})3. Calendar event on renewal reminder
Trigger: Webhooks by Zapier — Catch Hook
Filter: contrax.event equals renewal.reminder
Action: Google Calendar — Create Detailed Event
Title: Renewal reminder — {{contractNumber}}
Description: {{message}} · {{daysUntil}} days remaining