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 List
salespype:add_contact_to_list
Add a contact to an existing list.
Write
Medium risk
Create Contact
salespype:create_contact
Create a new contact in Salespype.
Write
Medium risk
Create List
salespype:create_list
Create a new contact list in Salespype.
Write
Medium risk
Delete Contact
salespype:delete_contact
Delete a contact from Salespype. This action cannot be undone.
Write
High risk
Enrich Company
salespype:enrich_company
Enrich a company's profile data using their domain.
Write
Medium risk
Enrich Contact
salespype:enrich_contact
Enrich a contact's profile data using their email address.
Write
Medium risk
Find Email
salespype:find_email
Find email address for a person using their name and company domain.
Read
Low risk
Get Company
salespype:get_company
Fetch a single company by ID with all available profile data.
Read
Low risk
Get Contact
salespype:get_contact
Fetch a single contact by ID with all available profile data.
Read
Low risk
Get List
salespype:get_list
Fetch a single contact list by ID with metadata.
Read
Low risk
List Companies
salespype:list_companies
Search and list companies with optional filters.
Read
Low risk
List Contacts
salespype:list_contacts
Search and list contacts with optional filters.
Read
Low risk
List Lists
salespype:list_lists
List all contact lists with optional filters.
Read
Low risk
Remove Contact From List
salespype:remove_contact_from_list
Remove a contact from an existing list.
Write
High risk
Update Contact
salespype:update_contact
Update an existing contact in Salespype.
Write
Medium risk
Verify Email
salespype:verify_email
Verify if an email address is valid and deliverable.
Write
Medium risk