SSE API to handle web hooks?

Hello,

I checked the documentation for SSE API but I don’t understand the proper usage of this API. If during my simulation I want to reach some WebHook message, I can use SSE API? I should use some server which can subscribe to some topic and after that it SSE API will read such message when it will arrive? I don’t have any idea what is the usage of SSE API

BR
Mateusz

Are you sure you’re not misunderstanding Server Sent Events?
It’s a messaging protocol riding on HTTP: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.