A webhook is a 'reverse API': instead of you polling for updates, the platform pushes an HTTP POST to a URL you provide whenever an event occurs — a trade opening, an exit, a backtest finishing. The payload carries the event data so your own system can react immediately.
Webhooks are how you wire the studio into external tools: a Discord or Slack channel, a Zapier automation, or your own bot. A signing secret lets your endpoint verify the request really came from the platform, and sending a test payload confirms the wiring before you depend on it.
Esempio
A webhook fires to a Discord channel the instant a strategy opens a position, so the whole desk sees it without logging in.
Come Noon Barbari usa Webhook
Ogni concetto qui è implementato nella piattaforma. Apri la documentazione o lo strumento corrispondente per vederlo all'opera.
Set up webhooks in noonbarbari →