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 Group
tidy:add_contact_to_group
Add a contact to a group.
Write
Medium risk
Create Contact
tidy:create_contact
Create a new contact in Tidy.
Write
Medium risk
Create Event
tidy:create_event
Create a new event in Tidy.
Write
Medium risk
Get Contact
tidy:get_contact
Fetch a single contact by ID with membership details and custom fields.
Read
Low risk
Get Event
tidy:get_event
Fetch a single event by ID with ticket information and attendee count.
Read
Low risk
Get Group
tidy:get_group
Fetch a single group by ID with member count and details.
Read
Low risk
Get Invoice
tidy:get_invoice
Fetch a single invoice by ID with payment status and line items.
Read
Low risk
Get Membership Level
tidy:get_membership_level
Fetch a single membership level by ID with pricing and benefits.
Read
Low risk
List Contacts
tidy:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
List Events
tidy:list_events
List events with filtering and pagination options.
Read
Low risk
List Groups
tidy:list_groups
List all groups with optional search and pagination.
Read
Low risk
List Invoices
tidy:list_invoices
List invoices with filtering and pagination options.
Read
Low risk
List Membership Levels
tidy:list_membership_levels
List all membership levels with pricing information.
Read
Low risk
Remove Contact From Group
tidy:remove_contact_from_group
Remove a contact from a group.
Write
High risk
Send Email
tidy:send_email
Send an email to one or more contacts through Tidy.
Write
Medium risk
Update Contact
tidy:update_contact
Update an existing contact in Tidy.
Write
Medium risk