Skip to main content

Realtime Event Listener (Beta)

The realtime event listener taps into LinkedIn's realtime notification system for a connected account and sends webhook events as soon as We-Link receives them from LinkedIn.

Use this when your application needs immediate updates for inbox activity instead of periodic polling.

Supported Platforms

Realtime event listener currently supports LinkedIn and Recruiter.

Supported Events

How to Enable

  1. Go to Settings
  2. Open Webhook
  3. Add a new webhook, or edit an existing webhook
  4. Go to Triggers
  5. Enable the realtime events you want to receive

Realtime event listener trigger settings

Webhook Events

When to Use It

  • Use realtime events for new inbox messages, seen receipts, and reaction changes.
  • Use message reply tracking when you only need to know whether a specific outbound message received a reply.
  • Verify the hash value before processing webhook payloads.