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
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
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
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?
Do I need a paid Zapier plan?
Can I transform or filter events in Zapier?
act_now, or only when the summary contains "marketplace listing".
Is there a native Zapier app?
Other integrations
n8n Integration for Domain Alerts
Pipe Notify.domains events into n8n workflows with one webhook URL. Open-source friendly, self-hosted or cloud, optional HMAC signing.
Webhooks for Domain Alerts
Receive JSON payloads for every domain event on an HTTPS endpoint you own. Optional HMAC signing, per-domain on/off, delivered in seconds.
Slack Integration for Domain Alerts
Connect Notify.domains to Slack in two clicks. Pick the channel during the Slack install, then choose per-domain which ones send alerts.