Integration Configuration & Script Parameters
Integration Configuration
Usually, each integration will have several configurations that need to be set by the user, and used by the code.
The configuration can be set by the user via the Marketplace screen, by clicking on the “Cog” icon on each installed integration card.
Related Methods: Siemplify.extract_configuration_param, SiemplifyAction.get_configuration
Google recommends using the "extract_configuration_param" params, and not the raw “get_configuration” method.
Script Parameters
Usually, each Action\Job\Connector script will require additional parameters, configured per Instance.
This can be configured by the Connectors screen, Jobs Screen, Playbook Screen, IDE Screen, or Manual Action Screen.
Related Methods: SiemplifyJob.extract_job_param, SiemplifyAction.extract_action_param, SiemplifyConnectorExecution.extract_connector_param