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 Activity
helloleads:create_activity
Create a new activity (call, email, meeting, note, etc.) in HelloLeads.
Write
Medium risk
Create Company
helloleads:create_company
Create a new company in HelloLeads.
Write
Medium risk
Create Contact
helloleads:create_contact
Create a new contact in HelloLeads.
Write
Medium risk
Create Deal
helloleads:create_deal
Create a new deal in HelloLeads.
Write
Medium risk
Create Lead
helloleads:create_lead
Create a new lead in HelloLeads.
Write
Medium risk
Delete Lead
helloleads:delete_lead
Delete a lead from HelloLeads. This action cannot be undone.
Write
High risk
Get Company
helloleads:get_company
Fetch a single company by ID with all details and associated contacts count.
Read
Low risk
Get Contact
helloleads:get_contact
Fetch a single contact by ID with all details and associated company information.
Read
Low risk
Get Deal
helloleads:get_deal
Fetch a single deal by ID with all details including pipeline stage and associated contacts.
Read
Low risk
Get Lead
helloleads:get_lead
Fetch a single lead by ID with all contact details and status information.
Read
Low risk
List Activities
helloleads:list_activities
List activities with optional filtering and pagination.
Read
Low risk
List Companies
helloleads:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List Contacts
helloleads:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
helloleads:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Leads
helloleads:list_leads
List leads with optional filtering and pagination.
Read
Low risk
Send Email
helloleads:send_email
Send an email through HelloLeads and track it as an activity.
Write
Medium risk
Update Deal
helloleads:update_deal
Update an existing deal in HelloLeads.
Write
Medium risk
Update Lead
helloleads:update_lead
Update an existing lead in HelloLeads.
Write
Medium risk