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
flowla:create_contact
Create a new contact in Flowla with optional custom fields and tags.
Write
Medium risk
Create Flow
flowla:create_flow
Create a new flow (sales room) from a template with custom variables and settings.
Write
Medium risk
Delete Flow
flowla:delete_flow
Permanently delete a flow. This action cannot be undone and will remove all associated data.
Write
High risk
Get Contact
flowla:get_contact
Fetch a single contact by ID with all details and recent activity summary.
Read
Low risk
Get Flow
flowla:get_flow
Fetch a single flow (sales room) by ID with all details including status and analytics.
Read
Low risk
Get Flow Analytics
flowla:get_flow_analytics
Get detailed analytics for a specific flow including views, engagement, and conversion metrics.
Read
Low risk
List Activities
flowla:list_activities
List activities (views, clicks, downloads) across flows with filtering and pagination.
Read
Low risk
List Contacts
flowla:list_contacts
List contacts with filtering and pagination. Returns contact info and engagement metrics.
Read
Low risk
List Flows
flowla:list_flows
List flows with filtering and pagination. Returns basic flow info and analytics.
Read
Low risk
List Templates
flowla:list_templates
List available flow templates that can be used to create new flows.
Read
Low risk
Share Flow
flowla:share_flow
Share a flow via email to one or more recipients with optional personal message.
Write
Medium risk
Update Contact
flowla:update_contact
Update an existing contact's information including custom fields and tags.
Write
Medium risk
Update Flow
flowla:update_flow
Update an existing flow's properties including name, owner, expiration, and settings.
Write
Medium risk