recipe-draft-email-from-doc
oleh Google
Read content from a Google Doc and use it as the body of a Gmail message.
npx skills add https://github.com/googleworkspace/cli --skill recipe-draft-email-from-docDraft a Gmail Message from a Google Doc
PREREQUISITE: Load the following skills to execute this recipe:
gws-docs,gws-gmail
Read content from a Google Doc and use it as the body of a Gmail message.
Steps
- Get the document content:
gws docs documents get --params '{"documentId": "DOC_ID"}' - Copy the text from the body content
- Send the email:
gws gmail +send --to [email protected] --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
Lebih banyak skill dari Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Membersihkan respons model melalui template Model Armor.
gws-people
Google
Kelola kontak dan profil.
gws-shared
Google
CLI gws: Pola bersama untuk autentikasi, flag global, dan format keluaran.
gws-sheets
Google
Google Sheets: Membaca dan menulis spreadsheet.
gws-sheets-append
Google
Google Sheets: Menambahkan baris ke spreadsheet.
gws-sheets-read
Google
Google Sheets: Membaca nilai dari spreadsheet.
gws-slides
Google
Google Slides: Membaca dan menulis presentasi.
gws-tasks
Google
Google Tasks: Kelola daftar tugas dan tugas.