API Docs / Operations / Proposals / Email Proposal

Email Proposal

POST /api/tenants/{tenant}/proposals/{code}/email

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

  The email will be sent to the recipient specified in the proposal.
  The email will be queued for sending and a message ID will be returned.
  A record will be created linking the proposal 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