Build a powerful AI-powered domain availability checker using this n8n workflow. Integrates Google Gemini, LangChain, and WHMCS API. This n8n template ensures verified availability results and provides conversational support.
Download this n8n workflow template and start using it instantly.
This comprehensive n8n workflow transforms a standard API check into an interactive customer service experience. It leverages the power of the Google Gemini Chat Model, orchestrated by the AI Agent n8n node, to handle natural language domain queries. The critical advantage of this n8n template is its strict adherence to verification: the AI strictly uses the custom DomainAvailabilityChecker tool (which calls the WHMCS API) to confirm availability before replying. This ensures high accuracy and eliminates speculative answers, providing a reliable and professional support solution directly integrated through a simple n8n trigger (the webhook). This advanced n8n workflow minimizes manual lookup time and enhances customer satisfaction.
This automation functions as a robust AI chat service:
Webhook n8n trigger, which receives a POST request containing the user's chatInput and a unique sessionId to identify the conversation.Simple Memory n8n node instantly retrieves the conversation history based on the sessionId, ensuring the AI maintains conversational context throughout the session.AI Agent n8n node takes the user input, combines it with the system message (which mandates verified checking), and passes it to the connected Google Gemini Chat Model for reasoning.DomainAvailabilityChecker n8n node tool.Respond to Webhook1 n8n node.To deploy this powerful n8n workflow, follow these setup steps:
Google Gemini Chat Model n8n node and set up your Google PaLM API credential, which powers the AI reasoning.DomainAvailabilityChecker n8n node. This is crucial for the n8n workflow to function correctly:https://yourwhmcsurl.com/includes/api.php with your actual WHMCS API endpoint.identifier: Replace YourWHMCSIdentifier with your WHMCS API identifier.secret: Replace YourWHMCSSecret with your WHMCS API secret.Webhook n8n trigger is now ready to receive chat input. Webhook (n8n trigger):
Function: Acts as the starting n8n trigger, listening for POST requests containing the user's chat message (chatInput) and the session identifier (sessionId).
Key Configuration: Set to HTTP Method POST and Response Mode 'Response Node'.
*AI Agent (n8n node):
Function: Orchestrates the conversational flow, manages memory, uses the Language Model, and decides when to call the domain checker tool based on user intent. This central n8n node defines the chatbot's personality and strict verification rules.
Key Configuration: Contains a detailed system prompt (acting as 'Erik' the assistant) emphasizing strict domain availability verification via the tool.
*Simple Memory (n8n node):
Function: Stores and retrieves the history of the conversation (memory buffer window) using the sessionId passed from the webhook n8n trigger, enabling multi-turn dialogue.
Key Configuration: Session Key is dynamically set to {{ $('Webhook').item.json.body.sessionId }}.
*Google Gemini Chat Model (n8n node):
Function: Provides the large language model capabilities (reasoning, language generation) utilized by the AI Agent n8n node.
Key Configuration: Requires a valid Google PaLM API credential.
*DomainAvailabilityChecker (n8n node - HTTP Request Tool):
Function: This is the critical external tool used by the AI Agent to perform verified availability checks by calling the WHMCS API using the DomainWhois action.
Key Configuration: Configured for POST to WHMCS API, requiring WHMCS identifier and secret, and dynamically receiving the domain name from the AI Agent's output.
*Respond to Webhook1 (n8n node):
Function: Sends the final generated AI text response back to the client that initiated the n8n workflow via the Webhook n8n trigger.
* Key Configuration: Sets CORS and content headers for smooth front-end integration.
Build an advanced n8n workflow AI Agent using Google Gemini and Context7 tools to fetch specialized software documentation, exposed efficiently via the n8n trigger and MCP protocol.

Deploy an advanced RAG AI chatbot using this n8n workflow template. Integrates OpenAI, Supabase vector database, and the Cohere Reranker n8n node for superior accuracy and retrieval quality.

Deploy an advanced n8n workflow integrating OpenAI, Pinecone, and Google Drive to power a customer support AI Agent with persistent memory and RAG capabilities.

Use this powerful n8n workflow to automatically monitor domain name availability using the Porkbun API. Get instant Gmail and Discord alerts when a domain drops.








































