Retry Behaviour
If all retry attempts are exhausted without receiving a
200 response, the webhook call is considered failed.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
FalconFeeds expects a 200 status code in response to every webhook call. If one is not received, the delivery is automatically retried.
| Property | Detail |
|---|---|
| Expected response | 200 status code |
| Maximum retry attempts | 4 |
| Retry strategy | Exponential backoff |
200 response, the webhook call is considered failed.
200 as quickly as possible. If processing takes time, acknowledge the request immediately and handle the payload asynchronously.