Skip to main content
Business Rules are the workflows configured under Automations → Business Rules. They use their own /v2/business-rules/... public API routes, separate from the /v2/hc-rules/... routes used by intent rules. Business Rules are not versioned. They are stored and updated directly, and currently run for source: "widget" with triggerType: "on_escalation".

Business-rule endpoints

Custom and template-based rules

Business Rules cannot be drafts. Do not send status: "DRAFT", and do not call draft-generation, version, publish, or restore endpoints for them.

Business-rule response fields

Business Rule responses include id, companyId, name, description, source, triggerType, defaultRuleId, defaultBusinessRuleId, inputSchema, flowConfig, botIds, createdAt, and updatedAt. Intent Rule version fields do not apply.