Salesforce Automation · Capability
Salesforce Streaming API — Streaming Channels
Salesforce Streaming API — Streaming Channels. 6 operations. Lead operation: List Streaming Channels. Self-contained Naftiko capability covering one Salesforce Automation business surface.
What You Can Do
GET
Liststreamingchannels
— List Streaming Channels
/v1/sobjects/streamingchannel
POST
Createstreamingchannel
— Create a Streaming Channel
/v1/sobjects/streamingchannel
GET
Getstreamingchannel
— Get a Streaming Channel
/v1/sobjects/streamingchannel/{channelid}
PATCH
Updatestreamingchannel
— Update a Streaming Channel
/v1/sobjects/streamingchannel/{channelid}
DELETE
Deletestreamingchannel
— Delete a Streaming Channel
/v1/sobjects/streamingchannel/{channelid}
POST
Pushevent
— Push an event to a Streaming Channel
/v1/sobjects/streamingchannel/{channelid}/push
MCP Tools
list-streaming-channels
List Streaming Channels
read-only
idempotent
create-streaming-channel
Create a Streaming Channel
get-streaming-channel
Get a Streaming Channel
read-only
idempotent
update-streaming-channel
Update a Streaming Channel
idempotent
delete-streaming-channel
Delete a Streaming Channel
idempotent
push-event-streaming-channel
Push an event to a Streaming Channel