Lusha
With Lusha modules in Make, you can search prospects, find contacts, and companies in your Lusha account.
To use the Lusha modules, you must have an Enterprise Lusha account. You can create an account at lusha.com.
Refer to the Lusha API documentation for a list of available endpoints.
Connect Lusha to Make
To establish the connection, you must:
Obtain your API key in Lusha
To obtain your API key from your Lusha account:
Log in to your Lusha account.
In the left sidebar, click API.
Copy the API key value shown and store it in a safe place.
You will use this value in the API Key field in Make.
Establish the connection with Lusha in Make
To establish the connection in Make:
Log in to your Make account, add a Lusha module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the API Key field, enter the API key copied above.
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Lusha modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build Lusha Scenarios
After connecting the app, you can perform the following actions:
Prospects
List prospects by search criteria.
Connection | Establish a connection to your Lusha account. |
Prospect Type | Select the type of prospect you want to search for in Lusha.
|
Contacts Filter | Enter (map) the criteria to include or exclude specific attributes for both Contacts and Companies. |
Companies Filter | Enter (map) the criteria to include or exclude specific attributes for Companies. |
Limit | Enter (map) the maximum number of results to return in the search. |
Contacts
Gets contacts by their ID and specified parameters.
Connection | Establish a connection to your Lusha account. |
Full Name | Enter (map) the full name of the contact. If provided, either Company Name or Company Domain is also required. |
Location | Enter (map) the location of the contact. |
LinkedIn URL | Enter (map) the LinkedIn profile URL of the contact. This field is required if Full Name isn’t provided. |
Enter (map) the email address of the contact. This field is required if Full Name or LinkedIn URL isn’t provided. | |
Companies Enter (map) the information for associated companies if relevant: | |
Name | Enter (map) the name of the company. |
Domain | Enter (map) the domain of the company’s website. This is required if Full Name is provided and Company Name is not. |
Is Current | Select if the contact is currently associated with this company. |
Job Title | Enter (map) the contact’s job title at this company. |
Fully Qualified Domain Name | Enter (map) the fully qualified domain name (FQDN) for the company if available. |
Company Social ID | Enter (map) the company’s social ID. |
Companies
Gets a company by its domain or by its name.
Connection | Establish a connection to your Lusha account. |
Domain | Enter (map) the domain of the company’s website. Either Domain or Company Name is required to search for a company. |
Company Name | Enter (map) the full name of the company. Either Company Name or Domain is required to search for a company. |
Gets companies by their ID and specified parameters.
Connection | Establish a connection to your Lusha account. |
Fully Qualified Domain Name | Enter (map) the fully qualified domain name (FQDN) of the company. At least one of Fully Qualified Domain Name, Domain, or Name is required for each company. |
Domain | Enter (map) the domain of the company’s website. At least one of Fully Qualified Domain Name, Domain, or Name is required for each company. |
Name | Enter (map) the full name of the company. At least one of Fully Qualified Domain Name, Domain, or Name is required for each company. |
Other
Performs an arbitrary authorized API call.
Connection | Establish a connection to your Lusha account. |
URL | Enter a path relative to |
Method | Select the HTTP method you want to use:
|
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |