Skip to main content

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!

@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.


Reply