Make
Setup
- Create a new scenario
- Trigger: Your CRM module → “Watch new contacts”
- Action: HTTP → Make a request
- Configure:
- URL:
https://api.casestudies.dev/v1/enrich/{{domain}} - Method: GET
- Headers: Add
X-API-Keywith your API key
- URL:
- Action 2: JSON → Parse JSON (parse the response body)
- Action 3: Your CRM module → Update a contact (map fields below)
Available fields
Tips
- Use Make’s JSON parser to extract the
featured_in.vendorsarray - Use an Iterator module to loop through vendors if you want separate rows
- Set up error handling for domains with no results (
found: false) - Add a filter to skip contacts without a domain
