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.
Activate Campaign
proofly:activate_campaign
Activate a campaign to start displaying notifications on the website.
Write
Medium risk
Create Campaign
proofly:create_campaign
Create a new social proof campaign.
Write
Medium risk
Create Notification
proofly:create_notification
Create a new social proof notification for a campaign.
Write
Medium risk
Delete Campaign
proofly:delete_campaign
Permanently delete a campaign. This action cannot be undone.
Write
High risk
Delete Notification
proofly:delete_notification
Permanently delete a notification. This action cannot be undone.
Write
High risk
Get Analytics
proofly:get_analytics
Get analytics data for campaigns including impressions, clicks, and conversions.
Read
Low risk
Get Campaign
proofly:get_campaign
Fetch a single campaign by ID with configuration and performance data.
Read
Low risk
Get Notification
proofly:get_notification
Fetch a single notification by ID with content and display data.
Read
Low risk
List Campaigns
proofly:list_campaigns
List campaigns with optional filtering by status and type.
Read
Low risk
List Notifications
proofly:list_notifications
List notifications with optional filtering by campaign and type.
Read
Low risk
Pause Campaign
proofly:pause_campaign
Pause an active campaign to stop displaying notifications temporarily.
Write
Medium risk
Update Campaign
proofly:update_campaign
Update an existing campaign's configuration.
Write
Medium risk
Update Notification
proofly:update_notification
Update an existing notification's content and settings.
Write
Medium risk