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
letterdrop:create_campaign
Create a new campaign for organizing content marketing efforts.
Write
Medium risk
Create Post
letterdrop:create_post
Create a new post with content and publishing options.
Write
Medium risk
Delete Campaign
letterdrop:delete_campaign
Permanently delete a campaign. This action cannot be undone.
Write
High risk
Delete Post
letterdrop:delete_post
Permanently delete a post. This action cannot be undone.
Write
High risk
Get Analytics
letterdrop:get_analytics
Get analytics data for posts, campaigns, or overall performance.
Read
Low risk
Get Campaign
letterdrop:get_campaign
Fetch a single campaign by ID with posts, performance metrics, and settings.
Read
Low risk
Get Post
letterdrop:get_post
Fetch a single post by ID with content, status, and publishing details.
Read
Low risk
List Campaigns
letterdrop:list_campaigns
List campaigns with filtering and search capabilities.
Read
Low risk
List Posts
letterdrop:list_posts
List posts with filtering and search capabilities.
Read
Low risk
List Team Members
letterdrop:list_team_members
List team members with filtering and search capabilities.
Read
Low risk
Publish Post
letterdrop:publish_post
Publish a post immediately or schedule it for later publication.
Write
Medium risk
Unpublish Post
letterdrop:unpublish_post
Unpublish a live post, making it draft status again.
Write
Medium risk
Update Campaign
letterdrop:update_campaign
Update an existing campaign with new settings or team assignments.
Write
Medium risk
Update Post
letterdrop:update_post
Update an existing post with new content or publishing settings.
Write
Medium risk