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 Lead
lemlist:add_lead
Add a new lead to a campaign with contact details and custom variables.
Write
Medium risk
Create Campaign
lemlist:create_campaign
Create a new campaign with specified name and settings.
Write
Medium risk
Delete Campaign
lemlist:delete_campaign
Delete a campaign permanently. This action cannot be undone.
Write
High risk
Delete Lead
lemlist:delete_lead
Delete a lead permanently from all campaigns. This action cannot be undone.
Write
High risk
Get Campaign
lemlist:get_campaign
Fetch a single campaign by ID with stats and settings.
Read
Low risk
Get Lead
lemlist:get_lead
Fetch a single lead by email address with campaign status and activity.
Read
Low risk
Get Team
lemlist:get_team
Get current team information and member details.
Read
Low risk
List Activities
lemlist:list_activities
List campaign activities with filtering options for leads, campaigns, and activity types.
Read
Low risk
List Campaigns
lemlist:list_campaigns
List all campaigns with basic info and stats.
Read
Low risk
List Leads
lemlist:list_leads
List leads with optional campaign filtering and pagination.
Read
Low risk
Unsubscribe Lead
lemlist:unsubscribe_lead
Unsubscribe a lead from all future campaigns and emails.
Write
Medium risk
Update Campaign
lemlist:update_campaign
Update an existing campaign's name, status, or settings.
Write
Medium risk
Update Lead
lemlist:update_lead
Update an existing lead's contact details and custom variables.
Write
Medium risk