How to add Business Name in Zapier
choose webhooks Custom Request select Post https://api.https://ghlcustomercare.com/zapier/contact/add_update AUTHORIZATION Bearer YouRlocationAPIKEYHERE…
1 min read55 words3 explained imagesUpdated Tue, 10 Nov, 2020 at 6:31 PM
Assistants need to reach this page over the internet. While it is only running on your machine, these two buttons will not be able to load it.
Each image has a one line explanation. Switch to full detail for the step it belongs to, the fields and buttons involved, examples and the whole procedure.
choose webhooks Custom Request
select Post
https://api.https://ghlcustomercare.com/zapier/contact/add_update
AUTHORIZATION Bearer YouRlocationAPIKEYHERE
Content-Type application/json
Here is the data (fillin the info from the previous steps of the zap)
{
"first_name": "zap",
"last_name": "Zaptest3",
"name": "D Zaptest",
"email": "dzap@zap.com",
"phone": "9516403455",
"address1": "123 My St.",
"city": "Meridian",
"country": "US",
"state": "Idaho",
"postalCode": "83646",
"companyName": "RoboCoach",
"contact_type": "customer"
}
"first_name": "zap",
"last_name": "Zaptest3",
"name": "D Zaptest",
"email": "dzap@zap.com",
"phone": "9516403455",
"address1": "123 My St.",
"city": "Meridian",
"country": "US",
"state": "Idaho",
"postalCode": "83646",
"companyName": "RoboCoach",
"contact_type": "customer"
}
Was this guide helpful?