API Docs / Schemas / CreateClientEmailRuleRequest

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.
Email addresses (contain '@') match that specific participant.
Domains (no '@', not a GUID) match all emails from that domain.
Message IDs (valid GUID) pin a specific email to this client.

The email address, domain, or message ID to match.
Email addresses (contain '@') match that specific participant.
Domains (no '@', not a GUID) match all emails from that domain.
Message IDs (valid GUID) pin a specific email to this client.

JSON Example

{
  "value": "string"
}

Used By Operations