How to build a Google Chat App with Apps Script

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

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

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

    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. 👍🏽

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

    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

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

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

  • @davidgomez9271
    @davidgomez9271 4 месяца назад

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

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

    Great tutorial, as always, Chanel.

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

    im having an issue with the .space. because is undefined how can i fix it

  • @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? 😀)

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

    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  2 года назад

      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.

  • @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

  • @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 11 месяцев назад

      ​@@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  11 месяцев назад

      @@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

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

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

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

    Thank You

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

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

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

      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 11 месяцев назад

    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  11 месяцев назад

      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.

  • @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 2 года назад

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

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

      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 2 года назад

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

  • @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.

  • @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.

  • @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

  • @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.