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
interseller:add_contact_to_sequence
Add a contact to a sequence to begin automated outreach.
Write
Medium risk
Create Contact
interseller:create_contact
Create a new contact in Interseller with optional details and tags.
Write
Medium risk
Delete Contact
interseller:delete_contact
Permanently delete a contact from Interseller. This action cannot be undone.
Write
High risk
Get Campaign
interseller:get_campaign
Fetch a single campaign by ID with detailed statistics and settings.
Read
Low risk
Get Contact
interseller:get_contact
Fetch a single contact by ID with all details including sequences and campaign status.
Read
Low risk
Get Email Stats
interseller:get_email_stats
Get tracking statistics for a sent email including opens, clicks, and replies.
Read
Low risk
Get Sequence
interseller:get_sequence
Fetch a single sequence by ID with all steps and settings.
Read
Low risk
List Campaigns
interseller:list_campaigns
List all campaigns with optional filtering by status or name.
Read
Low risk
List Contacts
interseller:list_contacts
List contacts with optional filtering by email, company, status, or tags.
Read
Low risk
List Sequences
interseller:list_sequences
List all sequences with optional filtering by status or name.
Read
Low risk
Remove Contact From Sequence
interseller:remove_contact_from_sequence
Remove a contact from a sequence to stop automated outreach.
Write
High risk
Send Email
interseller:send_email
Send a one-off email through Interseller with tracking.
Write
Medium risk
Update Contact
interseller:update_contact
Update an existing contact's information in Interseller.
Write
Medium risk