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-02-25T09:24:41.132Z",
"updatedAt": "2021-02-25T09:24:41.132Z",
"id": "64",
"name": "SIGNL4:Alert:send resolve",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "e54d4fc1-752f-436e-8c86-139e373a54de"
},
{
"parameters": {
"message": "=test{{Date.now()}}",
"additionalFields": {
"title": "=Title{{Date.now()}}"
}
},
"name": "SIGNL4",
"type": "n8n-nodes-base.signl4",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"signl4Api": {
"name": "<your credential>"
}
},
"id": "870742ca-8ae9-44f6-a2e0-b6ec40298cd2"
},
{
"parameters": {
"operation": "resolve",
"externalId": "={{$node[\"SIGNL4\"].json[\"eventId\"]}}"
},
"name": "SIGNL",
"type": "n8n-nodes-base.signl4",
"typeVersion": 1,
"position": [
600,
300
],
"credentials": {
"signl4Api": {
"name": "<your credential>"
}
},
"id": "95ab047b-4159-45fd-9ec6-2d1b9c326a5f"
}
],
"connections": {
"SIGNL4": {
"main": [
[
{
"node": "SIGNL",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "SIGNL4",
"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.
signl4Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
SIGNL4:Alert:send resolve. Uses start, signl4. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/64.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.