Send Invoice

View as Markdown

Headers

{{tenant_key_name}}stringOptional

Request

This endpoint expects a multipart form.
emailstringRequired
Optional: Recipient email address - falls back to customer primary contact email if omitted - valid email format - "customer@example.com"
mobilestringRequired

Optional: Recipient mobile number for SMS - falls back to customer primary contact mobile if omitted - string - “+15551234567”

methods[]stringRequired

Optional: Sending methods array - email|sms|portal - supports multiple e.g. methods[]=email&methods[]=sms - default [“email”]

cc_emails[]stringRequired
Optional: CC email addresses - recipients visible to all - valid email format - "manager@company.com"
bcc_emails[]stringRequired
Optional: BCC email addresses (per-request override) - merged with settings BCC - hidden from other recipients - valid email format - "billing@company.com"
sms_template_idstringRequired

Optional: Override SMS template UUID - exists in notification_templates

push_template_idstringRequired

Optional: Override push template UUID - exists in notification_templates

email_template_idstringRequired

Optional: Override email template UUID - exists in notification_templates

bcc_mobile_numbers[]stringRequired

Optional: BCC mobile numbers (per-request override) - merged with settings BCC - string - “+15551234567”

Response

Successful response