W3builders
AOP API

AOP API/Documents & Invoices

Send Document via WhatsApp

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

Send the document link over WhatsApp via a connected DLT template. Phone must resolve to a 10-digit Indian number.

Endpoint

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

Request body

  • to (optional, defaults to client_phone)
  • message, variables (optional)

Response parameters

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