Z League · Arazzo Workflow
MEGA CRM — capture lead and register webhook
Version 1.0.0
Register a lead.created webhook, then create a lead. Real inserts fire the webhook so your endpoint is notified. Uses an Idempotency-Key so the create is retry-safe.
View Spec
View on GitHub
CompanyCRMLeadsMarketingAI AgentsSEOAdvertisingWebhooksGamingArazzoWorkflows
Provider
Workflows
captureAndNotify
Register a webhook, then create a lead that triggers it.
1
registerWebhook
createWebhook
Register a lead.created webhook and capture the signing secret (shown once).
2
createLead
createLead
Create a lead; a genuine new insert fires the registered webhook.