recipe-create-feedback-form
por Google
Create a Google Form for feedback and share it via Gmail.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-feedback-formCreate and Share a Google Form
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms,gws-gmail
Create a Google Form for feedback and share it via Gmail.
Steps
- Create form:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - Get the form URL from the response (responderUri field)
- Email the form:
gws gmail +send --to [email protected] --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
Mais skills de Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Sanitizar uma resposta do modelo através de um template do Model Armor.
gws-people
Google
Gerenciar contatos e perfis.
gws-shared
Google
CLI gws: Padrões compartilhados para autenticação, flags globais e formatação de saída.
gws-sheets
Google
Google Sheets: Leia e escreva planilhas.
gws-sheets-append
Google
Google Sheets: Adicionar uma linha a uma planilha.
gws-sheets-read
Google
Google Sheets: Ler valores de uma planilha.
gws-slides
Google
Google Slides: Leia e escreva apresentações.
gws-tasks
Google
Gerenciar listas de tarefas e tarefas.