It sounds like you’re encountering an issue with the WhatsApp Trigger node in n8n. Here’s what might be causing the errors and how to fix them :-
SSL Error (curl_errno = 35)
Cause : SSL handshake issue between n8n and WhatsApp servers. Solution : Ensure your environment supports the required SSL version. Update your SSL libraries if needed. If the issue persists, try running n8n on a different server or environment to see if it resolves the issue.
Callback URL Verification Error
Cause : Meta (Facebook) can’t verify the Webhook URL or verify token. Solution : Double-check that the Webhook URL and Verify Token match exactly in both n8n and Meta settings. Ensure your URL is publicly accessible without any firewall or restrictions blocking it.