
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@robinpath/apollo
Advanced tools
Apollo.io — sales intelligence: people search, person & company enrichment. Uses the encrypted credential vault for API key auth.
Apollo module for RobinPath.
The apollo module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/apollo
1. Set up credentials
apollo.setCredentials "your-credentials"
2. searchPeople
apollo.searchPeople
| Function | Description |
|---|---|
apollo.setCredentials | Configure apollo credentials. |
apollo.searchPeople | searchPeople |
apollo.getPerson | getPerson |
apollo.enrichPerson | enrichPerson |
apollo.searchOrganizations | searchOrganizations |
apollo.getOrganization | getOrganization |
apollo.enrichOrganization | enrichOrganization |
apollo.listSequences | listSequences |
apollo.getSequence | getSequence |
apollo.addToSequence | addToSequence |
apollo.listEmailAccounts | listEmailAccounts |
apollo.searchContacts | searchContacts |
apollo.createContact | createContact |
apollo.updateContact | updateContact |
apollo.listLists | listLists |
apollo.addToList | addToList |
apollo.listTasks | listTasks |
apollo.createTask | createTask |
apollo.getAccount | getAccount |
apollo.searchPeople
apollo.getPerson
apollo.enrichPerson
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/apollo";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
apollo.setCredentials "your-credentials"
apollo.searchPeople
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Apollo.io — sales intelligence: people search, person & company enrichment. Uses the encrypted credential vault for API key auth.
The npm package @robinpath/apollo receives a total of 42 weekly downloads. As such, @robinpath/apollo popularity was classified as not popular.
We found that @robinpath/apollo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.