Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website. More information
Don't have a native Sorank integration for your CMS? The Webhook connector lets you push your generated articles to any URL — Zapier, Make, n8n or a custom endpoint on your own coded website — so you can publish your content wherever you need it.
How It Works
When you publish an article in Sorank, we send the article data to the URL you configured. Your endpoint or automation tool can then process the payload and create the post on your blog, custom website, or any other tool that accepts incoming HTTP requests.
Step 1: Open the Webhook Integration
Click your profile picture in the top-right corner and select Settings.
Open the Integrations tab.
Scroll to the Webhook card and click Connect your website.
Step 2: Configure Your Endpoint
Paste your destination URL into the Webhook URL field (for example, a Zapier catch hook, a Make webhook, or your own server endpoint).
Optionally, add a Secret token if your endpoint requires authentication. Sorank will include it in the request so your server can verify the call comes from Sorank.
Click Test to send a sample payload and confirm your endpoint responds correctly.
Click Save webhook to activate the integration.
Common Use Cases
Zapier: use a "Catch Hook" trigger to forward articles to thousands of apps such as WordPress, Notion, Airtable or Google Sheets.
Make: use a Webhooks module to build custom, multi-step publishing automations.
Custom backend: send articles directly to your own API to publish on a hand-coded site, a headless CMS or any internal tool.
Tips
Always click Test before saving to confirm your endpoint accepts the request.
Keep your Secret token private and rotate it regularly.
Use an HTTPS endpoint to keep article data secure in transit.
Once connected, every published article in Sorank will automatically be sent to your webhook URL.