Apollo
Apollo is a powerful platform that provides tools for finding and managing contacts and organizations. It offers a variety of actions to search for people and organizations, enrich data, and manage contacts.
Search for People
This action allows you to search for people using the Apollo API to find individuals in specific locations, organizations, with particular seniorities or titles.
Fields
- Organization Domains: Enter the domains of organizations you're interested in, separated by new line characters. Example: 'google.com\nfacebook.com'. These will filter results by the specified companies.
- Page Number: Enter the page number for result pagination. This enables navigation through multiple pages of results.
- Results Per Page: Number of results to return per page, must be between 1 and 100.
- Organization Locations: Enter allowed locations of organization headquarters for the individuals you're searching for. Example: 'California, US'.
- Person Seniorities: Denotes seniority levels such as 'senior' or 'manager'. Use an array format like '["senior", "manager"]'.
- Person Titles: Enter titles related to the goals of your search, like 'sales manager'. Use an array format like '["sales manager", "engineer manager"]'.
Output
The output will be a list of individuals matching the search criteria, including details such as names, titles, and associated organizations.
Search for an Organization
This action allows you to search for an organization within the Apollo database by providing specific search criteria.
Fields
- Organization Name: The name of the organization you want to search for in the Apollo database.
- Page Number: An integer that allows you to paginate through the results. Default is 1.
- Results Per Page: An integer to load number of results per page. Must be within the range 1 to 100.
Output
The output will be a list of organizations that match the search criteria, including details such as organization names and domains.
Enrich Organization Data
Retrieve detailed information about an organization using Apollo's enrichment feature.
Fields
- Company Domain: The domain of the company you wish to enrich. Typically, it's the company's website domain (e.g., google.com).
Output
The output will include enriched data about the organization, such as industry, size, and location.
Create a New Contact
This action creates a new contact in the Apollo application.
Fields
- First Name: The first name of the contact you want to create.
- Last Name: The last name of the contact you want to create.
- Email: The email address of the contact. Make sure it's in a valid email format.
- Organization Name: The name of the company the contact is associated with.
- Title: The job title of the contact.
Output
The output will confirm the creation of the new contact and provide details such as the contact ID.
Update a Contact
This action allows you to update the details of an existing contact in Apollo.
Fields
- Contact ID: The unique identifier for the contact you wish to update. You can find this ID in the contact's profile in Apollo.
- First Name: The first name of the contact you want to update.
- Last Name: The last name of the contact you want to update.
- Email: The email address of the contact. This should be a valid email address.
- Title: The title of the contact within their organization.
- Organization Name: The name of the organization the contact is associated with.
Output
The output will confirm the update of the contact and provide the updated details.