Skip to main content

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:

  1. Log in to your Lusha account.

  2. In the left sidebar, click API.

  3. 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:

  1. Log in to your Make account, add a Lusha module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the API Key field, enter the API key copied above.

  4. Click Save.

  5. 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

  • Companies

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.

Email

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 https://api.lusha.com, e.g. /account/usage

Method

Select the HTTP method you want to use:

  • GET - to retrieve information for an entry.

  • POST - to create a new entry.

  • PUT - to update/replace an existing entry.

  • PATCH - to make a partial entry update.

  • DELETE - to delete an entry.

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.