Push data to widget
documentedPush widget payload to Geckoboard Custom Widgets using the Push URL for the widget key.
POST /v1/send/{widget_key}Custom Widgetsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://push.geckoboard.com/v1/send/{{$widget_key}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key":"{{GECKOBOARD_API_KEY}}","data":{"item":[{"text":"{{$text}}","type":0}]}}'