Skip to main content
Solved

How to connect Zapier with ManyChat

  • February 5, 2025
  • 2 replies
  • 81 views

FedeBunader

Hi! I need to know how to connect Zapier with ManyChat to create a listing that displays the properties I have for sale via WhatsApp messages.

I set up the Zapier connection with Google Sheets, then used the "Get Many Spreadsheet Rows" action and converted the data into JSON using a Python script with Code by Zapier.

Now, my question is: how can I display this information as individual messages when the customer clicks the "Buy Property" button within the message flow in ManyChat?

Thanks in advance! Looking forward to your help!

Best answer by Gustavo Boregio

@FedeBunader You'll need to use Manychat's API, specifically the sendContent endpoint:
https://api.manychat.com/swagger#/

If you don't experience working with APIs it can be a tricky setup. Let me know if you need help with this, I've done this several times for clients.

2 replies

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

@FedeBunader You'll need to use Manychat's API, specifically the sendContent endpoint:
https://api.manychat.com/swagger#/

If you don't experience working with APIs it can be a tricky setup. Let me know if you need help with this, I've done this several times for clients.


Mikeymike
  • Channel Explorer
  • 33 replies
  • July 23, 2025

Hi,

It seems that this is similar to what i am looking for. I want to pull responses from a whatsapp flow (button clicks/text/numbers) into a spreadsheet. But i also want to return a quotation calculation from these responses ‘on the fly’ to the whatsapp flow. Do i do that via zapier into a spreadsheet and return the calculation to the flow? Can data flow in both directions?

 

thanks