App
Apollo
Apollo is a unified engagement platform that is the foundation for your entire end-to-end sales strategy. Teams get access to a database of over 200 million contacts, as well as a host of different engagement and analytics tools.
What your agent can do with Apollo
Triggers and actions 4 triggers · 10 actions
- TriggerAccount Updated
Polls Apollo accounts/search for new or updated accounts (dedup on MD5 of the record; accounts/search returns no updated_at). Apollo has no record-change webhook API, so this is a polling trigger.
- TriggerContact Updated
Polls Apollo contacts/search for new or updated contacts (dedup on MD5 of the record). Apollo has no record-change webhook API, so this is a polling trigger.
- TriggerNew Account
Polls Apollo accounts/search for newly created accounts (dedup on account id). Apollo has no record-change webhook API, so this is a polling trigger.
- TriggerNew Contact
Polls Apollo contacts/search for newly created contacts (dedup on contact id). Apollo has no record-change webhook API, so this is a polling trigger.
- ActionCreate Account
An Account is a company that your team has added to Apollo.
- ActionCreate Contact
A Contact is a person your team has added to Apollo.
- ActionCreate Deal
Deals are records that you can use to track possible opportunities with your prospective customers.
- ActionCreate Task
Creates a task for the specified Apollo contact (via /tasks/bulk_create with a single contact).
- ActionFind Contact
Find a contact in your Apollo instance by searching for their email. If you have multiple contacts with the same email address, this search returns the contact that was created first.
- ActionFind Deal
Returns up to 100 deals (opportunities) that match the specified name. Leave name blank to return all deals.
- ActionFind Task
Returns up to 100 tasks for the specified contact. Leave contact_id blank to return all tasks.
- ActionUpdate Account
Update an existing Account.
- ActionUpdate Contact
Update an already existing Contact.
- ActionUpdate Deal
Update an already existing Deal.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Apollo API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.