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 Product
pingback:create_product
Create a new product in Pingback for review collection.
Write
Medium risk
Create Review
pingback:create_review
Create a new review for a product.
Write
Medium risk
Delete Product
pingback:delete_product
Permanently delete a product and all its reviews. This action cannot be undone.
Write
High risk
Delete Review
pingback:delete_review
Permanently delete a review. This action cannot be undone.
Write
High risk
Get Product
pingback:get_product
Fetch a single product by ID with review statistics.
Read
Low risk
Get Review
pingback:get_review
Fetch a single review by ID with rating, content, and customer details.
Read
Low risk
Get Review Stats
pingback:get_review_stats
Get review statistics and analytics for products.
Read
Low risk
List Products
pingback:list_products
List products with optional filtering and search.
Read
Low risk
List Reviews
pingback:list_reviews
List reviews with optional filtering by product, status, and rating.
Read
Low risk
Send Review Request
pingback:send_review_request
Send a review request email to a customer for a specific product.
Write
Medium risk
Update Product
pingback:update_product
Update an existing product's information.
Write
Medium risk
Update Review
pingback:update_review
Update an existing review's content, rating, or status.
Write
Medium risk