Freshbooks

Links

    Freshbooks API

    Getting access, Developing, Testing

    Back to Freshbooks

    Send Invoice by Email

    Input

    type: object properties: parameters: type: object properties: Content-Type: type: string accountid: type: string invoiceid: type: string required: - accountid - invoiceid title: Parameters data: type: object example: invoice: email_recipients: - [email protected] - [email protected] invoice_customized_email: subject: '::company name:: has sent you an invoice (::invoice number::)' body: >- ::company name:: sent you invoice (::invoice number::) for ::invoice amount:: that's due on ::invoice due date:: action_email: true title: Data