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
gatherup:create_campaign
Create a new review request campaign.
Write
Medium risk
Create Location
gatherup:create_location
Create a new location for review management.
Write
Medium risk
Get Campaign
gatherup:get_campaign
Fetch a single campaign by ID with details and statistics.
Read
Low risk
Get Location
gatherup:get_location
Fetch a single location by ID with details and review statistics.
Read
Low risk
Get Review
gatherup:get_review
Fetch a single review by ID with all details including rating, content, and customer info.
Read
Low risk
Get Review Request
gatherup:get_review_request
Fetch a single review request by ID with status and delivery details.
Read
Low risk
List Campaigns
gatherup:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Locations
gatherup:list_locations
List all locations with filtering options.
Read
Low risk
List Review Requests
gatherup:list_review_requests
List review requests with filtering and pagination options.
Read
Low risk
List Reviews
gatherup:list_reviews
List reviews with filtering and pagination options.
Read
Low risk
Respond To Review
gatherup:respond_to_review
Respond to a customer review with a message.
Write
Medium risk
Send Review Request
gatherup:send_review_request
Send a review request to a customer using a specific campaign.
Write
Medium risk
Update Location
gatherup:update_location
Update an existing location's details.
Write
Medium risk