CreateClientEmailRuleRequest
Request to create a new email rule for a client.
Provide an email address (e.g. "john@acme.com") to match that participant,
a domain (e.g. "acme.com") to match all emails from that domain,
or a message ID (GUID) to pin a specific email to this client.
Properties
| Name | Type | Description |
|---|---|---|
| value* | string | The email address, domain, or message ID to match. |
The email address, domain, or message ID to match. | ||
JSON Example
{
"value": "string"
}