How do I connect lusha to clay via API?
👋 Hey there! Our support team has got your message - we'll be back in touch within 24 hours (often sooner!). If you haven't already, please include the URL of your table in this thread so that we can help you as quickly as possible!
Hey, thanks for reaching out! 😊 What are you looking to use Lusha for? If you’re trying to make calls to their API, here’s a quick guide on how to set it up with Clay using Lusha’s Person API. You can find their full API Docs here: Lusha API Docs. Here’s a step-by-step example for setting up an enrichment call: 1. Go to the Enrichment Panel: • Click the “Add Enrichment” button in the top right of the page. 2. Select HTTP API Enrichment: • Choose this option for external data enrichment. 3. Set Up the Lusha Person API Call: • Method: GET • Endpoint: https://api.lusha.com/v2/person?firstName=:firstName&lastName=:lastName&companyName=:companyName Replace the placeholders (:firstName, :lastName, :companyName) with the columns that hold the actual values. Example: • /firstName • /lastName • /companyName You can also add additional fields like: • companyDomain: /companyDomain (e.g., lusha.com) • email: /email (e.g., dustin@lusha.com) • linkedinUrl: /linkedinUrl (e.g., https://www.linkedin.com/in/dustin/) 4.Headers • Header Key: api_key • Value: YOUR_API_KEY This will help you enrich your data with Lusha’s API seamlessly. Let me know if you need any further help or have more specific use cases! 😊 Quick video on how HTTP API works: https://www.loom.com/share/114ff06973bd4ed7985b32fa031be867 - Bonus! troubleshooting example of failed body parse issues: https://www.loom.com/share/678e4c40e8c14894a6cd53948176e434
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!