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 List
simplero:add_contact_to_list
Add a contact to a specific mailing list or segment.
Write
Medium risk
Cancel Subscription
simplero:cancel_subscription
Cancel a subscription either immediately or at the end of the current billing period.
Write
High risk
Create Contact
simplero:create_contact
Create a new contact in Simplero with optional tags and custom fields.
Write
Medium risk
Delete Contact
simplero:delete_contact
Permanently delete a contact from Simplero. This action cannot be undone.
Write
High risk
Get Contact
simplero:get_contact
Fetch a single contact by ID with their details and subscription status.
Read
Low risk
Get Product
simplero:get_product
Fetch a single product by ID with pricing and availability details.
Read
Low risk
Get Purchase
simplero:get_purchase
Fetch a single purchase by ID with customer and product details.
Read
Low risk
Get Subscription
simplero:get_subscription
Fetch a single subscription by ID with status and billing details.
Read
Low risk
List Contacts
simplero:list_contacts
List contacts with optional filtering by email, tag, or status.
Read
Low risk
List Lists
simplero:list_lists
List all mailing lists and segments with subscriber counts.
Read
Low risk
List Products
simplero:list_products
List products with optional filtering by status, type, or search term.
Read
Low risk
List Purchases
simplero:list_purchases
List purchases with optional filtering by status, customer, product, or date range.
Read
Low risk
Refund Purchase
simplero:refund_purchase
Process a refund for a purchase. This will refund the payment and update the purchase status.
Write
High risk
Remove Contact From List
simplero:remove_contact_from_list
Remove a contact from a specific mailing list or segment.
Write
High risk
Send Email
simplero:send_email
Send an email to a specific contact using Simplero's email system.
Write
Medium risk
Update Contact
simplero:update_contact
Update an existing contact's information, tags, and custom fields.
Write
Medium risk