Hello trailblazer
I'm trying to find out if there's a way to determine whether MuleSoft is subscribed to a Salesforce Platform Event, and specifically, to see the last published ID and the last subscribed (processed) ID.
Is there a way to retrieve these details for internal subscribers?
Appreciate your help.
Salesforce doesn't display external subscribers like MuleSoft in the Subscriptions section, it only shows internal ones like triggers and flows. There's no built-in way to track if MuleSoft received the event. A common workaround is to have MuleSoft send a callback (like updating a record or firing another event) once it processes the message. Without that, you won’t see any confirmation from the external side.