# Description add automation rule event conversation resolved <img width="1552" alt="Captura de Tela 2024-06-22 às 21 25 39" src="https://github.com/chatwoot/chatwoot/assets/471685/b3a64ebc-35c8-468c-a0e5-7974134a40f9"> --------- Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
14 lines
456 B
YAML
14 lines
456 B
YAML
type: object
|
|
properties:
|
|
payload:
|
|
description: Response payload that contains automation rule(s)
|
|
oneOf:
|
|
- type: array
|
|
description: Array of automation rules (for listing endpoint)
|
|
items:
|
|
$ref: '#/components/schemas/automation_rule_item'
|
|
- type: object
|
|
description: Single automation rule (for show/create/update endpoints)
|
|
allOf:
|
|
- $ref: '#/components/schemas/automation_rule_item'
|