I’m trying to subscribe to Salesforce Platform events to receive immediate triggers when a Platform Event record is created in Salesforce. I understand this needs to go through CometD as a subscribed client.
I’m wondering if this would be something supported by n8n, and/or how I might implement that type of listener?
Here’s a good explanation of how that works with Salesforce.
I am not familiar with CometD but in general, n8n does not have support for long polling as mentioned in the discussion you have linked. So I don’t think there’s a straightforward way to subscribe to these events I am afraid.
Perhaps you want to leave a vote on the respective feature request over here?