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 Note
l2s:add_note
Add a note to a contact or deal in L2S CRM.
Write
Medium risk
Close Deal
l2s:close_deal
Close a deal as won or lost with optional details.
Write
Medium risk
Complete Activity
l2s:complete_activity
Mark an activity as completed with optional notes.
Write
Medium risk
Create Activity
l2s:create_activity
Create a new activity in L2S CRM.
Write
Medium risk
Create Contact
l2s:create_contact
Create a new contact in L2S CRM.
Write
Medium risk
Create Deal
l2s:create_deal
Create a new deal in L2S CRM.
Write
Medium risk
Delete Contact
l2s:delete_contact
Delete a contact from L2S CRM. This action cannot be undone.
Write
High risk
Get Activity
l2s:get_activity
Fetch a single activity by ID with all details.
Read
Low risk
Get Contact
l2s:get_contact
Fetch a single contact by ID with all contact details and custom fields.
Read
Low risk
Get Deal
l2s:get_deal
Fetch a single deal by ID with all deal details and associated contacts.
Read
Low risk
List Activities
l2s:list_activities
List activities with optional filtering and pagination.
Read
Low risk
List Contacts
l2s:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
l2s:list_deals
List deals with optional filtering and pagination.
Read
Low risk
Send Email
l2s:send_email
Send an email to a contact through L2S email system.
Write
Medium risk
Update Contact
l2s:update_contact
Update an existing contact in L2S CRM.
Write
Medium risk
Update Deal
l2s:update_deal
Update an existing deal in L2S CRM.
Write
Medium risk