Salesforce Streaming SubscriberThe Salesforce Streaming Subscriber is a Visual Studio Code extension that allows you to manage and interact with Salesforce platform events and any streaming api directly from your workspace. This tool is designed to increase efficiency and streamline the development process when working with Salesforce. FeaturesThis extension provides an interface within VS Code to:
UsageConnecting to Salesforce OrgAfter installing the extension, you can view the org data by expanding the Salesforce Org Info tree in the Explorer view. This provides you with details about the connected Salesforce org, such as the Access Token, Api Version, Connected Status, Org Id, Instance URL, SfdxAuthUrl, and Username. Managing Salesforce Platform EventsThe Salesforce Streaming Subscriber extension provides a tree view of all the events you've subscribed to in your Salesforce org. You can add new nodes to this tree by right-clicking on the tree view and selecting "Add Channel." You'll be prompted to enter the name of the channel/event you wish to subscribe to. Once a node is added, you can click on it to subscribe to the corresponding event. The extension will then start receiving the event messages and display them in a dedicated Output Channel. You can also unsubscribe from an event by right-clicking on the corresponding node and selecting "Delete Node." This will unsubscribe from the event and remove the node from the tree view. CommandsThe extension provides the following commands:
Requirements
Installation
Known IssuesIf you discover any bugs or have a feature request, please feel free to open an issue on GitHub. LicenseMIT ContactIf you have any questions or comments, please feel free to contact me at nagendra080389@gmail.com DisclaimerThis extension is not an official Salesforce product. It is a tool created by me to easily subscribe to streaming api channels in vscode. Demo |