SendEngagementEmailRequest
Optional per-send options for emailing an engagement. The body may be omitted entirely, in which
case the tenant's Proposal Settings decide everything.
Properties
| Name | Type | Description |
|---|---|---|
| addToPipeline | boolean | Whether to add the client to a sales pipeline as part of this send. Null falls back to the |
Whether to add the client to a sales pipeline as part of this send. Null falls back to the | ||
| pipelineCode | string | Sales pipeline to add the client to, overriding the one configured in Proposal Settings for |
Sales pipeline to add the client to, overriding the one configured in Proposal Settings for | ||
JSON Example
{
"addToPipeline": false,
"pipelineCode": "string"
}