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 Campaign
callingly:create_campaign
Create a new calling campaign with specified settings.
Write
Medium risk
Create Lead
callingly:create_lead
Create a new lead in Callingly and assign to a campaign.
Write
Medium risk
Delete Lead
callingly:delete_lead
Permanently delete a lead and all associated data.
Write
High risk
Get Call
callingly:get_call
Fetch a single call record by ID with details and outcome.
Read
Low risk
Get Campaign
callingly:get_campaign
Fetch a single campaign by ID with settings and statistics.
Read
Low risk
Get Lead
callingly:get_lead
Fetch a single lead by ID with contact details and campaign status.
Read
Low risk
Get User
callingly:get_user
Fetch a single user by ID with profile and performance details.
Read
Low risk
List Calls
callingly:list_calls
List call records with filtering by lead, campaign, user, and date range.
Read
Low risk
List Campaigns
callingly:list_campaigns
List campaigns with filtering and search capabilities.
Read
Low risk
List Leads
callingly:list_leads
List leads with filtering and search capabilities.
Read
Low risk
List Users
callingly:list_users
List users in the Callingly account with filtering capabilities.
Read
Low risk
Schedule Call
callingly:schedule_call
Schedule a call for a specific lead at a specific time.
Write
Medium risk
Update Call Outcome
callingly:update_call_outcome
Update the outcome and notes for a completed call.
Write
Medium risk
Update Campaign
callingly:update_campaign
Update an existing campaign's settings and status.
Write
Medium risk
Update Lead
callingly:update_lead
Update an existing lead's information and status.
Write
Medium risk