How to build a Google Chat App with Apps Script

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 42

  • @googleworkspacedevs
    @googleworkspacedevs  Год назад

    Want to learn more about Apps Script? Then hit that SUBSCRIBE button! 😃

  • @KarlGingerich
    @KarlGingerich Год назад +1

    Thanks. Love the well spoken clarity (helps those of us who have hearing issues!). You move quickly, Chanel, but that's fine. I can always use pause/replay if I think I've missed something.😊

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Thank you for the feedback. Always good to hear what works well and where we can improve. 👍🏽

  • @zayyynull_
    @zayyynull_ Год назад +1

    Thanks! Chanel.
    It was a really nice video. Learnt a lot.

  • @davidgomez9271
    @davidgomez9271 Месяц назад

    Exceleeeeeeeeeeent!!!😄👍👏👏👏👏👏👏👏👏👏👏

  • @johnsimons3253
    @johnsimons3253 9 месяцев назад

    How can i validate inputText card, for example i want the user to input numbers only in the range between 1- 100?

    • @googleworkspacedevs
      @googleworkspacedevs  9 месяцев назад

      There is no dedicated method for that. But you could create your own function, and using Regex, you could make sure the that input is what you want it to be.

  • @ngoyal16
    @ngoyal16 9 месяцев назад

    Hi Team, My app is ready I did all the configuration as per the video but I am not able to see my app in google chat app new apps, find apps section, can i know how much time it will take to reflect the app there, just 2 years back I have created one of the app that time after deployment same Time i am able to see the app, can i know how much time it will take to reflect app in find apps section. it already more than a hour

    • @googleworkspacedevs
      @googleworkspacedevs  9 месяцев назад

      Usually, it appears within minutes.
      Please check the Configuration tab of the Chat app (e.g. Chat API in the Google Cloud console) to make sure everything is configured correctly.

  • @tapasgaming5575
    @tapasgaming5575 Год назад

    i wan to publish a chat app as a add to be available for any one using google workspace but I don't have google workspace . what Scopes do I required being external user

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      If you want to publish a Google Chat app on the Google Workspace Marketplace you will need A) a Google Workspace account and B) access to the Google Cloud Console.

  • @yagisanatode
    @yagisanatode 2 года назад

    Great tutorial, as always, Chanel.

  • @gr8tbigtreehugger
    @gr8tbigtreehugger Год назад

    Many thanks for this helpful video - much appreciated!
    (There's a lot of cutting and pasting - perhaps we could use app script to automate this? 😀)

  • @someshbam7158
    @someshbam7158 Год назад

    Are we Billed for usage by Google Cloud Console for the project we are setting up. I want to set up the same for my team internally but am worried if it will generate a bill for the company.

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Whenever services of the Google Cloud Console are used costs can arise.

    • @ezrarabinsky
      @ezrarabinsky 9 месяцев назад

      ​@@googleworkspacedevs are the services used in this app enabled on the free tier? At what point would this app as it's set up in the tutorial begin to accrue fees?

    • @googleworkspacedevs
      @googleworkspacedevs  9 месяцев назад

      @@ezrarabinsky As of the making of the videos, non of the used APIs or services incurred costs. That can be subject to change though. Consider using budget alerts: cloud.google.com/billing/docs/how-to/budgets?hl=en&visit_id=638439375063440748-3819005099&rd=1

  • @mobious74
    @mobious74 Год назад

    Love your tuts. qq. how about debugging a chatbot. I can debug app script that i have on a sheet or doc, but my chatbot? no clue :/

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Thanks for watching. Check out this resource to find out how you can debug Chat apps: developers.google.com/chat/how-tos/query-logs

  • @DharmikRaval-y8k
    @DharmikRaval-y8k Год назад

    How can I use Chat History to make Chat App that identify one common pattern and respond to it with Appscript?

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      You might want to start by checking the possibilities the Chat API offers: ruclips.net/video/cPHUsVvonjE/видео.html

    • @DharmikRaval-y8k
      @DharmikRaval-y8k Год назад

      This will help me to fetch another chat app features to import. However, I want to develop a chat app with google chat only which can utilise chat history. I have checked APIs from official document, but couldn't find any relative API.

  • @juanr3strepo
    @juanr3strepo Год назад

    How can I connect this Chat App which is on App Scripts, with Dialogflow? I have been looking for a well explained tutorial about how to connect Dialogflow to deploy a Chatbot to be used on Google Chat but the documentation is limited and almost everything is not well explained and already done, which means it is a copy and paste code that does not satisfy my needs.
    Please Help !!!! I have been stuck on this for a month

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Check out this video on how to integrate Dialogflow with Google Chat: ruclips.net/video/aRswG2oowEA/видео.html

  • @justsurfin5013
    @justsurfin5013 Год назад

    appsscript.json edit won't save. @4:11.

  • @saslash-p4k
    @saslash-p4k Год назад

    how do i retrieve attachments?

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Check out this page where you will find explanations and code samples to retrieve message attachments: developers.google.com/chat/how-tos/get-attachment

  • @petersoncpxb
    @petersoncpxb Год назад

    can I integrate google chat to appsheet coding? if yes, how?

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      AppSheet will launch a Google Chat app feature soon. Find out more: www.googlecloudcommunity.com/gc/Announcements/Introducing-AppSheet-Chat-Apps-for-Google-Workspace-Users/m-p/499243

    • @petersoncpxb
      @petersoncpxb Год назад

      @@googleworkspacedevs yes I am aware of that. looking forward to seeing how it is going to work and still waiting for future updates.

  • @michaelcosta8088
    @michaelcosta8088 2 года назад

    Thank You

  • @MManel
    @MManel Год назад

    i also would like ask if , its free using google Script ? ?

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      Writing and running an Apps Script project is free of costs and can be done with a Google Account.

  • @TravelDiaries-xm4kc
    @TravelDiaries-xm4kc Год назад

    Can I create this app for free? Without billing account?

    • @googleworkspacedevs
      @googleworkspacedevs  Год назад

      To create a Chat app you will need a Google Workspace account (workspace.google.com/) and access to the Google Cloud Console.

  • @googleworkspacedevs
    @googleworkspacedevs  5 месяцев назад

    Join us for a full day of learning and inspiration at the Google Workspace Developer Summit!
    🇺🇸 Boston, September 12: goo.gle/ws-dev-summit-24-boston
    🇩🇪 Berlin, September 17: goo.gle/ws-dev-summit-24-berlin