See llms.txt for all machine-readable content.

Back to Templates

Monitor Porkbun domains from Google Sheets with Gmail and Discord alerts

Last update

Last update 2 hours ago

Categories

Share


Quick overview

This workflow runs on a schedule, reads a list of target domains from Google Sheets, checks their availability with the Porkbun API, and when a domain becomes available it sends Gmail and Discord alerts and marks the domain as available in the sheet.

How it works

  1. Runs on a scheduled trigger at the configured interval.
  2. Reads domains from a Google Sheets worksheet where isAvailable is set to no.
  3. Processes each domain and calls the Porkbun API to check whether the domain is available and retrieve pricing details.
  4. If Porkbun reports the domain as available, sends an HTML email notification via Gmail with pricing and a Porkbun checkout link.
  5. Posts a Discord message with the domain and pricing details.
  6. Updates the matching row in Google Sheets to set isAvailable to yes, waits 10 seconds, and continues checking the next domain.

Setup

  1. Create Porkbun API keys and replace the placeholder API key and secret values in the Porkbun HTTP requests.
  2. Connect your Google Sheets account and set the target spreadsheet and sheet containing Domain and isAvailable columns.
  3. Connect your Gmail account and set the recipient address for the email alert.
  4. Connect your Discord bot credentials and select the server and channel where notifications should be posted.
  5. Adjust the schedule interval and (optionally) the 10-second delay to match your monitoring frequency and Porkbun rate limits.

Additional info

contact me: https://khmuhtadin.com/contact/