Chat PlusとDifyとLINE WORKSの連携イメージ
How to Integrate Applications

2024/12/19

To integrate Chat Plus, Dify, and LINE WORKS, create a ticket, generate a response draft with Dify, and send it to LINE WORKS.

k.hieda

"Don't you wish handling daily inquiries could be easier?" Especially when dealing with repetitive questions, an efficient method is needed. In such cases, the integration of Chat Plus, Dify, and LINE WORKS can be helpful. This system automates everything from creating response drafts to team sharing, enabling quick responses. This article explains the details of this convenient system and provides a simple setup guide, so please read to the end! Recommended for: This flow bot is perfect for the following individuals: - Those who want to respond quickly to a continuous stream of inquiries - Those who want the entire team to deliver high-quality customer service based on consistent response drafts - Those who want to simplify the response creation process and reduce customer wait times with quick responses - Those who want to build customer trust through accurate and speedy responses - Those who want to lighten the workload and effectively utilize resources Benefits and practical use cases of generating response drafts with Dify and notifying LINE WORKS when a ticket is created in Chat Plus: We examined the changes brought by this automation from the perspectives of customer support representatives, project managers, and staff who handle daily customer interactions. 1. Improved response speed and reduced workload: When a ticket is created in Chat Plus, Dify automatically generates a response using AI and notifies LINE WORKS. This can be expected to increase response speed by eliminating the steps of creating responses. For example, even during peak inquiry times like lunch breaks or evenings, AI can instantly generate response drafts, allowing for quick responses. Even when there are fewer staff members, sharing the ticket content on LINE WORKS enables other members to follow up, preventing missed responses and enabling quick handling of inquiries. 2. Strengthened team collaboration for consistent information: Since the response drafts created by Dify are shared with the team on LINE WORKS, all members can instantly grasp the inquiry content and response drafts. For example, even if inquiries span multiple categories, simply checking the notifications on LINE WORKS allows each member to understand the situation. When a new representative takes over midway, all information is consolidated in LINE WORKS, allowing for quick progress without additional explanations. In handling important customers, multiple members can check the content and provide consistent responses, which is expected to enhance trust. 3. Efficient handling of repetitive tasks with AI: In cases where the same questions are repeated, Dify automatically handles them with AI, reducing the burden of creating responses. By utilizing LINE WORKS notifications, representatives can instantly check the AI-generated response drafts, streamlining the process of standard responses. As a result, support representatives can focus on responding to individual customer needs and providing attentive follow-ups to enhance satisfaction. From here, we will explain the steps to build the flow of generating inquiry responses with Dify and sending them to LINE WORKS when a ticket is created in Chat Plus, without programming. [Yoom Overview] How to create a flow that generates response drafts with Dify and notifies LINE WORKS when a ticket is created in Chat Plus: Using Yoom's periodic trigger feature, retrieve the latest ticket information from Chat Plus's API. Based on this information, send instructions to Dify, and notify the generated response results through LINE WORKS's API. This system smoothly achieves everything from retrieving inquiry information to notification. Generally, programming knowledge is required to achieve this, but by using the no-code tool Yoom, it can be easily achieved without programming knowledge. Integration Process: - Register your app with Yoom (Chat Plus, Dify, and LINE WORKS) - Copy the template - Set up app triggers and integrate apps - Turn on the trigger button and start integration

※In the paid plan, a 2-week free trial is available. During this period, you can use apps and AI functions (operations) that have usage restrictions in the free plan.

Items to Prepare in Advance

Chat Plus

  • Chat Plus account information (to operate the management screen)
  • Access token
    • You can obtain it by issuing an API token from Chat Plus.
    • Click the settings icon at the top right of Chat Plus. Then, open the "External Integration" tab from the list displayed on the left menu bar and select "API Input".

When you select API token issuance on the next screen, you will be asked for the password registered with Chat Plus.

Enter the password and click on API token issuance to generate the value.

Dify

  • Dify account information (to operate the management screen)
  • App (Chatbot)
  • Access token
    • Obtain it from the app created in Dify.
    • Open the created app and select "Monitoring" from the left menu bar
    • Select "API Key" for Backend and Service API
    • In the API Secret Key popup, select "+ Create New Secret Key" to display the API Secret Key. This corresponds to the access token. More details: Dify My App Registration Method and What You Can Do with Integration

LINE WORKS

Step 1: Setting Up My App Integration

Here, you will set up the registration of the app information to be integrated into Yoom. Log in to Yoom's workspace and click + New Connection on the My Apps screen.

A list of apps that can be connected to Yoom and a search window will be displayed. Search for the app to be integrated this time from the search window and register it as My App.

Chat Plus

Click the app name from the search results. A screen to enter the values obtained from Chat Plus will be displayed.

  • Account Name
    • Enter a value that is easy to identify. A value that can identify the account, such as an email address, is recommended.
  • Access Token
    • Enter the API token value obtained in advance from Chat Plus.

Enter the required items and click the "Add" button to complete the registration of Chat Plus as My App.

Dify

Click the app name from the search results. A screen to enter the values necessary for integration will be displayed.

  • Account Name
    • Enter a value that is easy to identify. A value that can identify the account, such as an email address, is recommended.
  • Access Token
    • Enter the value obtained in advance.

Enter the required items and click the Add button to complete the registration of Dify as My App.

LINE WORKS

Select LINE WORKS from the search results to transition to a screen to enter the values necessary for integration.

Enter the information obtained from the LINE WORKS Developer Console into each field and click the Add button.

Help: LINE WORKS (API2.0) My App Registration Method

This completes the registration of LINE WORKS as My App.

Step 2: Copy Yoom's Flow Bot Template to My Project

Click this banner.

The template will be copied to My Project. You can access My Project from the left menu bar.

Step 3: App Trigger "When a New Ticket is Created"

Click on the first step of the template.

Here, you will set up to retrieve ticket information issued by Chat Plus.

(1/2) Select Integration Account and Action

This item is already pre-configured.

  • App Trigger Title
  • App
  • Account Information Integrated with Chat Plus
  • Trigger Action

→ Click Next.

(2/2) App Trigger Webhook Event Reception Settings

  • Enter the displayed URL in the Chat Plus settings screen.
  • Click the settings icon at the top right of Chat Plus to display the menu bar on the left. From the "External Connection" tab, select "API Output". Click "+Add API Connection" on the right screen.
  • Enter a value in the summary as desired. Enter the Webhook URL copied from the Yoom screen in the target. Select the event as the start of the chat. Click "Register" at the bottom of the screen to add it.
  • Since it is an event at the start of the chat, please conduct a test chat.

→ Click Test. → Success. The following items can be obtained. These will be used as dynamic values in later operations.

→ Click Save.

Step 4: Integrate with the App "Send Chat Message"

Click on the second step of the template.

Set up the prompt (instruction) to be sent to Dify.

(1/2) Select Integration Account and Action

Already pre-configured.

  • App Trigger Title
  • App
  • Account Information Integrated with Dify
  • Trigger Action

→ Click Next.

(2/2) API Connection Settings

  • query
    • Quote the inquiry content from the customer.
    • Click the edit field to display the output obtained from Chat Plus. The code {{details}} is embedded in advance, but customization by quoting other codes is possible.
  • user
    • Set an arbitrary identifier in alphanumeric characters.
  • Variables
    • Not mandatory, but utilizing them allows for more flexible and efficient prompt and notification settings. For example, dynamic information such as "name" or "date" can be automatically reflected in the prompt, reducing setup effort while enabling tailored responses for users.

→ Click Test. → Success. You can obtain Dify's response proposals (response content), etc.

→ Click Save.

Step 5: Integrate with the App "Send Message"

Click on the third step of the template.

Here, you will set up the template message to notify LINE WORKS.

(1/2) Select Integration Account and Action

This is already pre-configured.

  • App Trigger Title
  • App
  • Account Information Integrated with LINE WORKS
  • Trigger Action

→ Click Next.

(2/2) API Connection Settings

  • Bot ID
    • Click the edit field to display bot candidates. If you have already created a bot, select the bot to use and the ID will be quoted.

  • Talk Room ID
    • Click the three-dot leader at the top right of the LINE WORKS talk room. A menu will open, and clicking the channel ID will display the ID. Obtain the ID and enter it in the edit field.

  • Message
  • Create the template message to notify.
  • Click the edit field to display the output obtained from previous operations. Selecting it allows you to embed the quote code in the template message. It is recommended to enter the item name before the quote code so that team members can easily recognize it when displayed.
  • This time, it is set to notify the chat content from the user and Dify's response proposal.

→ Click Test. → Success

→ Click Save. This concludes the steps.

Step 6: Turn ON the App Trigger

Once all steps are set, a completion screen will be displayed.

Turn ON the Trigger to activate the flow bot. You can toggle it with the switch at the top left of the template.

<span class="mark-yellow">The flow bot setup was easily completed without programming.</span> The template used this time is here.

Make the Most of It! 3 Examples of Expanded Automation Achieved by Integrating Dify and LINE WORKS

Dify and LINE WORKS can integrate with various business tools, including Chat Plus. This mechanism expands business automation and enhances efficiency.

1. Integrate Re:lation with Dify and Share on LINE WORKS

When a ticket is created in Re:lation, Dify generates a response and notifies the team on LINE WORKS. By consolidating and prioritizing important information, efficient customer support becomes possible.

2. Streamline Inquiry Responses with Google Forms

Automatically generate responses to inquiries received via Google Forms using Dify, and share them with your team on LINE WORKS. Quick responses are expected to enhance customer satisfaction.

3.  Seamless Response Creation with Intercom and Dify

When a new conversation is created in Intercom, Dify generates a response and notifies you via LINE WORKS. This reduces manual work and enhances the efficiency of customer support.

Summary

The flow bots introduced this time, utilizing Chat Plus, Dify, and LINE WORKS, enhance the speed of inquiry responses, streamline team collaboration, and reduce the burden of routine tasks. By implementing this system, you can create an environment where support staff can focus on improving customer satisfaction by streamlining everything from drafting responses to sharing information. It is also attractive because it can be easily set up with no code, allowing anyone to start easily.

We hope this flow bot will help make your customer service more comfortable. For detailed setup instructions and usage examples, please click the banner to learn more!

Well then, 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
Chat Plus
Dify
LINE WORKS
Notification
Integration
Automatic
Automation
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