Skip to main content

Im trying to use zapier with manychat to connect and send all the contact information to a google sheet using an external request.

Here is the JSON Body request, can you confirm I’ve correctly mapped all the native Manychat variables?

{
  "uid": "{{user.id}}",
  "ig_handle": "{{instagram.username}}",
  "full_name": "{{user.name}}",
  "first_name": "{{user.first_name}}",
  "last_name": "{{user.last_name}}",
  "locale": "{{user.locale}}",
  "gender": "{{user.gender}}",
  "timezone": "{{user.timezone}}",
  "language": "{{user.language}}",
  "subscribed": "{{user.subscribed}}",
  "opted_in_through": "{{optin.source}}",
  "tags": "{{user.tags}}",
  "lead_magnet": "{{custom.lead_magnet}}",
  "source_type": "{{custom.source_type}}",
  "content_id": "{{custom.content_id}}",
  "status": "{{custom.status}}",
  "status_changed": "{{custom.status_changed}}",
  "last_update": "{{custom.last_update}}",
  "setter": "{{custom.setter}}",
  "notes": "{{custom.notes}}"
}
 

Hello ​@jessesteele ,
Take a look at the screenshot below. In Manychat, when you click on "Add Full Contact Data", it will display all the fields of the selected test user. This makes it easier for you to identify the correct field names in Manychat.


Also, keep in mind that Manychat has a native integration with Google Sheets. So, if your final goal is just to send the data to a spreadsheet, you might not even need to use Zapier.


perfect, thanks!


Reply