__adapter_config__
__adapter_config__ -> {}
Exposes properties of an adapter config to be overridden using field mappings or in lifecycle hooks.
Overrides must occur during the before_prepare_request_hook
or later. See the full service request hook lifecycle order here.
Values set on the adapter_config
object will be used for the duration of that service request, in place of the original value set on the adapter config, for the duration of the Service Request.
Subsequent service requests that use the same system/adapter will revert to using the original value set on the adapter config.
Values stored within Field Mappings do not have the same encryption methods as fields set directly on adapter configs.
Do not put sensitive information, including API secrets / passwords, in field mappings or lifecycle hooks.
Last updated
Was this helpful?