List automation rules
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--page | int | 0 | Page number | |
--page-size | int | 0 | Items per page (max 100) |
Sample output (--json)
Create an automation rule
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--event | string | Yes | Trigger event | |
--json-file | string | Path to JSON file with meeting_ids and actions | ||
--name | string | Rule name |
--json-file holds the meetings the rule applies to and the actions to run:
actions.json
Sample output (--json)
Delete an automation rule
id. In --quiet mode this prints success.
Sample output