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

2024/12/17

How to integrate Google Sheets with Kommo to add a task in Kommo when a row is added in Google Sheets

m.takahashi

If you are managing tasks with multiple tools, maintaining information consistency is crucial. Wouldn't it be great if you could automatically add data instead of manually inputting it, ensuring accurate information sharing? This article explains how to automatically add tasks to Kommo when a row is added in Google Sheets. By leveraging this integration, you can connect Google Sheets with Kommo, eliminating the manual task registration hassle and potentially speeding up your workflow. As a result, you can ensure operational efficiency and task information accuracy. It's very easy to set up, so be sure to check out how to do it. Recommended for: We highly recommend utilizing this integration for the following individuals! - Those who are using both Google Sheets and Kommo - Sales or team customer management personnel who want to prevent task omissions - Those who want to automate task registration and improve team-wide work efficiency - Project managers who want to streamline task management and systematize project progress Benefits and Examples of Integrating Google Sheets and Kommo Improving Work Efficiency: When a new row is added to Google Sheets, a task is automatically generated in Kommo, eliminating the need for manual task entry. This allows team members to avoid duplicate work and focus on task resolution. For example, when a customer inquiry is recorded in Google Sheets, a task is automatically created in Kommo, reducing response time and potentially improving the overall business response speed. By quoting the contents of Google Sheets for task registration, you can ensure the consistency of registration content. This may lead to time savings in error correction and verification work, contributing to operational efficiency. Centralized Management of Data and Tasks: By integrating Google Sheets and Kommo, you can avoid the risk of data and tasks being dispersed. All tasks are centrally managed in Kommo, allowing team members to quickly check which tasks are in progress. For example, when the progress of a marketing campaign is entered into Google Sheets, related business tasks are automatically created in Kommo. This allows for centralized management of task-related information, enabling team members to smoothly access task-related information. By enhancing accessibility through centralized information management, you may be able to facilitate task resolution. Reducing Human Error Through Automation: Manual task registration is prone to input errors and information omissions, but automatic task generation from Google Sheets reduces human error. By accurately registering tasks in Kommo, you can prevent delays in operations due to input errors or information discrepancies. For example, if a sales team manages a customer list in Google Sheets, a follow-up task is automatically created each time information is added to Google Sheets, preventing omissions and enabling prompt responses. By avoiding human error, task resolution personnel can focus on resolving tasks quickly with reliable information upon receiving notifications, potentially improving response speed. Now, let's explain how to use the no-code tool Yoom to add tasks to Kommo when a row is added in Google Sheets. [What is Yoom] How to Create Tasks in Kommo with Content Added to Google Sheets: It is possible to achieve this by receiving the addition of a row in Google Sheets using the Google Sheets API and synchronizing the record data registered in Google Sheets with Kommo using the API provided by Kommo to create tasks. Generally, programming knowledge is required to achieve this, but with the no-code tool Yoom, you can easily achieve it without programming knowledge. The integration flow is broadly divided into the following processes: - Register Google Sheets and Kommo as My Apps - Copy the template - Set the trigger for Google Sheets, which serves as the starting point of the flow, and configure the subsequent operations for Kommo and Google Sheets - Turn on the trigger button and verify the integration operation between Google Sheets and Kommo For those who are not using Yoom, please register for free from [here](https://yoom.fun/members/sign_up?_gl=1*g14lzx*_gcl_au*MTc4NTI3NDA0MC4xNzMyNDk0NjA4*_ga*MTAwMzEzNjkyNC4xNzMyNDk0NjA5*_ga_663H387CXM*MTczMjQ5OTA5NC4yLjEuMTczMjQ5OTA5NS41OS4wLjIwNDg0MzE4NDY.). If you are already using Yoom, please log in.

Step 1: Integrate Google Sheets and Kommo with My Apps

First, register the apps you will use with My Apps.
By registering them in advance, you can set up the flow smoothly.
First, access My Menu on the left side of the Yoom screen and click the New Connection button on the right side of the screen.

__wf_reserved_inherit

Next, enter Google Sheets in the search box and select "Google Sheets" from the displayed options.
The following screen will appear, so click "Sign in with Google".

__wf_reserved_inherit

Select the account to link with Yoom.

__wf_reserved_inherit

Check the contents of the displayed screen and click "Next".

__wf_reserved_inherit

Confirm the linked account and content, and click "Continue" to complete.

__wf_reserved_inherit

Similarly, enter Kommo in the search box and select "Kommo" from the displayed options.
The following screen will appear, so enter the necessary items and click "Add".

__wf_reserved_inherit

If Google Sheets and Kommo are displayed in My Apps, registration is complete.

Step 2: Set the Trigger "When a Row is Added" in Google Sheets

Now, let's proceed with the automation settings!

Click "Try it" on the banner below to copy the flowbot.

When you click, an image like the one below will appear, so press OK.

__wf_reserved_inherit

When the following screen appears, check the "Title" and "Description".
If changes are needed, you can click on the relevant section to make changes.
First, set up "When a row is added" in Google Sheets, so click on it.

__wf_reserved_inherit

When the following screen appears, make the settings below.

"Title" → Can be changed if necessary
"Google Sheets account information" → Check if the account is correct
"Trigger action" → When a row is added

Once the setup is complete, click "Next".

__wf_reserved_inherit

Let's also set up the Google Sheets that will be used simultaneously.
This time, we set the items as follows!
The setting items are optional, but be sure to set the "Task Description" and "Task Deadline", which are required when registering with Kommo.
Also, after adding a task, add the task ID of the added task to Google Sheets and update the information, so set the "Task ID" item as well.

__wf_reserved_inherit

Return to the Yoom settings screen.
Please review the setup method.

__wf_reserved_inherit

Scroll the screen and set the details.

"Trigger activation time" → Please set it
※ The trigger can be set to activate at intervals of 5 minutes, 10 minutes, 15 minutes, 30 minutes, or 60 minutes. Please note that the shortest activation interval varies depending on the plan.
"Spreadsheet ID" → Select from the candidates or obtain from the URL
"Sheet ID" → Select from the candidates or obtain from the URL
"Table range (start)" → Set to A this time
"Table range (end)" → Set to L this time
"Column with unique values" → Set to A this time

Once the setup is complete, execute the "Test" and if successful, click "Save".

__wf_reserved_inherit

Step 3: Set up command operations, Kommo "Add Task", and Google Sheets "Update Record" actions

When registering a task deadline with Kommo, it needs to be converted to Unix Timestamp format.
Therefore, an operation for "Date and Time Format Conversion" has been added.
If you are using a template this time, it is already set.
Let's check how it is set.

__wf_reserved_inherit

When you click on "Date and Time Format Conversion", the following screen will appear.
Use the output of "Task Deadline" obtained by the trigger in the date and time section to be converted.
By using the output, you can correspond to the value for each flow activation.
※ For more details about the output, please see here.
When you click on the input field, candidates will be displayed below, so click "Task Deadline" from "When a row is added" and enter it.
Execute the "Test" and if successful, click "Save" to complete.

__wf_reserved_inherit

Next, let's set up Kommo.
Click "Add Task" and make the following settings.

"Title" → Can be changed if necessary
"Kommo account information" → Check if the account is correct
"Action" → Add Task

Once the setup is complete, click "Next".

__wf_reserved_inherit

Set up the API connection.
Set the "Responsible User ID" from the candidates.

__wf_reserved_inherit

Add outputs to "Task Description" and "Task Duration".
By setting items in advance in Google Sheets, you can use the output to add other items as well.

Once the setup is complete, execute the "Test" and if successful, click "Save" to complete.

__wf_reserved_inherit

Finally, add the "Task ID" of the added task to Google Sheets.
Click "Update Record" and make the following settings.

"Title" → Can be changed if necessary
"Google Sheets account information" → Check if the account is correct
"Execute action" → Update Record

__wf_reserved_inherit

Proceed with the screen and set up the database to be linked.
The database to be set should be the information of the Google Sheets used in the trigger settings.

"Spreadsheet ID" "Sheet ID" → Set the same as the trigger
"Table range" → Set to A1:L this time

Once the setup is complete, click "Next".

__wf_reserved_inherit

Set the conditions for the record to be updated.
This time, the condition was set to be equal to "Task Description".
Set "Task Description" from the output of "When a row is added".

__wf_reserved_inherit

Set the part you want to update.
A list of items obtained from Google Sheets will be displayed, so select Task ID from them and add the output of "Task ID" obtained from Add Task.
After completing the setup, execute the "Test" and if successful, click "Save" to complete.

__wf_reserved_inherit

Step 4: Set up the automation operation for Google Sheets and Kommo

Finally, click "Turn on Trigger" to complete the automation setup.
Check whether the flowbot is activated correctly.

__wf_reserved_inherit

Thank you for setting it up!

Other Automation Examples Using Google Sheets and Kommo

There are many other examples of automation using Google Sheets and Kommo on Yoom, so let me introduce a few.

1. Update Kommo Task When a Row is Updated in Google Sheets

The first example is an updated version of the task addition flow explained earlier. By automatically updating information related to tasks, you can prevent forgetting to update information and facilitate smooth task resolution.

2. Add a contact to Kommo when a row is added in Google Sheets

Next, we introduce a flow for adding contacts to Kommo. By adding contact information such as company details across multiple tools, you can manage consistent information.

3. Add a tag to an entity in Kommo when a row is added in Google Sheets

The last flow we introduce is adding a tag to an entity in Kommo. When managing the progress of a sales process, automatically adding entities to Kommo could improve the efficiency of sharing progress.

Summary

By integrating Google Sheets with Kommo, task registration can be automated, significantly reducing manual work and potentially improving operational efficiency. Utilizing this automation can eliminate the hassle of manual task registration and reduce human errors, allowing the entire team to focus on task resolution, which may result in improved work efficiency.

Please try using Yoom to automate and experience how much more efficient your current tasks can become.

The person who wrote this article
m.takahashi
I experienced jewelry sales as a new graduate, got married and gave birth, and worked at a social insurance labor consultant office for about 6 years. I experienced a variety of office work in both industries, including inventory management and customer management. Especially when I work at a company labor office, I often end the day with a huge amount of input work and paperwork. When I learned about Yoom, my first voice was “Why couldn't we meet sooner...” I try to write easy-to-understand sentences so that I can bring the convenience of Yoom to everyone!
Tags
Google Sheets
Kommo
Automatic
Automation
Integration
Related Apps
App integration
No items found.
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