マネーフォワード 掛け払いとGoogle スプレッドシートの連携イメージ
How to Integrate Applications

2025-02-03

How to Add to Google Spreadsheet Once the Credit Limit Review is Completed with Money Forward Kakebarai

k.hieda

Money Forward Kakebarai is utilized by many companies with its smooth credit screening and centralized management functions. By integrating this service with Google Sheets, the latest credit information is reflected in real-time, further enhancing convenience.

In traditional workflows, it was necessary to manually add information, which often led to delays and overlooked data. To solve these issues, we have created an automated flow bot. This greatly reduces the burden of manual work and is expected to facilitate smooth business operations.

We provide a clear explanation of how to set it up without programming, so please read to the end.

Two Benefits of Integrating Money Forward Kakebarai with Google Sheets

For sales teams and financial managers, an automated tool that allows real-time management of the latest credit information is a great help.

Benefit 1: Smooth Information Verification for Sales

Since the completion information of the credit limit is automatically reflected in Google Sheets, the sales team can always proceed with transactions based on the latest data. With Google Sheets, multiple stakeholders can access the same information in real-time, making sharing and co-editing easy. This smoothens information verification for sales representatives, speeding up customer interactions and transaction progress. The automatic reflection of accurate information reduces the hassle of manual verification.

Benefit 2: Visualization of Risks and Quick Response

Since the latest credit information is always managed automatically, risk visualization progresses, allowing for timely responses. This enables financial managers to grasp the cash flow situation in real-time and respond flexibly to changes in the status of business partners. As a result, it becomes easier to ensure business stability.

[About Yoom]

From here, we will explain how to create automation to add the list of invoices after the next day of Money Forward Kakebarai to Google Sheets using Yoom's template.

Try it out with the free plan! Please proceed to register first ♪

Register for free on Yoom

How to Create the Integration Flow between Money Forward Kakebarai and Google Sheets

Things to Prepare in Advance

Here are the things you will need during the integration process.

Money Forward Kakebarai

  • Login information (used for operations on Money Forward Kakebarai)
  • Access token (API key obtainable on Money Forward Kakebarai)
    • Click on the account name from the menu list on the left side of the Money Forward Kakebarai management screen! Hover over "For Developers" to display "API Key" and click on it.
  • You will be redirected to the API key issuance page. Click "New Issuance" at the top right to issue an API key.
  • Please save the API key as it will be used for My App registration.

Google Sheets

  • Login information for the Google account to be linked
  • Google Sheets
    • Prepare a sheet to add Money Forward Kakebarai information. The first row will be the header, and enter the items in each column linked to Money Forward Kakebarai.
    • Set with a unique key to avoid confusion in the system's judgment if there are duplicate item names. If there are duplicate item names, it is easy to understand if you set them as "Item 1", "Item 2" in sequence.

Step 1: Register My App

First, register the app to be linked with Yoom. Log in to the Yoom workspace and click the new connection button from My Apps in the menu bar.

A list of apps that can be connected with Yoom will be displayed. Search for the app to be connected from the search window at the top and proceed with My App registration.

Money Forward Kakebarai

Search for "Money Forward Kakebarai" and click on the app name that appears. This screen will be displayed.

On the next screen, enter the email address and password to be linked.

  • Account name: Any name (such as email address)
  • Access token: Paste the API key obtained in advance preparation
  • Press Add to complete the integration

Google Sheets

Search for "Google Sheets" and click on the app name that appears. When this screen is displayed, proceed with the integration by clicking the sign-in button to the Google account.

A screen to log in to the Google account will be displayed. Enter your email address and password.

Once logged in, proceed to grant permissions.

 

Once permissions are granted, My App registration is complete.

Step 2: Copy Yoom's Template to My Project

Click on this banner. The template will be copied to "My Project" in the Yoom workspace.

The template will be copied to my project.

Click the title within the red frame to navigate to the settings screen.

Step 3: App Trigger "When Credit Limit Review is Completed"

Click the first process to proceed to the next screen. After the credit limit review is completed in Money Forward Kakebarai, the flow bot will be activated, and the output will be extracted.

(1/2) Select Linked Account and Action

The following is pre-configured, so no operation is required.

  • Title
  • Database App
  • Account information linked with Money Forward Kakebarai
  • Execute Action

→ Click Next

(2/2) API Connection Settings

Copy the Webhook URL. From here, configure the settings in the Money Forward Kakebarai management screen.

Click the account name from the Money Forward Kakebarai menu. A further menu will appear, hover over "For Developers" to display the Webhook button, then click it.

Click "New Endpoint" at the top right.

  • URL
    • Paste the Webhook URL copied from the Yoom screen into the URL field.
  • Secret
    • Enter a 10-character string of uppercase, lowercase letters, and numbers at your discretion.
  • Event Type
    • Check the box for Preliminary Review.

→ Click Add

A list of endpoints will be displayed, and the newly added endpoint will be at the top. Click on it.

__wf_reserved_inherit

Click "Test Send" at the top right.

Select "Credit Limit Review" and click Send. This will be the test trigger.

Return to the Yoom screen,

→ Click Test. → Success. The output extracted includes the results of the credit limit review.

→ Click Save

Step 4: Integrate with App "Retrieve Customer Information"

Here, detailed customer information is extracted using the customer ID.

(1/2) Select Linked Account and Action

The following is pre-configured, so no operation is required.

  • Title
  • Database App
  • Account information linked with Money Forward Kakebarai
  • Execute Action

→ Click Next

(2/2) API Connection Settings

  • Customer ID
    • The reference code from the previous output is pre-embedded.
  • Switch to Sandbox
    • Select "Switch to Sandbox Environment".

→ Click Test! → Success. The following items were extracted in the output.

→ Click Save

Step 5: Integrate Database "Add Record"

Click the third process of the template. Set the information to be added to Google Sheets.

(1/2) Database Integration

The following is pre-configured.

  • Title
  • Database App
  • Account information linked with Google Sheets
  • Execute Action

◆ Database Integration

Proceed to Database Integration at the bottom of the same screen.

  • Spreadsheet ID
    • Click the edit field to pick up candidate sheets from the linked Google account. Select the relevant sheet to quote the ID.
  • Spreadsheet Tab Name
    • Click the edit field to pick up candidate tab names from the linked Google account. Select the relevant tab to quote the ID.
  • Table Range
    • Set it in the format "A1:G30". In this case, since A to L is the table range, enter A1:L1.

→ Click Next!

(2/2) Detailed Database Operation Settings

Link the output extracted by Money Forward Kakebarai to the items in the sheet where the record will be added.

The headers of the linked sheet will be extracted. The first and second output items have been reflected in the headers. Link the output here.

Click the edit field to open a dropdown where the previously extracted output is displayed as candidates. When selected, the reference code is automatically embedded.

→ Click Test → Success

→ Click Save!

Step 6: Turn the App Trigger [ON]

Once all processes are configured, a complete screen will pop up.

Turning the Trigger [ON] completes the setup.

The integration work is complete! Integration was achieved in a short time without using programming. Here is the template used this time.

Make the Most of It! Money Forward Postpay and Google Sheets: 3 Other Automation Picks

Money Forward Postpay and Google Sheets have developed many other templates that can be automated.

1. Automatically Add Invoice List to Google Sheets

By automatically adding the invoice list for the following days to Google Sheets with Money Forward Postpay, manual work is reduced, and data management becomes more efficient. Business owners and financial officers can always keep track of the latest billing status, which aids in cash flow planning.

2. Automatically Add Information to Google Spreadsheet After Invoice Issuance

When an invoice is issued with Money Forward Kakebarai, information is automatically added to a Google Spreadsheet, facilitating smooth information sharing. This prevents manual errors, increases time to focus on important tasks, and improves productivity.

3. Automatic Notification on Chatwork After Credit Screening Completion

Once the credit screening is completed with Money Forward Kakebarai, a notification is automatically sent to Chatwork. This allows the accounting team and managers to grasp the screening results in real-time, enabling prompt responses. It also prevents any oversights, ensuring smooth progress of operations.

Summary

By utilizing the automated flow bot introduced this time, credit information management becomes more efficient, allowing sales teams to respond quickly based on the latest data. Additionally, financial managers can visualize risks and respond smoothly, which is expected to enhance business stability. <span class="mark-yellow">It can be easily set up without programming knowledge, making implementation smooth. For companies aiming to reduce workload and manage data accurately, this will be the optimal solution.</span>

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
Money Forward Kakebarai
Google Sheets
Automation
Automatic
Integration
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