This n8n workflow automates welcoming new members to your WhatsApp group via a personalized message. It starts with a webhook that receives notifications whenever someone joins your group. The workflow then filters the event to ensure it’s for the specific group you specify and confirms that the action is a new member addition. After a brief, natural delay to simulate a human-like response, an HTTP request sends a personalized welcome message through the Evolution API.
key nodes include a webhook listener for group event data, a filter to verify the group ID, a conditional check for new joins, a wait node for timing, and an HTTP request to deliver the message. The setup requires configuring variables such as your group ID, API key, instance name, API URL, and the message content.
This workflow is ideal for community managers or social groups that want to streamline engagement, ensure every new member receives a warm greeting, and enhance group interaction without manual effort.
Reviews
There are no reviews yet.