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 Customer
square:create_customer
Creates a new customer for a business. Must provide at least one of the following: Given Name, Family Name, Company Name, Email Address, or Phone Number. See the docs.
Write
Medium risk
Create Invoice
square:create_invoice
Creates a draft invoice for an order. You must send (publish) the invoice before Square can process it
Write
Medium risk
Create Order
square:create_order
Creates a new order that can include information about products for purchase. See docs here.
Write
Medium risk
Send Invoice
square:send_invoice
Publishes the latest version of a specified invoice. See the docs.
Write
Medium risk