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 refund without outcome contract",
"nodes": [
{
"id": "webhook",
"name": "Public refund webhook",
"type": "n8n-nodes-base.webhook",
"parameters": {
"authentication": "none",
"path": "refund"
}
},
{
"id": "refund",
"name": "Issue refund",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueErrorOutput",
"parameters": {
"method": "POST",
"url": "https://payments.invalid/refund"
}
},
{
"id": "swallow",
"name": "Swallow refund failure",
"type": "n8n-nodes-base.noOp",
"parameters": {}
}
],
"connections": {
"Public refund webhook": {
"main": [
[
{
"node": "Issue refund",
"type": "main",
"index": 0
}
]
]
},
"Issue refund": {
"main": [
[],
[
{
"node": "Swallow refund failure",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Unsafe refund without outcome contract. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/domfelipe/vibeflow-n8n/blob/main/examples/unsafe-refund.workflow.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