See llms.txt for all machine-readable content.
This workflow receives Zivvy CRM lead creation webhooks, verifies the HMAC signature, fetches lead details from the Zivvy API, and posts a formatted notification to Slack via an incoming webhook.
/zivvy/crm-leads and captures the raw request body.X-Zivvy-Signature HMAC (sha256) using the raw body and your ZIVVY_WEBHOOK_SECRET.leads.created and ignores any other events.GET /v1/leads/:id) using the lead identifier from the webhook payload.ZIVVY_WEBHOOK_SECRET with your Zivvy webhook signing secret.Authorization: Bearer zk_live_...) and select it for the Zivvy API request.SLACK_WEBHOOK_URL pointing to your Slack Incoming Webhook URL.leads.created (or leads.*).