function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Satya Prakash ChoudharySatya Prakash Choudhary 

Can we subscribe salesforce platform event using Postman?

Is their a way to subscribe Salesforce Platform Event usin Postman?
AbhishekAbhishek (Salesforce Developers) 
https://watchforce.blog/2018/01/22/platform-events-salesforce-integrations-on-easy-mode/

Try the steps mentioned above for your requirement.


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
Satya Prakash ChoudharySatya Prakash Choudhary
Hi Abhishek,

Here in the link you shared, postman is just "Publishing" the PE, which is quite ok as publishing PE from external systeks is a simple REST call.
I am looking for options to "SUBSCRIBE" PE using POSTMAN.

I am not sure if that even possible.

Thanks
Tamas G Tamas 9Tamas G Tamas 9
I haven't found the answer for your question, but I am using Workbench to subscribe and test.
After login to workbench.developerforce.com, you can use Streaming Push Topics and choose Generic Subscriptions to subscribe to a topic.
Hope it helps for others finding this question :)