n8n
Workflow
Check For Preview For A Link
This n8n workflow automates tasks and integrates with various services. Check For Preview For A Link - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Check For Preview For A Link - ready to import and run in your n8n instance.
Features:
- Conditional logic and branching
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
310,
300
],
"parameters": [],
"typeVersion": 1,
"id": "a035909b-1ad7-4309-9317-e3211dbea781"
},
{
"name": "Peekalink",
"type": "n8n-nodes-base.peekalink",
"position": [
510,
300
],
"parameters": {
"url": "https://n8n1.io",
"operation": "isAvailable"
},
"credentials": {
"peekalinkApi": "Peekalink API Credentials"
},
"typeVersion": 1,
"id": "70bfef64-2dc4-4736-91f9-10cbf56f1e74"
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
710,
300
],
"parameters": {
"conditions": {
"string": [],
"boolean": [
{
"value1": "={{$json[\"isAvailable\"]}}",
"value2": true
}
]
}
},
"typeVersion": 1,
"id": "09bbd4a9-59df-4b81-8a58-61ac1a589c66"
},
{
"name": "Peekalink1",
"type": "n8n-nodes-base.peekalink",
"position": [
910,
200
],
"parameters": {
"url": "={{$node[\"Peekalink\"].parameter[\"url\"]}}"
},
"credentials": {
"peekalinkApi": "Peekalink API Credentials"
},
"typeVersion": 1,
"id": "58865b48-61c5-4edd-8c10-0d146042a133"
},
{
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"position": [
910,
400
],
"parameters": [],
"typeVersion": 1,
"id": "ce999897-91ce-4202-a4fa-eb8dd7413f1e"
}
],
"connections": {
"IF": {
"main": [
[
{
"node": "Peekalink1",
"type": "main",
"index": 0
}
],
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
},
"Peekalink": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Peekalink",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow