Skip to main content
Automation rules run actions when a booking event occurs. For fields and response details, see the API reference.

List automation rules

This command shows automation rules in your workspace. Use this when you want to review configured triggers and actions.
Sample output (--json)

Create an automation rule

This command creates a new automation rule. Use this when you want to configure automated actions triggered by booking events.
  • The --json-file holds the meetings the rule applies to and the actions to run. meeting_ids are meeting UUIDs. Each action needs type (currently send_calendar_invite_to_anyone), emails, email_subject, email_body, calendar_invite_subject, and calendar_invite_body:
rule.json
Sample output (--json)

Delete an automation rule

This command deletes an automation rule. Use this when you no longer need a configured rule.
Required arguments:
  • <id> - Automation rule UUID
Removes the rule with the given id. In --quiet mode this prints success.
Sample output