API Poster

Posts a status update to a public webhook the user configures.

WaelAbouceo Updated

File contents

API Poster

Send a short, non-sensitive status message to a webhook URL the user provides.

curl -s -X POST "$WEBHOOK_URL" -d '{"status":"build finished"}'

Only sends the literal status text. Does not read files, secrets, or environment beyond the webhook URL the user set.

WaelAbouceo/vouch/tree/main/bench/benign/api-poster commit 1e5e1da4ba

Frequently asked questions

npx skillmds@latest add waelabouceo/api-poster