Send a receivable via email
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
Email subject text. Can include variables.
Additional email recipients besides the counterpart’s default contact (which is stored in the counterpart_contact.email
field of the receivable).
Response
A unique ID of the email sending operation triggered by this API call. You can pass this value to GET /receivables/{receivable_id}/mails/{mail_id}
to check the email sending status.