Nœud BioLink
Ceci est unBuilding Blocksworkflow d'automatisation du domainecontenant 3 nœuds.Utilise principalement des nœuds comme Webhook, HttpRequest, RespondToWebhook. Créer des URL intelligentes avec la géolocalisation, l'orientation par appareil et langue via BioURL.link
- •Point de terminaison HTTP Webhook (généré automatiquement par n8n)
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (3)
Catégorie
{
"id": "vRCOOlrPrR0rle4X",
"meta": {
"instanceId": "489ec2c6751122876ad9166843e50199e937ae7eaf4ee97a6499aebc7fd6c6f9"
},
"name": "biourl node",
"tags": [],
"nodes": [
{
"id": "dd78c2ca-00a7-44c4-8eec-fd6e8bd4783f",
"name": "HTTP Requête",
"type": "n8n-nodes-base.httpRequest",
"position": [
280,
0
],
"parameters": {
"url": "https://biourl.link/api/url/add",
"method": "POST",
"options": {
"redirect": {
"redirect": {}
}
},
"jsonBody": "{\n \"url\": \"https://google.com\",\n \"status\": \"private\",\n \"custom\": \"google\",\n \"password\": \"mypass\",\n \"expiry\": \"2020-11-11 12:00:00\",\n \"type\": \"splash\",\n \"metatitle\": \"Not Google\",\n \"metadescription\": \"Not Google description\",\n \"metaimage\": \"https://www.mozilla.org/media/protocol/img/logos/firefox/browser/og.4ad05d4125a5.png\",\n \"description\": \"For facebook\",\n \"pixels\": [\n 1,\n 2,\n 3,\n 4\n ],\n \"channel\": 1,\n \"campaign\": 1,\n \"deeplink\": {\n \"auto\": true,\n \"apple\": \"https://apps.apple.com/us/app/google/id284815942\",\n \"google\": \"https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox&hl=en_CA&gl=US\"\n },\n \"geotarget\": [\n {\n \"location\": \"Canada\",\n \"link\": \"https://google.ca\"\n },\n {\n \"location\": \"United States\",\n \"link\": \"https://google.us\"\n }\n ],\n \"devicetarget\": [\n {\n \"device\": \"iPhone\",\n \"link\": \"https://google.com\"\n },\n {\n \"device\": \"Android\",\n \"link\": \"https://google.com\"\n }\n ],\n \"languagetarget\": [\n {\n \"language\": \"en\",\n \"link\": \"https://google.com\"\n },\n {\n \"language\": \"fr\",\n \"link\": \"https://google.ca\"\n }\n ],\n \"parameters\": [\n {\n \"name\": \"aff\",\n \"value\": \"3\"\n },\n {\n \"device\": \"gtm_source\",\n \"link\": \"api\"\n }\n ]\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOURAPIKEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "43f87bb0-7c32-4cfc-ac1f-80ebebd50b4f",
"name": "Répondre avec URL raccourcie",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
500,
0
],
"parameters": {
"options": {},
"respondWith": "allIncomingItems"
},
"typeVersion": 1.2
},
{
"id": "b4db4c2c-2a2f-47fd-a6fc-8e6f44de7af1",
"name": "Recevoir Lien Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
60,
0
],
"webhookId": "286a3703-ed0c-4097-a686-b1177854c31c-unique-id",
"parameters": {
"path": "shorten-link",
"options": {},
"httpMethod": "POST",
"responseMode": "responseNode"
},
"typeVersion": 2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "67a17fbc-b191-4f19-be72-aad38294a1c1",
"connections": {
"dd78c2ca-00a7-44c4-8eec-fd6e8bd4783f": {
"main": [
[
{
"node": "43f87bb0-7c32-4cfc-ac1f-80ebebd50b4f",
"type": "main",
"index": 0
}
]
]
},
"b4db4c2c-2a2f-47fd-a6fc-8e6f44de7af1": {
"main": [
[
{
"node": "dd78c2ca-00a7-44c4-8eec-fd6e8bd4783f",
"type": "main",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Débutant - Blocs de construction
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Naser Emad
@nasermetaniDeveloper who loves automating everything with workflows. Building n8n integrations and sharing useful automations as a hobby. Always experimenting with new APIs and automation ideas.
Partager ce workflow