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.
Cancel Campaign
stannp:cancel_campaign
Cancel a scheduled campaign before it's sent.
Write
High risk
Create Campaign
stannp:create_campaign
Create a new direct mail campaign with recipients and template.
Write
Medium risk
Get Account
stannp:get_account
Get current account information including balance and usage statistics.
Read
Low risk
Get Campaign
stannp:get_campaign
Fetch a single campaign by ID with details about status, recipients, and costs.
Read
Low risk
Get Postcard
stannp:get_postcard
Fetch a single postcard by ID with delivery status and tracking information.
Read
Low risk
Get Template
stannp:get_template
Fetch a single template by ID with design details and merge fields.
Read
Low risk
List Campaigns
stannp:list_campaigns
List campaigns with optional filtering by status and type.
Read
Low risk
List Postcards
stannp:list_postcards
List postcards with optional filtering by status and date range.
Read
Low risk
List Templates
stannp:list_templates
List available templates for creating campaigns.
Read
Low risk
Send Campaign
stannp:send_campaign
Send a campaign immediately. This will charge your account and cannot be undone.
Write
Medium risk
Send Postcard
stannp:send_postcard
Send a single postcard immediately to one recipient.
Write
Medium risk
Validate Address
stannp:validate_address
Validate and standardize a postal address for direct mail delivery.
Write
Medium risk