Webhooks

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:

  1. Go to your project

  2. Open Settings → Integrations

  3. Scroll to the Developer zone

  4. 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:

  1. Go to Settings → Integrations

  2. Find the Webhook section

  3. 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

Integrations