Skip to main content

Hi everyone 👋
I'm trying to send multiple images from n8n to ManyChat, so they can be displayed in a WhatsApp conversation, but I can't get them to show up properly.

Has anyone successfully done this?
I’d appreciate any tips or examples on how to make it work.

Thanks in advance!

Hey ​@nacholc you have 2 options:

  1. Using Manychat’s API, with the sendFlow endpoint - and you send multiple images there
  2. Using Manychat’s API, you can also use the setCustomFields endpoint, and set multiple custom fields with the URLs of the images you want to send. And from there, your Manychat automation sends the images with the URLs.

I usually go with option #2, it’s less work on the n8n/automation side and more control in Manychat.

You can check the API documentation here: https://api.manychat.com/swagger#/


Reply