Integration Config
Last updated
Was this helpful?
relationship - required
Integration the config is bound to.
boolean - required
Determine wheter to send an email summary upon a successful integration run.
string - comma separated
Email addresses to receive summaries on successful integration completion.
boolean - required
Determine wheter to send an email summary upon an integration failure.
string - comma separated
Email addresses to receive summaries on integration failures.
boolean - required
Enables a more detailed breakdown of the Integration Run for both the email_on_success and email_on_failure features.
boolean - required
Enables persistence of run histories for integrations. With this flag disabled the Integration Run History will not track run events.
integer
Number of days to keep Run Histories. After this date the runs are deleted permanently. Defaults to 730 days.
boolean - required
Enables persistence of run history payloads for Integration Run Steps. The store_run_history must be enabled for this to be enabled.
integer
Number of days to persist Integration Run History Items. After this date run history payloads are deleted permanently. Defaults to 14 days.
string - required
The retry strategy for failed integration runs. Options: none (default), fixed (Fixed Interval), exponential (Exponential Backoff). See How to Configure Integration Retry for details.
integer - required
The initial delay in seconds before retrying a failed run. Range: 1–600. Default: 5.
integer - required
Randomness in seconds added to each retry delay to prevent thundering herd problems. Range: 0–120. Default: 2.
integer - required
Maximum number of retry attempts for a failed run. Range: 1–10. Default: 3.
Engine version used when running this integration.
Last updated
Was this helpful?
Was this helpful?
engine_version = "1.1.0"