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.
Close Deal
flipando:close_deal
Close a deal as won or lost in Flipando.
Write
Medium risk
Complete Task
flipando:complete_task
Mark a task as completed in Flipando.
Write
Medium risk
Create Contact
flipando:create_contact
Create a new contact in Flipando.
Write
Medium risk
Create Deal
flipando:create_deal
Create a new deal in Flipando.
Write
Medium risk
Create Note
flipando:create_note
Create a note in Flipando associated with a contact or deal.
Write
Medium risk
Create Task
flipando:create_task
Create a new task in Flipando.
Write
Medium risk
Delete Contact
flipando:delete_contact
Permanently delete a contact from Flipando. This action cannot be undone.
Write
High risk
Get Contact
flipando:get_contact
Fetch a single contact by ID with all associated data.
Read
Low risk
Get Deal
flipando:get_deal
Fetch a single deal by ID with all associated data.
Read
Low risk
Get Task
flipando:get_task
Fetch a single task by ID with all associated data.
Read
Low risk
List Contacts
flipando:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
flipando:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Tasks
flipando:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
Send Email
flipando:send_email
Send an email through Flipando's email system.
Write
Medium risk
Update Contact
flipando:update_contact
Update an existing contact in Flipando.
Write
Medium risk
Update Deal
flipando:update_deal
Update an existing deal in Flipando.
Write
Medium risk