Webhooks (sending and receiving real-time data)

Webhooks are how Intellivizz CRM sends data to external systems (or receives data from them) in real time, without polling. They're the building block for most custom integrations.

Outbound webhooks (CRM → your system)

Use these inside a workflow to push data to your own server, a CRM you also use, a custom dashboard, or any HTTP endpoint.

  1. Build (or open) a workflow

  2. Add a Webhook action step

  3. Set the URL of your endpoint

  4. Choose method (usually POST)

  5. Configure the payload — you can include any contact field, custom field, opportunity, appointment, etc., as JSON

  6. Add custom headers if your endpoint requires authentication (Bearer token, API key, etc.)

  7. Save and test

Inbound webhooks (your system → CRM)

Trigger workflows from external events. Common pattern: a third-party form, a billing event, an inventory update.

  1. Go to Automation → Workflows → "+ New Workflow"

  2. Choose trigger: "Inbound Webhook"

  3. Intellivizz CRM generates a unique URL for this workflow

  4. Copy the URL

  5. In your external system, configure it to POST data to that URL when the event happens

  6. Send a test payload — you'll see it in the workflow's history

  7. Map incoming fields (e.g., email, first_name, custom_field_x) to CRM contact fields

  8. Add downstream actions (create contact, add tag, send SMS, etc.)

TIP — Use webhook.site for testing

When you're building a webhook integration, use a free tool like webhook.site to inspect the exact payload Intellivizz CRM is sending. You'll see headers, body, timing — saves hours of guesswork.

Webhook security

  • Always use HTTPS endpoints — never plain HTTP

  • Use a shared-secret header (X-Webhook-Secret) and verify it in your receiver

  • Whitelist Intellivizz CRM's outbound IP addresses in your firewall (request the current list from support)

  • Log every received payload for at least 30 days for debugging and audit

  • Make your receiver idempotent — the same webhook may fire twice in rare retry scenarios

Intellivizz AI Logo

© 2026 Intellivizz AI. Powered by Intellivizz.