Skip to main content
Solved

Photo sent from Whatsapp via webhook

  • May 24, 2024
  • 5 replies
  • 281 views

Greg

Hey!

 

I need to send photo that user sends me to WhatsApp to a webhook is this possible?

 

Thank you

Greg

Best answer by Gustavo Boregio

Yes!
Use a User Input with the type set to ‘Image’. This will save the URL of the image on a User Field that you choose.

Then you can use the URL on the webhook.

 

5 replies

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • Answer
  • May 24, 2024

Yes!
Use a User Input with the type set to ‘Image’. This will save the URL of the image on a User Field that you choose.

Then you can use the URL on the webhook.

 


Greg
  • Author
  • Up-and-Comer
  • May 24, 2024

Thank you for the reply!

This seems awesome. But will I have to override this field with the new image each time user sends a new one and is it possible?

My flow is that users are sending multiple images many times a day and I want to process them as they come.

 

Thanks!


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • May 24, 2024

Yeap you can override it, just make sure to send it before overriding.


joao.mendes.ribeiro

Yes!
Use a User Input with the type set to ‘Image’. This will save the URL of the image on a User Field that you choose.

Then you can use the URL on the webhook.

 

And in the case of Telegram node, that can´t be a reply type of “Image”, has any other way to do that?

You ask to a user sends a image (screenshot) and the workflow continues currently if he sended.


joao.mendes.ribeiro

Yeap you can override it, just make sure to send it before overriding.

In the case of a Telegram workflow, I can do that of ask the user sends a photo and continues the workflow, if not the workflow is stopped?

Because in this Telegram node doens´t has the “Reply Type” of Image so i wondering using a Action of user field and a condition to validate that, but they two reply type of text and URL can´t do this funcionallity, but i having seen a lot of this type of workflow on Telegram, please can you help me?