Connectors

Webhooks

Receiving push notifications

Webhook Endpoint

Receive signals via webhook:

POST /api/webhooks/:connectorId
Content-Type: application/json

{
  "content": "The signal content",
  "source": "webhook-source"
}

Supported Formats

The webhook normalizer supports:

  • Generic JSON
  • Slack events
  • X (Twitter) events
  • RSS items