ドキュメントしたい(DocumentApp

const doc = DocumentApp.openById("ドキュメントID");
const txt = doc.getBody().getText();

DocumentAppクラスを使ってGoogleドキュメントを操作できます。 メールの送信と組み合わせると最強です。