API Docs / Operations / Engagements / Email Engagement

Email Engagement

POST /tenants/{tenant}/engagements/{code}/email

Sends an email for the engagement using the tenant's email settings.

The email will be sent to the recipient specified in the engagement.
The email will be queued for sending and a message ID will be returned.
A record will be created linking the engagement to the sent email.

The body is optional. It carries per-send choices made on the send screen — currently which
sales pipeline (if any) to add the client to, overriding Proposal Settings for this send only.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "addToPipeline": false,
  "pipelineCode": "string"
}

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found