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-fileholds the meetings the rule applies to and the actions to run.meeting_idsare meeting UUIDs. Each action needstype(currentlysend_calendar_invite_to_anyone),emails,email_subject,email_body,calendar_invite_subject, andcalendar_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.<id>- Automation rule UUID
id. In --quiet mode this prints success.
Sample output