someonehastosayyesget a keysource

Someone has to say yes before your automation does the thing.

One request from n8n or Make. A person gets a button in Slack or email. Your workflow continues — once, and with a record of who said yes.

Try it. This makes a real request.

What it takes care of

The whole integration

# n8n: callback_url is {{ $execution.resumeUrl }}  ·  Make: your second scenario's webhook
curl -X POST https://someonehastosayyes.com/v1/approvals \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{ "question": "Refund order A-1 for $380?",
        "context": { "order": "A-1", "amount": 380 },
        "channel": "slack", "to": "C0123ABCD",
        "callback_url": "https://your-n8n/webhook-waiting/…",
        "timeout_minutes": 1440, "default_on_timeout": "rejected" }'

n8n workflow to importMake recipeAPI

Get a key

Keys are sent by hand, usually within a few hours. Free while we're small. The code is open; self-hosting is always free.