MiniBear Webhook

用于MiniBear,通过Webhook自动接收和处理消息,支持将文本和图像内容保存到Microsoft To Do和Microsoft Teams,自动生成加载动画以提升用户体验,提取名片信息并存储到OneDrive,实现高效的信息管理和任务跟踪。

7/8/2025
45 nodes
Complex
0xpehcjjnrrrmtejihta6egt1w8uqn9zq0iwvcdrzoxxdc7zu1ozjo3ixqzwuyfgwebhookcomplexsticky notelangchainmicrosoftteamsmicrosofttodomicrosoftonedriveadvancedintegrationapilogicroutingconditional
Categories:
Complex WorkflowWebhook Triggered
Integrations:
Sticky NoteLangChainMicrosoftTeamsMicrosoftToDoMicrosoftOneDrive

Target Audience

Target Audience


- Business Professionals: Individuals needing to manage tasks efficiently via messaging platforms.
- Developers: Those looking to integrate LINE messaging with task management and cloud storage services.
- Teams: Organizations that utilize Microsoft Teams and To-Do for project management and communication.
- Entrepreneurs: People who frequently handle business cards and contact information and want to automate follow-ups.
- Data Analysts: Users interested in extracting information from images and automating data entry into systems.

Problem Solved

Problem Solved


This workflow addresses the challenge of managing tasks and contacts efficiently. It automates the process of:
- Receiving messages through LINE and identifying their types (text, image, audio).
- Extracting relevant information from images, such as business cards.
- Creating tasks in Microsoft To Do and sending messages to Microsoft Teams, ensuring that important information is not lost and follow-ups are timely.
- Providing feedback to users in LINE about the status of their requests, enhancing user experience.

Workflow Steps

Workflow Steps


1. Webhook Trigger: The workflow starts when a POST request is received from LINE via a webhook.
2. Loading Animation: It sends a loading animation back to the user, indicating that the request is being processed.
3. Switch Node: The workflow checks the type of message received:
- Text Messages: If the message starts with 'T ', it is treated as a task.
- Image Messages: Images are fetched for further processing.
4. Image Processing: Depending on the type of image, it routes to different agents:
- Namecard Identification: If identified as a namecard, it extracts structured information.
- Other Images: Extracts text or describes the content.
5. Task Creation: For recognized tasks, it creates entries in Microsoft To Do and sends confirmation messages back to LINE.
6. Data Handling: Extracted information is sent to Microsoft Teams and OneDrive for storage and further action.
7. Feedback: The user receives updates on the status of their requests, ensuring they are informed throughout the process.

Customization Guide

Customization Guide


- Webhook URL: Update the webhook URL in the Line Webhook node to point to your LINE developer console.
- Task List: Change the taskListId in the Microsoft To Do node to use your specific task list.
- Image Processing: Modify the parameters in the Image Router and Other Images nodes to adjust how images are processed or to add new image types.
- Response Messages: Customize the text responses sent back to users in LINE by editing the jsonBody in the reply nodes.
- Integrations: Add or remove integrations with other services as needed by modifying the nodes related to Microsoft Teams, OneDrive, or any other APIs you wish to include.