Automate LINE & Google Account Linking with OAuth2 Authentication — Workflow n8n

Moyen complexité🔗 Webhook9 nœuds🏷️ Miscellaneouspar s3110

Aperçu

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

Nœuds utilisés

HTTP Request

Aperçu du workflow

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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les données transitent par 9 nœuds, connecting httprequest, if, respondtowebhook.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (9)

HT

HTTP Request

httpRequest

#1

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier automate-line-google-account-linking-with-oauth2-authentication téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

httprequestifrespondtowebhooksetwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds9
Complexitémedium
Déclencheurwebhook
CatégorieMiscellaneous

Créé par

s3110

s3110

@s3110

Tags

httprequestifrespondtowebhooksetwebhook

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →

Related Miscellaneous Workflows