Skip to main content
An event is something that happened — a Slack message arrived, a file was added, an account was connected — delivered to your webhook (an HTTPS endpoint) in real time, so your app reacts without polling.

Kinds of events

  • Connector events — fire from a provider (a new Notion page, a file dropped in SharePoint). Enabled per connector on its connector profile.
  • Platform events — fire from StackOne itself, covering account lifecycle: account.created, account.updated, account.deleted.

Webhooks & events

Set up a webhook, subscribe to events, and verify delivery.