Automate LINE & Google Account Linking with OAuth2 Authentication — n8n ワークフロー
概要
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
ワークフロープレビュー
⚡
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
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 9 個のノードを流れます, connecting httprequest, if, respondtowebhook。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (9)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
automate-line-google-account-linking-with-oauth2-authenticationファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Automate LINE & Google Account Linking with OAuth2 Authentication", "nodes": [...], ...}
インテグレーション
httprequestifrespondtowebhooksetwebhook
作成者
s3110
@s3110
タグ
httprequestifrespondtowebhooksetwebhook