Whatsapp webhook integration

WhatsApp trigger webhook subscription is stuck on App ID, need it cleared from the database"

Welcome @Vishal_Singh1 to our community! I’m Jay and I am a n8n verified creator.

To clear a stuck WhatsApp webhook subscription in the n8n database, connect to your n8n SQLite or PostgreSQL database and run: DELETE FROM webhook_entity WHERE node = 'n8n-nodes-base.whatsAppTrigger';. Then deactivate and reactivate the workflow - n8n will re-register a fresh subscription. If you’re on n8n cloud or can’t access the DB directly, try deleting and recreating the WhatsApp Trigger node entirely, which forces a clean subscription on next activation. Also make sure only one workflow uses the WhatsApp trigger for the same App ID at a time - duplicate registrations cause the stuck state.

Hi @Vishal_Singh1 , I changed the topic to the Question category since it looks more like a workflow/integration help request. That may help the right community members find it faster :slightly_smiling_face: