Cracked Notify
CN
Cracked Notify
/discord

Post to Discord webhook

Send content or embeds to a Discord webhook URL.

liveverifiedunknown
discordnotifymessagewebhook
$0.0010
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run notify /discord for me.

Input

FieldTypeDescription
webhook_url*stringDiscord webhook URL
content*stringMessage content
usernamestringOverride display name
embedsarrayOptional 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.