Skip to main content
Question

Returning an image from Make.com to ManyChat via webhook response

  • January 27, 2026
  • 1 reply
  • 6 views

stndk

Hi all,

I’m triggering a webhook from Manychat to Make when an event happens.

In Make, I generate an image.

What I want to do is return that generated image in the webhook response so Manychat and send/post the image directly in the chat.

Is this possible?

Thanks in advance!

1 reply

Gustavo Boregio
Forum|alt.badge.img+7
  • Manychat Community Moderator & Expert
  • January 27, 2026

@stndk yes 100% possible!

You need to make sure the image is stored in an open server (either a web server you have or a file hosting service), and then send the URL back to Manychat.

Then you can map the URL to a User Field, and use that to display the dynamic image.