Skip to main content
Solved

External Request JSON Body Mapping

  • July 22, 2025
  • 2 replies
  • 58 views

jessesteele

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}}"
}
 

Best answer by rogerioaraujo

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.

2 replies

rogerioaraujo
Forum|alt.badge.img+2
  • Flow Scholar
  • 495 replies
  • Answer
  • July 22, 2025

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.


jessesteele
  • Author
  • Up-and-Comer
  • 4 replies
  • July 23, 2025

perfect, thanks!