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 Funnel
clickfunnels:add_contact_to_funnel
Add a contact to a specific funnel, optionally starting at a specific page.
Write
Medium risk
Apply Tags To Contact
clickfunnels:apply_tags_to_contact
Apply tags to a contact in ClickFunnels.
Write
Medium risk
Create Contact
clickfunnels:create_contact
Create a new contact in ClickFunnels.
Write
Medium risk
Delete Contact
clickfunnels:delete_contact
Permanently delete a contact from ClickFunnels.
Write
High risk
Get Contact
clickfunnels:get_contact
Fetch a single contact by ID with all profile information.
Read
Low risk
Get Funnel
clickfunnels:get_funnel
Fetch a single funnel by ID with all funnel details.
Read
Low risk
Get Order
clickfunnels:get_order
Fetch a single order by ID with all order details.
Read
Low risk
Get Page
clickfunnels:get_page
Fetch a single page by ID with all page details.
Read
Low risk
List Contacts
clickfunnels:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Funnels
clickfunnels:list_funnels
List funnels with optional filtering and pagination.
Read
Low risk
List Orders
clickfunnels:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Pages
clickfunnels:list_pages
List pages with optional filtering and pagination.
Read
Low risk
Remove Tags From Contact
clickfunnels:remove_tags_from_contact
Remove tags from a contact in ClickFunnels.
Write
High risk
Update Contact
clickfunnels:update_contact
Update an existing contact in ClickFunnels.
Write
Medium risk
Update Order
clickfunnels:update_order
Update an existing order's status and metadata.
Write
Medium risk