Hi,
I’m building a workflow where I receive data from GoHighLevel via a Webhook → IF node → Twilio WhatsApp.
Everything works fine until the IF node. The webhook captures the data correctly, and I can see: “pipeline_stage”: “Onboarding bokad” In the IF node I set:
{{ $json[“body”][“pipeline_stage”] }}
is equal to
Onboarding
But it never matches, so the Twilio node doesn’t get triggered.
Should I use contains instead of is equal to?
Could this be a string formatting issue (extra spaces, capitalization, etc.)?
Is there a better way to ensure the IF node matches the webhook value reliably?
Thanks in advance
Hey @sedii hope all is well. Welcome to the community.
Could you please pin data in the trigger and share your workflow?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.