Skip to main content
Solved

How to send multiple images from n8n to ManyChat for WhatsApp?

  • May 3, 2025
  • 1 reply
  • 154 views

nacholc

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!

Best answer by Gustavo Boregio

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#/

1 reply

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2821 replies
  • Answer
  • May 4, 2025

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#/