curl -X POST https://api.contazen.ro/v1/invoices/inv_9z8y7x6w5v/send \ -H "Authorization: Bearer sk_live_YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "success": true, "data": { "sent": true, "email": "contact@techsolutions.ro", "message": "Invoice sent successfully" }, "meta": { "version": "v1", "response_time": "456.78ms" } }
Send an invoice by email
is_draft = false
is_storno = false
is_deleted = false
Show Properties
send_email
curl -X POST https://api.contazen.ro/v1/invoices \ -H "Authorization: Bearer sk_live_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "client_id": "1a2b3c4d5e", "items": [...], "send_email": true, "email_address": "optional@override.com" }'
email_sent
Was this page helpful?