I'm working on a Botpress chatbot that needs to send image URLs to a Make webhook. The flow is:
User selects "Traigo carga" from quick replies
Bot asks for an image
User uploads image to Messenger
Bot should send image URL to webhook
The image URL is stored in workflow.carga but I can't get it to send to the webhook. I've tried:
HTTP request card with various body formats
Custom action code with axios
Vision Agent integration
Logs show image is received correctly but webhook never gets called. Any suggestions on how to properly send the image URL from Botpress to webhook?