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.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

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

Try it