T
Typebot•2mo ago
Lokipokeyy

help me please

Hi all! I’m on the free plan of Typebot and building a photo flow where: Guest uploads a photo via File Upload block I want to send that photo to Cloudinary via a GET Webhook block, adding a hashtag overlay like #ARForever I'm using this URL in the webhook: plaintext Copy Edit https://res.cloudinary.com/dkyzk03xe/image/fetch/l_text:arial_40_bold:%23ARForever,g_south,y_30/{{guest_photo | urlencode}} šŸ›‘ Problem: The image upload works fine and returns a valid URL ({{guest_photo}}) But the Webhook always returns 400 error, and when I inspect logs, it looks like the variable is not being interpolated — the final URL ends with just /, not the photo URL. šŸ’” I suspect this is because I can't use Logic blocks in the free plan, and the variable {{guest_photo}} isn't being resolved in the webhook URL. ā“ My Question: Is there a way to ensure variables like {{guest_photo}} are correctly passed in Webhook block URLs in the free plan, without access to Logic blocks? Or — should I upgrade to a paid plan to access Logic blocks for proper interpolation? Thanks a lot! šŸ™
6 Replies
Baptiste
Baptiste•2mo ago
No this should work Can you take a screenshot of your webhook body?
Lokipokeyy
LokipokeyyOP•2mo ago
No description
Lokipokeyy
LokipokeyyOP•2mo ago
baptiste
Lokipokeyy
LokipokeyyOP•2mo ago
Baptiste please see this
No description
No description
Lokipokeyy
LokipokeyyOP•2mo ago
Help with this please
Baptiste
Baptiste•2mo ago
I don't think this HTTP request should work, did you make it work elsewhere? It seems it needs a POST request Also on the screenshot you don't pass any data. You just set a variable for the test request Sorry but how to configure this request is out of Typebot scope šŸ™

Did you find this page helpful?