This guide walks you through the steps to automate data enrichment using AmpleMarket's API through Zapier. With Zapier, you can integrate AmpleMarket with various platforms, such as Salesforce or HubSpot, to enrich contacts automatically based on triggers like form submissions or new contacts added to a list.
Prerequisites
To do this you will need to have:-
- An AmpleMarket account
- A Zapier account
- Access to the platform you wish to integrate with (e.g., HubSpot or Salesforce)
Step 1: Setting Up the Trigger
- Choose Your Trigger App: Start by selecting the app you want to trigger the enrichment process. This could be HubSpot, Salesforce, or any app that supports webhook triggers.
- Configure the Trigger: Depending on the app, configure the specific trigger. For instance, in HubSpot, you might choose a form submission or the addition of a new contact to a list as your trigger event.
-
Step 2: Setting Up AmpleMarket API Call
- Add a Webhook by Zapier Action: After setting your trigger, add an action using "Webhooks by Zapier."
- Configure Webhook Settings:
- Method: Choose "GET" to make a request to AmpleMarket's API.
- URL: Enter the AmpleMarket API endpoint
https://api.amplemarket.com/people/find
making sure to includehttps://
. - Query String Params: Specify parameters such as
email
. You can dynamically select the email address from your trigger data. - Headers: Add an
Authorization
header with the valueBearer [Your_API_Token]
. To find your API token, go to AmpleMarket's API integrations Settings and generate a new API token.
Step 3: Handling the Enriched Data
- Test the Webhook: Execute a test to ensure that AmpleMarket returns the expected data.
- Add an Action to Update Your Platform: Based on the returned data, add an action to update the contact in your chosen platform (e.g., HubSpot or Salesforce).
- Configure Update Settings: Map the enriched data fields from AmpleMarket to the corresponding fields in your platform. This could include information like LinkedIn URL, company industry, or employee count.
-
Step 4: Finalizing and Testing
- Test the Full Zap: Run a comprehensive test to ensure the trigger and actions are working as expected.
- Publish Your Zap: Once satisfied with the setup, publish your Zap and turn it on.
- Monitoring: Keep an eye on your Zap's activity to ensure it runs smoothly and enriches contact information as intended.
Important Notes
- The AmpleMarket API is designed to work with work emails. Personal email addresses might not return enrichment data.
- Keep your API token secure to prevent unauthorized access to your AmpleMarket account.
Related to