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:
Using Manychat’s API, with the sendFlow endpoint - and you send multiple images there
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.
Using Manychat’s API, with the sendFlow endpoint - and you send multiple images there
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.