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.
Create Contact
simla_com:create_contact
Create a new contact in Simla.com CRM.
Write
Medium risk
Create Customer
simla_com:create_customer
Create a new customer in Simla.com CRM.
Write
Medium risk
Create Order
simla_com:create_order
Create a new order for a customer.
Write
Medium risk
Get Customer
simla_com:get_customer
Fetch a single customer by ID with contact details and purchase history summary.
Read
Low risk
Get Order
simla_com:get_order
Fetch a single order by ID with line items and customer details.
Read
Low risk
Get Product
simla_com:get_product
Fetch a single product by ID with inventory and pricing details.
Read
Low risk
List Customers
simla_com:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
simla_com:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
simla_com:list_products
List products with filtering and pagination options.
Read
Low risk
Send Email
simla_com:send_email
Send an email through Simla.com email system.
Write
Medium risk
Update Customer
simla_com:update_customer
Update an existing customer's information.
Write
Medium risk
Update Order Status
simla_com:update_order_status
Update an order's status and add tracking information.
Write
Medium risk
Update Product Stock
simla_com:update_product_stock
Update a product's stock quantity with optional tracking information.
Write
Medium risk