How the Salesforce Experience Cloud connection works
Sorank has no native Salesforce connector, and that is intentional: Experience Cloud exposes a Connect REST API for managed content that can create content items. Instead of maintaining a managed package, Sorank sends each finished article to your automation tool, Make.com or the open-source n8n, which calls Salesforce to create the content.- Sorank generates the article: title, body, images, internal links, FAQ.
- A webhook fires as soon as the article is ready.
- Make.com or n8n calls the Salesforce Connect REST API managed content endpoint.
Step 1: Open the Integrations page in Sorank
Click your profile avatar in the top-right corner, choose Settings, then open the Integrations tab and copy your webhook URL.Step 2: Build the scenario in Make.com or n8n
- In Make.com or n8n, create a scenario that starts with a Webhook trigger and paste the Sorank URL.
- Add an HTTP request module. Salesforce has no dedicated app for this, so the generic HTTP module both tools provide is all you need.
- Authenticate with a Salesforce connected app using OAuth, then target the managed content endpoint of the Connect REST API.
- Map the Sorank fields to your managed content type and switch the scenario on.

