Automate Apollo with TypeScript
Search and enrich people and organizations, manage CRM records, build lists, run sequences, and coordinate sales tasks with Apollo.
import { automation, onHttpRequest } from "automate.ax"
import { apollo } from "automate.ax/apollo"
export default automation("Find engineering leaders", () => {
onHttpRequest({ scope: "automation" })
apollo.searchPeople({
titles: ["VP Engineering", "CTO"],
seniorities: ["vp", "c_suite"],
organizationEmployeeRanges: [{ min: 50, max: 500 }],
perPage: 25,
})
})What you can do
Actions
- Search and enrich people and organizations
- Create and update contacts and accounts in bulk
- Manage lists, stages, owners, and sequences
- Create, complete, and inspect sales tasks
Triggers
No provider trigger is published for Apollo yet. Use another trigger, then call its actions.