Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Contact To Sequence
apollo_io:add_contact_to_sequence
Add a contact to an email sequence to start automated outreach.
Write
Medium risk
Create Account
apollo_io:create_account
Create a new account/organization in Apollo with company information.
Write
Medium risk
Create Contact
apollo_io:create_contact
Create a new contact in Apollo with profile information.
Write
Medium risk
Delete Account
apollo_io:delete_account
Permanently delete an account/organization from Apollo. This action cannot be undone.
Write
High risk
Delete Contact
apollo_io:delete_contact
Permanently delete a contact from Apollo. This action cannot be undone.
Write
High risk
Get Account
apollo_io:get_account
Fetch a single account/organization by ID with company details and contacts.
Read
Low risk
Get Contact
apollo_io:get_contact
Fetch a single contact by ID with all profile details and account information.
Read
Low risk
Get Email Status
apollo_io:get_email_status
Get the delivery status and engagement metrics for a sent email.
Read
Low risk
Get Sequence
apollo_io:get_sequence
Fetch a single email sequence by ID with steps and performance metrics.
Read
Low risk
List Accounts
apollo_io:list_accounts
Search and list accounts/organizations with advanced filtering options.
Read
Low risk
List Contacts
apollo_io:list_contacts
Search and list contacts with advanced filtering options.
Read
Low risk
List Sequences
apollo_io:list_sequences
List all email sequences with performance metrics and filtering options.
Read
Low risk
Remove Contact From Sequence
apollo_io:remove_contact_from_sequence
Remove a contact from an email sequence to stop automated outreach.
Write
High risk
Send Email
apollo_io:send_email
Send a personalized email to a contact through Apollo's email system.
Write
Medium risk
Update Account
apollo_io:update_account
Update an existing account/organization's information in Apollo.
Write
Medium risk
Update Contact
apollo_io:update_contact
Update an existing contact's information in Apollo.
Write
Medium risk