Quick overview
This workflow runs daily to search DomainKits for newly registered domains from two days ago that match a chosen keyword, then compiles the results into a single text list and sends the alert by email via SMTP.
How it works
- Runs once a day on a scheduled trigger, ideally after 12:00 UTC when registration data for the queried day is complete.
- Queries DomainKits NRD search for domains registered two days ago that contain the specified keyword.
- Aggregates all returned domain records into a single list.
- Builds an email subject and plain-text message listing each domain with its registration and expiry dates.
- Sends the formatted alert email to the configured recipient.
Setup
- Add your DomainKits API credentials to the DomainKits node. An API key from a Premium or higher plan is required, and the same key covers every DomainKits endpoint.
- Replace the placeholder keyword ("yourkeyword") with the term you want to monitor.
- Configure the Email Send node with your SMTP settings and set the to/from email addresses for notifications. For the most complete data, schedule the daily run after 12:00 UTC.