All webhooks are specifically setup to add contacts into a single location’s Review Grower account.
We can add up to 4 parameters for each contact:
- First Name
- Last Name
- Phone Number
The use case for webhooks is limitless, but in the example below we’ll show you how we integrate via webhook with zapier…
Step 1: Get Your Webhook – You can find your webhook by navigating to the location you want to add contacts to. Click contacts. Then click webhook.
Next, let’s just plan out how we want our integration to work.
Trigger – The trigger will be the app we are getting data from. Typically this is our client’s CRM. Most common the trigger is setup to run on our client’s job/service being completed for their end customer.
With most of these platforms, you can filter out events that don’t meet your ideal criteria (Ie: job has been completed)
Action – Choose The Webhooks By Zapier App. This is how
Step 2: Setup your Trigger that we planned out above. Be sure to test, and verify the trigger does in fact work and pulls data like you want it too. In our test below I setup our trigger to be a simple Google Form, which has first, last, email & phone number and records all new responses in a google sheet.
Step 3: Setup Your Action – Choose webhooks by Zapier then post.
Step 4: Configure Your Webhook Post
Add URL from Review Grower webhook popup.
Payload Type should be Form.
Then under data, you’ll want to add you’re 4 parameters, and you’re api token.
*** Make sure in the data column you use the exact name as in the review grower webhook popup.
Step 5: Test
Always be sure to test, and make sure the webhook was successful inside your automation app and that your test contact got added to review grower.
The review grower webhook returns, the following raw code if successful: success: true
Lastly, again check your locations contacts, and you should see your test data.