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 →
{
"id": "wf-deterministic-webhook-ping",
"name": "Webhook HTTP Ping",
"nodes": [
{
"id": "w1000001-0001-0001-0001-000000000001",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
100,
300
],
"parameters": {
"httpMethod": "POST",
"path": "ingest-ping",
"responseMode": "onReceived",
"responseCode": 200
}
},
{
"id": "w1000002-0002-0002-0002-000000000002",
"name": "Health Check",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
300,
300
],
"parameters": {
"method": "GET",
"url": "https://example.com/api/health",
"options": {}
}
},
{
"id": "w1000003-0003-0003-0003-000000000003",
"name": "Second Ping",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
500,
300
],
"parameters": {
"method": "GET",
"url": "https://example.org/status",
"options": {}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Health Check",
"type": "main",
"index": 0
}
]
]
},
"Health Check": {
"main": [
[
{
"node": "Second Ping",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Webhook HTTP Ping. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/just-claw-it/n8n-to-claw/blob/main/test-fixtures/webhook-http-ping.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.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant