Send Estimate by Email
PUT https://api.freshbooks.com/accounting/account/{{accountid}}/estimates/estimates/{{estimateid}}
Request Body
{"estimate"=>{"email_recipients"=>["example@freshbooks.com"], "estimate_customized_email"=>{"subject"=>"::company name:: sent you an estimate (::estimate number::)", "body"=>"::company name:: sent you an estimate (::estimate number::)"}, "action_email"=>true}}