I’ve been lurking around here for a while - this forum’s been super useful to me in the past, but I’ve hit a snag and could use some help.
I’m trying to send the uploaded image (or URL) from a chatbot to a Zapier webhook.
The chatbot allows users to upload images, and I can see the uploaded file has a URL (something like https://prod-pickaxe-assets.s3.us-west-2.amazonaws.com/...
).
What I need to do is capture that URL and include it in a webhook payload that sends data to Zapier.
The webhook works fine for text-based data but I can’t figure out how to properly extract the image URL from the chatbot and include it in the request. I tried prompting it for the URL within the payload description but no joy.
Does anyone know the best way to reference the uploaded file’s URL within Pickaxe?
Is there a way to store the image URL as a variable and pass it into the webhook payload?
Some threads I referenced, it seems like the user uploaded attachments are retrievable but I just can’t figure it out. And I am not capable of creating custom Actions like some of you clever dudes: