I could not find node of trigger type, which will start workflow when “platform event is publishjed from salesforce”.
I am looking for support in n8n to listen to platform event as soon as published by SalesForce.
I am looking for support in n8n to listen to platform event as soon as published by SalesForce.
Webhooks is a common approach to trigger a workflow in n8n. It’s my go-to. Have you looked into that? Just search for “Webhook”. Many platforms, such as salesforce, can make a HTTP request.
Khem