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
sendspark:create_campaign
Create a new video campaign with multiple recipients.
Write
Medium risk
Create Contact
sendspark:create_contact
Create a new contact in SendSpark.
Write
Medium risk
Create Video
sendspark:create_video
Create a new video by uploading video data or providing a URL.
Write
Medium risk
Delete Contact
sendspark:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Delete Video
sendspark:delete_video
Permanently delete a video. This action cannot be undone.
Write
High risk
Get Campaign Analytics
sendspark:get_campaign_analytics
Get detailed analytics for a campaign including delivery, open, and engagement rates.
Read
Low risk
Get Contact
sendspark:get_contact
Fetch a single contact by ID with engagement history.
Read
Low risk
Get Video
sendspark:get_video
Fetch a single video by ID with metadata, stats, and sharing settings.
Read
Low risk
Get Video Analytics
sendspark:get_video_analytics
Get detailed analytics for a specific video including views, engagement, and viewer data.
Read
Low risk
List Campaigns
sendspark:list_campaigns
List video campaigns with optional filtering.
Read
Low risk
List Contacts
sendspark:list_contacts
List contacts with optional filtering and search.
Read
Low risk
List Videos
sendspark:list_videos
List videos with optional filtering and pagination.
Read
Low risk
Send Video
sendspark:send_video
Send a video to a recipient via email with optional personalization.
Write
Medium risk
Update Contact
sendspark:update_contact
Update an existing contact's information.
Write
Medium risk
Update Video
sendspark:update_video
Update an existing video's metadata and settings.
Write
Medium risk