CN
Cracked Notify
/http
Call any webhook
POST a JSON payload to any HTTPS URL you control (Zapier, Make, n8n, your own API).
liveverifiedunknown
webhookzapiermaken8nhttp
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run notify /http for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | HTTPS URL |
| payload | object | JSON body |
| headers | object | Extra headers |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"notify","endpoint":"/http","input":{"url":"..."}}'cli
npx cracked-ai run -p notify -e /http -i '{"url":"..."}'mcp
run_tool({ provider: "notify", endpoint: "/http", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.