Client - Email Rules
Rules that associate emails with a client. Each rule is an email address (e.g. john@acme.com), a domain (e.g. acme.com), or a specific message ID (GUID). Email addresses match that exact sender/recipient, domains match all emails from that domain, and message IDs pin a specific email to the client. The same value can be a rule for multiple clients.
-
GET List Email Rules for ClientLists all Email Rules for the specified client./tenants/{tenant}/clients/{client}/clientemailrule
-
POST Create Email Rule for ClientCreates a new Email Rule for the specified client./tenants/{tenant}/clients/{client}/clientemailrule
-
GET Get Email Rule for ClientGets a Email Rule for the specified client./tenants/{tenant}/clients/{client}/clientemailrule/{code}
-
PUT Update Email Rule for ClientUpdates the specified Email Rule for the specified client./tenants/{tenant}/clients/{client}/clientemailrule/{code}
-
DELETE Delete Email Rule for ClientDeletes a Email Rule for the specified client./tenants/{tenant}/clients/{client}/clientemailrule/{code}