0

Two PDF files in one mail

Hello Everyone

I have a few diffrent tables and there is no proble to send on e of it like a PDF by pressing a button.

The question is - can I save two PDF from two different tables in one Quote and send it together by mail?

1 reply

null
    • Customer Service Ninox
    • maja
    • 3 yrs ago
    • Reported - view

    Dear George,

    sendEmail({
     from: userEmail(user()),
     to: "recipient@domain.com",
     subject: "Hello World!",
     text: "Some text",
     html: "<h1>Some Text</h1><i>With Markup</i>",
     attachments: [file(record_id, file_name),file(record_id, file_name)]
    })

Content aside

  • 3 yrs agoLast active
  • 1Replies
  • 677Views