Automate LINE & Google Account Linking with OAuth2 Authentication — n8n ワークフロー

複雑度🔗 Webhook9個のノード🏷️ Miscellaneous作成者:s3110

概要

LINE x Google Account Linking Workflow

This workflow automates the process of linking a new user on your LINE Official Account to their Google Account. When a user adds your LINE account as a friend, this workflow automatically sends them a message with a unique authentication link. After the user approves the connection, their Google profile information is fetched, and a confirmation message is sent, completing the loop.

Prerequisites

Before you begin, ensure you have the following:

An n8n

使用ノード

HTTP Request

ワークフロープレビュー

Workflow 1: LINE Follow Event & Authenticatio
This workflow activates when a user adds your LINE Offi
Workflow 2: Google Auth Callback & Linking Co
This workflow serves as the redirect URI for Google's O
LINE x Google Account Linking Workflow
This workflow automates the process of linking a new us
R
Redirect to LINE OA
Get Google Access Token
Get Google User Info
Send Completion Message …
I
If Follow Event
C
Create Google Auth URL
Send Auth Link to LINE
L
LINE Webhook
G
Google Auth Callback
9 nodes7 edges

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 9 個のノードを流れます, connecting httprequest, if, respondtowebhook。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (9)

HT

HTTP Request

httpRequest

#1

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした automate-line-google-account-linking-with-oauth2-authentication ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Automate LINE & Google Account Linking with OAuth2 Authentication", "nodes": [...], ...}

インテグレーション

httprequestifrespondtowebhooksetwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード9
複雑度medium
トリガーwebhook
カテゴリMiscellaneous

作成者

s3110

s3110

@s3110

タグ

httprequestifrespondtowebhooksetwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows