Sightdeck AI

User Guide

Webhook on done

You don't want to keep checking the app to see when an agent finished. Set a webhook URL per project, and Sightdeck AI posts a short message the moment a task reaches done — straight into the tools you already use.

What you get

  • A "done" signal without constantly watching the app.
  • Plug into your existing chain: a Slack channel, an n8n flow, a build trigger, a Notion entry — whatever listens for the call.
  • Each project can point at its own endpoint, or several can share one.
  • For teams: a stand-up summary can be built automatically from the done events.

How you use it

  1. In the app, open Setup, pick a project and enter a Webhook URL.
  2. Optionally add a bearer token if your endpoint needs authentication.
  3. When a task moves to done, a call goes out with the task ID, title, duration and project name.
  4. If your endpoint returns an error, the app records it in the log — without blocking the run.

The webhook fires on the final step of the status lifecycle, so it's a reliable "this task is really finished" trigger.

Settings Webhooks tab for posting a JSON payload on task changes
Settings → Webhooks — POST a JSON payload when a task changes.