Create a rule
Rules
Create Rule API
Create a Breezing automation rule with conditions and actions to categorize new crypto transactions automatically across accounting workflows.
POST
Create a rule
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Body
application/json
Required string length:
1 - 127Opaque JSON actions array. Required.
Number of distinct conditions in conditions. Used by the UI; pass the count.
Required range:
x >= 0Number of actions in actions. Used by the UI; pass the count.
Required range:
x >= 0Maximum string length:
255Opaque JSON conditions object. Required. Mirror the shape produced by the Breezing rule-builder UI.
Last modified on May 3, 2026