Blogtrottr Webhook Delivery Robot

Blogtrottr uses a webhook delivery robot to send HTTP POST requests to user-configured URLs when new items appear in their subscribed RSS and Atom feeds.

How it works

When a user subscribes to a feed with webhook output enabled, Blogtrottr monitors the feed for new items. When new items are detected, the robot delivers them as HTTP POST requests to the configured webhook URL.

Request format

By default, webhook payloads are sent as JSON containing feed metadata and item details. Users can configure custom body templates, headers, and content types to match their endpoint requirements.

Retry behaviour

If a webhook delivery fails (non-2xx response or connection error), the robot will retry with exponential backoff, up to 10 attempts.

Technical details

User-agent: Blogtrottr-Webhook/1.0 (+https://blogtrottr.com/webhook)