Give customers a fast reply on WhatsApp while also confirming your webhook setup. The flow returns the Meta verification code and sends an instant echo message back to the sender. It fits support teams and small businesses that want quick first responses and a simple test harness.
Two webhook nodes share the same URL. A GET request hits Verify and the Respond to Webhook node sends back the hub challenge text. A POST request hits Respond and carries message updates from Meta. An If node checks if the payload includes a user message. When true, the WhatsApp node sends a custom text that repeats what the user wrote. Status updates are ignored so only real messages trigger replies.
Set the WhatsApp credential with your access token and phone number ID, then point both webhooks to the same path with the right methods. Expect replies in seconds and fewer missed chats, plus a clear way to validate parsing before you build more logic. Use it for after hours auto replies, internal QA, or a safe staging bot.