W3builders
AOP API

AOP API/Documents & Invoices

Send Document via Email

POST/finance/documents/{id}/send-email
JWT bearer

Email the document to the client. Requires a connected email integration.

Endpoint

POSThttps://api.w3builders.com/v1/finance/documents/{id}/send-email

Request body

  • to (optional, defaults to client_email)
  • subject, message (optional, auto-generated)
  • Sets status = sent only if the document was in draft.

Response parameters

FieldType
successvalue
sent_tovalue
Send Document via Email
curl -X POST https://api.w3builders.com/v1/finance/documents/123/send-email \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success, sent_to }"
}
Was this page helpful?