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 Company
userlist:create_company
Create a new company in Userlist with custom properties.
Write
Medium risk
Create Relationship
userlist:create_relationship
Create a relationship between a user and a company.
Write
Medium risk
Create User
userlist:create_user
Create a new user in Userlist with custom properties.
Write
Medium risk
Delete Company
userlist:delete_company
Permanently delete a company and all their associated relationships from Userlist.
Write
High risk
Delete User
userlist:delete_user
Permanently delete a user and all their associated data from Userlist.
Write
High risk
Get Campaign
userlist:get_campaign
Fetch a single campaign with detailed information and statistics.
Read
Low risk
Get Company
userlist:get_company
Fetch a single company by ID or custom identifier with their properties and user relationships.
Read
Low risk
Get User
userlist:get_user
Fetch a single user by ID or custom identifier with their properties and relationships.
Read
Low risk
List Campaigns
userlist:list_campaigns
List email campaigns and their current status.
Read
Low risk
List Companies
userlist:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Users
userlist:list_users
List users with optional filtering and pagination.
Read
Low risk
Send Transactional Email
userlist:send_transactional_email
Send a transactional email to a user using a predefined template.
Write
Medium risk
Track Event
userlist:track_event
Track a behavioral event for a user to trigger campaigns and segmentation.
Write
Medium risk
Update Company
userlist:update_company
Update an existing company's properties and information.
Write
Medium risk
Update User
userlist:update_user
Update an existing user's properties and information.
Write
Medium risk