Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Generic Events (Legacy)
Use generic events to send custom notifications that aren’t tied to Salesforce data
changes.
Use generic streaming when you want
to send and receive custom notifications. Use generic streaming to:
- Publish and receive arbitrary payloads in JSON without a predefined event schema
- Broadcast notifications to a target set of users, specific teams, or your entire org
- Send notifications for events that are external to Salesforce
To use generic events, you need:
- A StreamingChannel that defines the channel, with a name that is case-sensitive
- One or more clients subscribed to the channel
- The Streaming Channel Push REST API REST API resource to monitor and invoke push events on the channel