Streaming API

Push notification API using Bayeux protocol to receive near real-time updates when data changes in Salesforce. Enables event-driven integrations without polling.

API entry from apis.yml

apis.yml Raw ↑
name: Streaming API
description: Push notification API using Bayeux protocol to receive near real-time updates when data changes
  in Salesforce. Enables event-driven integrations without polling.
humanURL: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/
baseURL: https://yourInstance.salesforce.com/cometd/59.0
tags:
- Events
- Push Notifications
- Real-Time
- Streaming
properties:
- type: Documentation
  url: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/intro_stream.htm
- type: Examples
  url: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/code_sample_java_client_intro.htm