Webhooks allow RankYak to notify your system automatically whenever a new article is generated. This is ideal for custom publishing pipelines, internal tools, or platforms that need to react immediately to new content.
You can find the webhook documentation here: https://docs.rankyak.com/webhooks
š Enabling webhooks
To set up a webhook:
Go to your project
Open Settings ā Integrations
Scroll to the Developer zone
Click Enable next to Webhook
A popup will appear asking for the URL where RankYak should send the webhook. Enter the URL of the endpoint on your server or system that will receive the webhook data.
š When webhooks are sent
A webhook is triggered every time RankYak generates a new article. Your endpoint will receive a POST request containing article data in JSON format that you can use to:
Publish the article to your CMS
Store it in a database
Trigger another automation
Process it however you prefer
This gives you complete control over how new content is handled.
ā Disabling the webhook
If you no longer want to receive webhook notifications:
Go to Settings ā Integrations
Find the Webhook section
Click Disable
This will stop RankYak from sending webhook events to your URL.
šÆ Summary
Webhooks allow you to:
Receive article data instantly
Build custom automations
Integrate RankYak with any external system
Trigger publishing or processing as soon as articles are generated
They offer maximum flexibility for developers and custom workflows.
Still need help?
Contact us