ResendDataFormRequestRequest
DTO for resending the notification email for a form request
Properties
| Name | Type | Description |
|---|---|---|
| message | string | A message explaining what the client needs to do, included in the notification email. |
A message explaining what the client needs to do, included in the notification email. | ||
| recipients | EmailRecipientConfig | |
JSON Example
{
"message": "string",
"recipients": {
"contactTypes": [
"..."
],
"userTypes": [
"..."
],
"emailAddresses": [
"..."
]
}
}