CN
Cracked Notify
/discord
Post to Discord webhook
Send content or embeds to a Discord webhook URL.
liveverifiedunknown
discordnotifymessagewebhook
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run notify /discord for me.
Input
| Field | Type | Description |
|---|---|---|
| webhook_url* | string | Discord webhook URL |
| content* | string | Message content |
| username | string | Override display name |
| embeds | array | Optional embeds |
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":"/discord","input":{"webhook_url":"...","content":"..."}}'cli
npx cracked-ai run -p notify -e /discord -i '{"webhook_url":"...","content":"..."}'mcp
run_tool({ provider: "notify", endpoint: "/discord", input: {"webhook_url":"...","content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.