Implement the primary Apollo.io workflow for searching leads and enriching contact/company data. This is the core use case for B2B sales intelligence.
apollo-sdk-patterns setupFollow these high-level steps to implement apollo-core-workflow-a:
For full implementation details, load: Read(plugins/saas-packs/apollo-pack/skills/apollo-core-workflow-a/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| Empty Results | Too narrow criteria | Broaden search parameters |
| Missing Emails | Contact not in database | Try LinkedIn enrichment |
| Rate Limited | Too many enrichment calls | Implement batching |
| Invalid Domain | Domain doesn't exist | Validate domains first |
Proceed to apollo-core-workflow-b for email sequences and outreach.
Basic usage: Apply apollo core workflow a to a standard project setup with default configuration options.
Advanced scenario: Customize apollo core workflow a for production environments with multiple constraints and team-specific requirements.