Skip to main content
Webhooks

Learn how to use webhooks

Updated over a week ago

RSS.app allows you to set up webhooks to receive updates when new posts are added to your RSS feed. This can be useful for triggering actions in your system, such as sending notifications, updating databases, or triggering other workflows.

  1. Enter Your Webhook URL.

  2. Click Save.

RSS.app will send HTTP POST requests to your provided webhook URL as soon as a new post is added to the feed.

To see the fields included in the request object sent to the target URL, check out our API Reference.

Did this answer your question?