API Docs / Schemas / EmailRecipientConfig

EmailRecipientConfig

Configuration for resolving email recipients from client contacts, user roles, and static addresses.
Used by PCL settings, workflow steps, and any feature that needs configurable email recipients.

Properties

Name Type Description
contactTypesarray of enum

Client contact types to include (e.g. Main, Billing, Payroll)

Main Billing Payroll Accounts Director

Client contact types to include (e.g. Main, Billing, Payroll)

Main Billing Payroll Accounts Director

userTypesarray of enum

User role types to include (e.g. ClientManager, ClientPartner).
TaskOwner is not applicable outside workflow steps.

TaskOwner SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

User role types to include (e.g. ClientManager, ClientPartner).
TaskOwner is not applicable outside workflow steps.

TaskOwner SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

emailAddressesarray of string

Static email addresses to include

Static email addresses to include

JSON Example

{
  "contactTypes": [
    "Main"
  ],
  "userTypes": [
    "TaskOwner"
  ],
  "emailAddresses": [
    "string"
  ]
}

Used By Operations

Contained in Schemas