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 Contact To List
the_magic_drip:add_contact_to_list
Add an existing contact to an email list.
Write
Medium risk
Add Tag To Contact
the_magic_drip:add_tag_to_contact
Add a tag to a contact for segmentation and organization.
Write
Medium risk
Create Campaign
the_magic_drip:create_campaign
Create a new email campaign with content and targeting.
Write
Medium risk
Create Contact
the_magic_drip:create_contact
Create a new contact with optional list subscriptions and custom data.
Write
Medium risk
Create List
the_magic_drip:create_list
Create a new email list with sender settings and opt-in preferences.
Write
Medium risk
Delete Contact
the_magic_drip:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
the_magic_drip:get_campaign
Fetch a single email campaign by ID with stats and content details.
Read
Low risk
Get Contact
the_magic_drip:get_contact
Fetch a single contact by ID with all profile data and subscription status.
Read
Low risk
Get List
the_magic_drip:get_list
Fetch a single email list by ID with subscriber counts and settings.
Read
Low risk
List Campaigns
the_magic_drip:list_campaigns
List email campaigns with filtering and basic stats.
Read
Low risk
List Contacts
the_magic_drip:list_contacts
List and search contacts with filtering options.
Read
Low risk
List Lists
the_magic_drip:list_lists
List all email lists with subscriber counts and basic info.
Read
Low risk
Remove Contact From List
the_magic_drip:remove_contact_from_list
Remove a contact from an email list (unsubscribe from that specific list).
Write
High risk
Remove Tag From Contact
the_magic_drip:remove_tag_from_contact
Remove a tag from a contact.
Write
High risk
Send Campaign
the_magic_drip:send_campaign
Send or schedule a campaign for delivery.
Write
Medium risk
Update Contact
the_magic_drip:update_contact
Update an existing contact's information and status.
Write
Medium risk