Google スプレッドシートとDiscordの連携イメージ
How to Integrate Applications

2024/08/20

How to Automatically Notify Discord When a Row is Added to Google Sheets

k.hieda

ビジネスの現場では、日々多くの情報がデータベースに追加されますよね。注文や顧客情報やタスクなど、これらの情報を効率的に共有し、見落としを防ぐことは生産性をあげるために重要ではないでしょうか。

そこでおすすめなのが、Google スプレッドシートで行が追加されたらDiscordに自動通知する連携です。
これにより、情報共有の円滑化や通知漏れを防ぐことにつながります。
本記事では、プログラミング不要でGoogle スプレッドシートとDiscordを連携する方法をご紹介するので、ぜひ試してみてくださいね!

こんな方におすすめ

  • Google スプレッドシートとDiscordでの業務効率化を考えている方。
  • Google スプレッドシートにデータを追加するたびにDiscordで共有している方。
  • Google スプレッドシートとDiscordを連携して情報の共有漏れを防ぎたい方。

今すぐに試したい方へ

本記事ではノーコードツール「Yoom」を使用した連携方法をご紹介します。

難しい設定や操作は必要なく、非エンジニアの方でも簡単に実現できます。

下記のテンプレートから今すぐに始めることもできるので、ぜひお試しください!

[What is Yoom]

Now, let's introduce how to create a flow bot that "notifies Discord when a row is added to Google Sheets" using Yoom's template.

Try it out with the free plan! Please register first ♪ >Register for free with Yoom

How to Create a Flow Between Google Sheets and Discord

Things to Prepare in Advance

Please prepare your login information in advance to connect the app to Yoom.

Google Sheets

  • Login information for the Google account to be connected
  • Google Sheets to notify Discord
    → This time, we created a test sheet assuming a bug reporting scenario. Enter items as headers in the first row. Note that if there are duplicate item names, create them with unique values like "Item Name 1", "Item Name 2", etc. (If items are duplicated, they cannot be linked properly.)
    Please also fill in the second row with test information.

Discord

  • Discord account information (email address or phone number, password)
  • Webhook URL of the channel to send Discord notifications

>Help: How to Obtain the Webhook URL for Discord

Step 1: Copy Yoom's Template to My Projects

Click this banner to copy it to "My Projects" in Yoom's workspace.

Once copied, click "Edit" in the top right to proceed with editing each operation.

__wf_reserved_inherit

Step 2: App Trigger "When a Row is Added"

Click the first process of the template.

(1/2) Select Integration Account and Action

App Trigger Title: When a Row is Added (Default)
App: Google Sheets (Default)
Account information for integration with Google Sheets: Click "+ Add Integration Account". A screen to log in to Google will appear. Enter the email address or phone number and password of the account to be integrated, and allow access from Yoom.

Trigger Action: When a Row is Added (Default)

→ Next

(2/2) API Connection Settings for App Trigger

Trigger Interval: You can choose from 5 minutes, 10 minutes, 15 minutes, 30 minutes, or 60 minutes. The selectable time varies depending on the plan. A shorter setting is generally recommended.

Proceed with the settings for the Google Sheets to be integrated.

Spreadsheet ID: Select from the candidates or specify the Spreadsheet ID. The part "/spreadsheets/d/●●●/" in the URL is the Spreadsheet ID. Click the edit field to display the candidates. Selecting one will quote the ID.

Sheet ID: Please select from the candidates. The part "/edit?gid=●●●/" in the URL is the Sheet ID. You can also quote the ID by clicking the edit field.

Table Range (Start): If you want the table range to be from A to N, specify "A".

Table Range (End): If you want the table range to be from A to N, specify "N".

Column with Unique Values: Select the column name that contains unique values within the column, such as email addresses or IDs (the column that becomes the unique key). Example: A

Test → Success → The header and the content of the second row of the Google Sheets were extracted in the output. This item can be quoted in the subsequent notification content settings for Discord.

→ Save

Step 3: Integrate with the App to "Retrieve Deal Information"

Click the second process of the template.

(1/2) Select Integration Account and Action

Title: Send Message to Text Channel
App: Discord
Account information for integration with Discord: Click "+ Add Integration Account"!

If this is your first time integrating the app, this screen will appear. Enter your login information and "Authorize" Yoom to access your Discord account.
Action: Send Message to Text Channel

→ Next

(2/2) API Connection Settings

Webhook URL: Create a Webhook URL from the edit page of the channel to be sent to, and set the created URL.

> Help: How to Obtain Discord's Webhook URL

Specify the content of the message to be sent.

Click the edit field to display the items output from Google Sheets earlier. I selected an arbitrary message, ID, and title.

→ Test → Success A notification was sent to the Discord channel.

Step 4: Turn the App Trigger [ON]

Turn the switch on the first process of the flow bot to [ON], and the setup is complete.

The integration work is complete! Even without mastering a programming language, I was able to easily integrate using the template. Here is the template used this time.

Other Automation Examples Using Google Sheets and Discord

In addition to the integrations introduced today, various automations can be achieved by utilizing the APIs of Google Sheets and Discord.

If there's anything that piques your interest, please give it a try!

Automation Examples Integrating Google Sheets and Discord

It is possible to set up integrations such as notifying Discord when a row is updated in Google Sheets or retrieving records that match today's date in Google Sheets and sending them to Discord in bulk every day.
Additionally, you can add records to Google Sheets based on the content posted on Discord.

Automation Example Using Google Sheets

Add a Row in Google Sheets and Automatically Update the Database

When a row is added in Google Sheets, it is automatically registered in Notion, Airtable, etc.

Register survey results received by email into Google Sheets

Automatically register survey results received via Gmail or Outlook into Google Sheets.

Create a folder in cloud storage when a row is added in Google Sheets

Automatically create a folder in Google Drive or OneDrive when a row is added in Google Sheets.

Examples of Automation Using Discord

Notify Discord with Meeting Minutes and Recording URL After a Web Conference

Automatically notify Discord with the meeting minutes and recording URL after a web conference on Google Meet or Zoom.

Notify Discord of Form Responses

Automatically notify Discord when responses are submitted to forms such as Google Forms or HubSpot forms.

Notify Discord of content sent to the message tool

Automatically notify Discord of messages received via chat tools or email.

At Yoom, the number of templates is increasing daily.

Be sure to check out our template gallery!

Template List

Benefits of Integrating Google Sheets with Discord

Benefit 1: Reliable Information Sharing

When you accumulate new information in Google Sheets, automatic notifications to Discord allow you to always stay updated. This should solve the delays and omissions in information transmission that occur with manual sharing.

Benefit 2: Smoother Communication

In the bustling environment of Discord, notifying only the contents of Google Sheets to specific channels allows you to share only the necessary information with relevant parties. By segmenting notifications according to responsibilities, communication efficiency can be improved.

Conclusion

How was it? Integrating Google Sheets with Discord is a highly effective means of enhancing team communication and improving work efficiency. Sharing the latest information and smoothing communication should contribute to the success of your projects.

With Yoom, you can automate tedious manual tasks, enriching the time for you and your team! These integrations can be realized from today, so please give them a try!

See you again!

The person who wrote this article
k.hieda
10 years as a web planner and director. When I worked for a web production company, my main focus was on proposing modifications and operation plans to clients and proceeding with production. I'm currently a parallel worker. We produce blogs in Yoom's content division, and receive external public relations projects for companies in our individual business. Since we are starting a private lodging, we aim to thoroughly improve the efficiency of routine work!
Tags
Google Sheets
Discord
Automatic
Notification
Automation
App integration
What is Yoom hyperautomation?
Conventional RPA can only automate simple repetitive tasks, and the setup process was very complicated.
With “hyperautomation,” which combines various technologies such as AI, API, RPA, and OCR, it is possible to automate many tasks that could not be realized until now more easily than before.
Don't Just Connect Apps—Automate Everything
Most tools simply connect one app to another, leaving the complex tasks to you. Yoom goes much further: From document creation and browser automation to OCR and generative AI, Yoom handles it all seamlessly in one platform.

Why settle for basic integrations? Streamline your entire workflow with Yoom’s powerful hyperautomation.
Learn more about Yoom
Helpful Materials
I understand Yoom! 3-piece set of materials
Download materials
Understand in 3 minutes! Yoom service introduction materials
Download materials
Find out by Before After! Yoom Case Study Collection
Download materials
See a list of useful materials