Skip to main content

Hi everyone, this question is killing me, I hope someone can help me.

How can I export the contact´s ID to a csv file? 

I have tried selecting all contacts and then Bulk action and export, but I cant.

I have also tried by doing an automation to export to a Google Sheets but I couldnt either.

Thank you

Hello ​@Mauis ,

You can create a flow that saves this information to an Excel spreadsheet using the native integration with Manychat.

Since you want to send it to multiple contacts at once — and considering that both the Manychat and Google APIs have request-per-second limits — I always add a step in the flow to prevent sending it to all contacts at the same time.

I'll include a screenshot with an example. You can increase the number of randomization blocks if needed — the image below is just a suggestion.
 

To send the data, you can create a temporary sequence just for this purpose. This sequence should include only that flow, which handles the randomization to stagger the sends, sends the data to Google Sheets, and then removes the sequence.
 

In your contact list, select all users and send this sequence to everyone.
 

 


Reply