The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-03-23T16:57:55.466Z",
"updatedAt": "2021-03-23T16:57:55.466Z",
"id": "145",
"name": "Peekalink:isAvailable preview",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "81f5cd1e-3133-46d5-a1e2-70790d6d338a"
},
{
"parameters": {
"operation": "isAvailable",
"url": "https://example.com/"
},
"name": "Peekalink",
"type": "n8n-nodes-base.peekalink",
"typeVersion": 1,
"position": [
550,
250
],
"credentials": {
"peekalinkApi": {
"name": "<your credential>"
}
},
"id": "a8686c14-d503-4e1f-a693-e08cf71ac65e"
},
{
"parameters": {
"url": "https://example.com/"
},
"name": "Peekalink1",
"type": "n8n-nodes-base.peekalink",
"typeVersion": 1,
"position": [
550,
400
],
"credentials": {
"peekalinkApi": {
"name": "<your credential>"
}
},
"id": "dfffa4d9-913a-4a08-89de-a1e8f6b010d4"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Peekalink1",
"type": "main",
"index": 0
},
{
"node": "Peekalink",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
peekalinkApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Peekalink:isAvailable preview. Uses start, peekalink. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/145.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.