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