Skip to main content
Webhooks are coming soon. This feature is currently under development and not yet available. Sign up below to be notified when webhooks launch.

Overview

Webhooks will allow you to receive real-time HTTP callbacks when events occur in your OutX account, eliminating the need to poll the API for updates.

Planned Event Types

EventDescription
watchlist.post.detectedA new post matching your keyword, people, or company watchlist is found
engagement.completedAn auto-engagement action (like or comment) has been executed
engagement.failedAn engagement action failed to complete
task.completedAn async task (profile fetch, data export, etc.) has finished
task.failedAn async task encountered an error
watchlist.createdA new watchlist was created
watchlist.deletedA watchlist was removed

Payload Format Preview

{
  "id": "evt_abc123",
  "type": "watchlist.post.detected",
  "created_at": "2026-03-08T12:00:00Z",
  "data": {
    "watchlist_id": "wl_xyz789",
    "watchlist_type": "keyword",
    "post": {
      "id": "post_456",
      "author": "Jane Doe",
      "content": "Excited to announce our new product launch...",
      "url": "https://linkedin.com/feed/update/urn:li:activity:123456",
      "detected_at": "2026-03-08T12:00:00Z"
    }
  }
}

Get Notified When Webhooks Launch

Interested in using webhooks? Reach out and we will add you to the early access list.

Request Early Access

Email support@outx.ai to express interest and get notified when webhooks are available.