This workflow follows the Executecommand → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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 →
{
"name": "Unsafe example",
"active": true,
"nodes": [
{
"id": "1",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
],
"parameters": {}
},
{
"id": "2",
"name": "Shell",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
240,
0
],
"parameters": {
"command": "echo safe"
}
},
{
"id": "3",
"name": "API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
480,
0
],
"parameters": {
"headers": {
"Authorization": "Bearer demo_xxxxxxxxxxxxxxxxxxxxxxxx"
},
"note": "sk-AAAAAAAAAAAAAAAAAAAAAAAA"
}
}
],
"connections": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Unsafe example. Uses executeCommand, httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/corleoneappsh-create/n8n-workflow-preflight-action/blob/main/fixtures/bad.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.
HikeWise PR Testing. Uses executeCommand, httpRequest. Webhook trigger; 4 nodes.
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
MLOps Pipeline EN-PT. Uses executeCommand, httpRequest, errorTrigger. Webhook trigger; 18 nodes.
AI Product Video Generator (Windows). Uses httpRequest, writeBinaryFile, executeCommand, readBinaryFile. Webhook trigger; 16 nodes.
MLOps Pipeline - Hand Talk. Uses executeCommand, httpRequest. Webhook trigger; 15 nodes.