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 Label to Email
microsoft_outlook:add_label_to_email
Adds a label/category to an email in Microsoft Outlook
Write
Medium risk
Approve Workflow
microsoft_outlook:approve_workflow
Suspend the workflow until approved by email
Write
Medium risk
Create Contact
microsoft_outlook:create_contact
Add a contact to the root Contacts folder,
Write
Medium risk
Create Draft Email
microsoft_outlook:create_draft_email
Create a draft email,
Write
Medium risk
Download Attachment
microsoft_outlook:download_attachment
Downloads an attachment to the /tmp directory
Read
Low risk
Find Contacts
microsoft_outlook:find_contacts
Finds contacts with the given search string
Read
Low risk
Find Email
microsoft_outlook:find_email
Search for an email in Microsoft Outlook
Read
Low risk
Find Shared Folder Email
microsoft_outlook:find_shared_folder_email
Search for an email in a shared folder in Microsoft Outlook
Read
Low risk
List Contacts
microsoft_outlook:list_contacts
Get a contact collection from the default contacts folder,
Read
Low risk
List Folders
microsoft_outlook:list_folders
Retrieves a list of all folders in Microsoft Outlook
Read
Low risk
List Labels
microsoft_outlook:list_labels
Get all the labels/categories that have been defined for a user
Read
Low risk
Move Email to Folder
microsoft_outlook:move_email_to_folder
Moves an email to the specified folder in Microsoft Outlook
Write
Medium risk
Remove Label from Email
microsoft_outlook:remove_label_from_email
Removes a label/category from an email in Microsoft Outlook
Write
Medium risk
Reply to Email
microsoft_outlook:reply_to_email
Reply to an email in Microsoft Outlook
Write
Medium risk
Send Email
microsoft_outlook:send_email
Send an email to one or multiple recipients, See the docs
Write
Medium risk
Update Contact
microsoft_outlook:update_contact
Update an existing contact, See the docs
Write
Medium risk