fc.rubix.sdk.webhook.retry.method
Changed on:
12 Feb 2024
| Setting Area | Workflow | 
|---|---|
| Supported context levels: | Retailer | 
Overview
Makes Webhook retries for custom Webhook rules using custom Webhook rule logic instead of the default logic.
Values
| Data Type | Values | 
|---|---|
| String | 
 | 
Detailed technical description
Value: `preserve-event-details`
Makes Webhook retries for custom Webhook rules using custom Webhook rule logic instead of the default logic.
Default:
All webhook retries will be processed using the standard rule `FLUENTRETAIL.foundation.SendWebhook`
Configuration example
1"settings": {
2        "fc.rubix.sdk.webhook.retry.method": "preserve-event-details"
3    }