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 Constituent
bloomerang:create_constituent
Create a new constituent (donor/contact) in Bloomerang.
Write
Medium risk
Create Donation
bloomerang:create_donation
Create a new donation record in Bloomerang.
Write
Medium risk
Create Interaction
bloomerang:create_interaction
Create a new interaction record in Bloomerang.
Write
Medium risk
Create Task
bloomerang:create_task
Create a new task/reminder in Bloomerang.
Write
Medium risk
Get Constituent
bloomerang:get_constituent
Fetch a single constituent (donor/contact) by ID with contact info and giving history summary.
Read
Low risk
Get Donation
bloomerang:get_donation
Fetch a single donation by ID with donor info and transaction details.
Read
Low risk
Get Interaction
bloomerang:get_interaction
Fetch a single interaction by ID with contact details and notes.
Read
Low risk
List Campaigns
bloomerang:list_campaigns
List all campaigns for organizing fundraising efforts.
Read
Low risk
List Constituents
bloomerang:list_constituents
Search and list constituents with filters and pagination.
Read
Low risk
List Donations
bloomerang:list_donations
Search and list donations with filters and pagination.
Read
Low risk
List Funds
bloomerang:list_funds
List all funds available for donations.
Read
Low risk
List Interactions
bloomerang:list_interactions
Search and list interactions with filters and pagination.
Read
Low risk
List Tasks
bloomerang:list_tasks
List tasks with filters and pagination.
Read
Low risk
Send Acknowledgment
bloomerang:send_acknowledgment
Send a donation acknowledgment/thank you to the donor.
Write
Medium risk
Update Constituent
bloomerang:update_constituent
Update an existing constituent's information.
Write
Medium risk
Update Donation
bloomerang:update_donation
Update an existing donation record.
Write
Medium risk