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 Prospect To Cadence
klenty:add_prospect_to_cadence
Add a prospect to a cadence to start automated email sequence.
Write
Medium risk
Create List
klenty:create_list
Create a new prospect list in Klenty.
Write
Medium risk
Create Prospect
klenty:create_prospect
Create a new prospect and add them to a specified list.
Write
Medium risk
Delete Prospect
klenty:delete_prospect
Delete a prospect permanently from Klenty. This action cannot be undone.
Write
High risk
Get Cadence
klenty:get_cadence
Fetch a single cadence by ID with all steps and settings.
Read
Low risk
Get List
klenty:get_list
Fetch a single list by ID with prospect count and details.
Read
Low risk
Get Prospect
klenty:get_prospect
Fetch a single prospect by ID with all contact details and cadence status.
Read
Low risk
Get Template
klenty:get_template
Fetch a single email template by ID with subject and body content.
Read
Low risk
Get User
klenty:get_user
Fetch a single user by ID with profile and role information.
Read
Low risk
List Cadences
klenty:list_cadences
List all cadences with optional filtering by status or name.
Read
Low risk
List Lists
klenty:list_lists
List all prospect lists with optional name filtering.
Read
Low risk
List Prospects
klenty:list_prospects
List prospects with optional filtering by list, cadence, email, or status.
Read
Low risk
List Templates
klenty:list_templates
List all email templates with optional filtering.
Read
Low risk
List Users
klenty:list_users
List all team users with optional filtering by role, status, or email.
Read
Low risk
Remove Prospect From Cadence
klenty:remove_prospect_from_cadence
Remove a prospect from a cadence to stop automated email sequence.
Write
High risk
Send Email
klenty:send_email
Send a personalized email to a prospect using a template.
Write
Medium risk
Update Prospect
klenty:update_prospect
Update an existing prospect's information.
Write
Medium risk