Zapier to Typebot Webhook Variable Set
Hey all! 👋 I’m working on a real-time email validation flow using Typebot + Zapier, and hitting a blocker.
Here's the flow:
User enters a email in Typebot
I send it to Zapier (works fine ✅)
Zapier checks Klaviyo for segment membership (works ✅)
POST the result (is_in_segment: true/false) back to Typebot using Webhook block
I see a 200 OK in Zapier, but… "the is_in_segment" variable isn’t getting set in Typebot (just shows blank or "is_in_segment" as a string)
Just not populating.
Any ideas? Would love any help — I'm trying to avoid a redirect flow and keep it all native Typebot
Thanks in advance!
1 Reply
Hello Justin,
I'm pretty sure that your error stems from how you formatted the
body
data you're sending with the POST request in Zapier. Could you share a screenshot of how the custom body of your request looks like?
Fixing this would send the right data over to Typebot I'm sure