Block 1 - Sticky Note1
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Secure your perfect Malaysian identity with the Khaisa Domain Sniper. This n8n workflow monitors specific .my domains using the free MYNIC RDAP API, instantly triggering Gmail and Discord alerts th...
n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Khaisa Studio.
Original n8n.io sourceSecure your perfect Malaysian identity with the Khaisa Domain Sniper. This n8n workflow monitors specific .my domains using the free MYNIC RDAP API, instantly triggering Gmail and Discord alerts the moment a domain becomes available for registration, ensuring you never miss a high-value branding opportunity again.
Time Savings: Eliminates the need for manual WHOIS lookups, saving roughly 2 hours of repetitive checking per week.
Error Prevention: Automated 24/7 monitoring ensures you are notified within 30 minutes of a domain status change, preventing competitors from "sniping" your target.
Scalability: Effortlessly monitor a list of 10, 50, or 100+ domains by simply adding rows to a Google Sheet.
| Requirement | Type | Purpose |
|---|---|---|
| n8n instance | Essential | Workflow execution platform |
| Google Sheets | Essential | Central database for target domains |
| Gmail Account | Essential | To send stylized HTML availability alerts |
| Discord Bot | Optional | For instant push notifications to your team |
| MYNIC RDAP | Public | No API key required for .my domain lookups |
Domain and isAvailable.brandname.my) and set isAvailable to no.| Node | Purpose | Key Configuration |
|---|---|---|
| RDAP: Check Status | Fetch API Data | Uses https://rdap.mynic.my/rdap/domain/{domain} |
| Domain Available? | Logic Gate | Checks if response contains "is available for registration" |
| Gmail Alert | Notification | Sends custom HTML template with "Register Now" button |
| Update Sheet | Data Sync | Switches isAvailable to yes upon discovery |
The workflow uses a "Split in Batches" approach combined with a 10-second Wait Node. This is critical for performance as it prevents hitting MYNIC rate limits when checking long lists of domains, ensuring high reliability and preventing your IP from being temporarily blocked.
Basic Adjustments:
Advanced Enhancements:
| Metric | Expected Performance | Optimization Tips |
|---|---|---|
| Execution time | ~12s per domain | Parallel processing can be enabled for small lists |
| API calls | 1 per domain | Only processes domains marked as isAvailable = no |
| Error handling | "Never Error" active | HTTP node is set to continue even if the API times out |
Common Issues:
| Problem | Cause | Solution |
|---|---|---|
| 429 Too Many Requests | Checking too fast | Increase the time in the Wait 10 Seconds node |
| Gmail Authentication Error | Token expired | Re-connect your Google OAuth2 credentials |
| Sheet not updating | Column name mismatch | Ensure headers in GSheets match the node mapping exactly |
Challenge: A competitor currently owns a .my domain that matches your .com brand, and you are waiting for it to expire. Solution: This workflow monitors the domain 24/7 and alerts your legal team the moment it hits the "Available" status. Result: You secure your local brand identity without paying a premium to a domain broker.
Challenge: You have a list of 50 high-value keywords you want to acquire as they drop from the registry. Solution: Add the list to Google Sheets. The workflow checks them every 30 minutes and notifies your Discord "Sniper" channel. Result: You are always the first to know, allowing you to register prime digital real estate before others.
Created by: Khaisa Studio Category: Productivity | Tags: Domain, Automation, Monitoring, MYNIC, RDAP Need custom workflows? Contact us
Connect with the creator: Portfolio • Workflows • LinkedIn • Medium • Threads
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Monitor .my domains with MYNIC RDAP and send alerts via Gmail and Discord |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research |
| Author | Khaisa Studio |
| Published | 13 Jan 2026 |
Use the JSON export at /data/workflows/12676/12676.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Secure your perfect Malaysian identity with the Khaisa Domain Sniper. This n8n workflow monitors specific .my domains using the free MYNIC RDAP API, instantly triggering Gmail and Discord alerts th...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.