UpdateEmailDomainGroupRule
Updates an email domain group rule.
Examples
Basic usage:
octo-cli -c UpdateEmailDomainGroupRule `
-id "<rule-rtid>" `
-edp "meshmakers.com" `
-tgid "<new-target-group-rtid>"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | ID of the email domain group rule |
-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 |