Integration

Zapier Integration for Domain Alerts

Notify.domains posts every event to one HTTPS webhook URL on your account. Point that URL at a Zapier "Webhooks by Zapier" Catch Hook trigger and you can pipe domain alerts into spreadsheets, CRMs, email, SMS, databases, or any of the apps Zapier supports. One connection, every event.

Setup

  1. 1

    Create a Zap with a Webhooks trigger

    In Zapier, create a new Zap. Pick Webhooks by Zapier as the trigger and choose Catch Hook. Zapier gives you a unique webhook URL.

  2. 2

    Paste the URL into Notify.domains

    Open your Profile, scroll to Notifications, paste the Zapier URL into Custom webhook URL, and save. Optionally generate a signing secret so you can verify every payload inside your Zap.

  3. 3

    Send a test, finish the Zap

    Click Send test in your Notify.domains profile. Zapier sees the payload, shows you the full field list, and you can map fields into the downstream action (Google Sheets row, HubSpot task, Slack DM, etc.). Turn the Zap on.

Example payload

This is exactly what the webhook body looks like. Use it to build your downstream logic.

{
  "event": "domain.alert",
  "version": 1,
  "occurred_at": "2026-04-19T18:30:00Z",
  "domain": "example.com",
  "tier": "act_now",
  "summary": "example.com is newly listed on Afternic at $2,999.",
  "dashboard_url": "https://notify.domains/dashboard/domain/example.com",
  "lines": [
    { "label": "Marketplace", "value": "Afternic" },
    { "label": "Price",       "value": "$2,999 USD" }
  ]
}

What you get

Any downstream app

Spreadsheets, CRMs, email, SMS, databases, project tools, analytics. Zapier connects the event to anything in its catalog.

Full event payload

Every Zap receives the full payload: domain, event tier, plain-English summary, and an array of detail lines. Filter, transform, or enrich inside the Zap.

Optional HMAC signing

Generate a signing secret in Notify.domains. Every payload gets an X-Notify-Domains-Signature: sha256=... header your Zap can verify before acting.

Per-domain toggle

The webhook is on by default for every domain once you paste the URL. Turn it off on a per-domain basis from the dashboard to keep the Zap focused on just the domains you care about.

Frequently asked questions

How many webhook URLs can I connect?

One per Notify.domains account. That URL receives every event across every domain you watch. If you need to branch on event type or domain, do it inside Zapier with a Paths step or Filter step.

Do I need a paid Zapier plan?

Free Zapier plans work for simple one-step Zaps and low volume. Multi-step Zaps, Paths, and higher task counts require a paid Zapier plan. Notify.domains itself works with any Zapier tier.

Can I transform or filter events in Zapier?

Yes. Use Zapier Filter and Formatter steps. Common example: only fire the downstream step if the event tier is act_now, or only when the summary contains "marketplace listing".

Is there a native Zapier app?

Not yet. The Catch Hook integration covers every Notify.domains event today. A native Zapier app is on the roadmap; until then, Webhooks by Zapier gives you full access with no feature gaps.

Other integrations