CreateEmailDomainGroupRule
Creates an email domain group rule.
Examples
Basic usage:
octo-cli -c CreateEmailDomainGroupRule `
-edp "meshmakers.com" `
-tgid "<target-group-rtid>" `
-d "Auto-assign meshmakers employees"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-edp | --emailDomainPattern | yes | Email domain pattern to match (e.g. meshmakers.com) |
-tgid | --targetGroupRtId | yes | RtId of the target group |
-d | --description | no | Optional description of the rule |