Apollo icon

Apollo

Interact with Apollo API

Overview

This node integrates with the Apollo API to enrich organization data based on a given domain. It is useful for scenarios where you want to retrieve detailed information about an organization by providing its domain name, such as enriching CRM records, validating leads, or gathering company insights for marketing and sales automation.

For example, you can input the domain "apollo.io" and get enriched details about the Apollo organization, including its size, industry, location, and other relevant metadata.

Properties

Name Meaning
Domain The organization's domain name. For example, "apollo.io". This is a required field used to specify which organization's data to enrich.

Output

The node outputs JSON data containing the enriched organization information retrieved from the Apollo API. This typically includes various fields describing the organization such as name, industry, size, location, and other metadata provided by Apollo.

If the node supports binary data output (not indicated in the provided code), it would be summarized here, but based on the static analysis, the output is JSON only.

Dependencies

  • Requires an API key credential for authenticating requests to the Apollo API.
  • The base URL defaults to https://api.apollo.io unless overridden in credentials.
  • No additional external dependencies are indicated.

Troubleshooting

  • Missing or invalid API key: Ensure that a valid API authentication token is configured in the node credentials; otherwise, API calls will fail.
  • Invalid domain input: The domain property is required and must be a valid domain string. Providing an empty or malformed domain may cause errors or no results.
  • API rate limits or connectivity issues: If the Apollo API is unreachable or rate limits are exceeded, the node will return errors. Check network connectivity and API usage quotas.
  • Unexpected response structure: If the API changes its response format, the node's output might not match expectations. Verify the API documentation if issues arise.

Links and References

Discussion