Any extra Python modules you wish to use in the Gateway must be placed in this directory. Those modules will then be available to be imported into workflows. This path is relative to your <dns_integrity_gateway> folder.
# Third-party libraries path. Any extra python modules you wish to use in the Gateway must be placed in this directory. # Those modules will then be available to be imported into workflows. This path is relative to your <dns_integrity_gateway> folder. additional_libraries_path = 'ps/integrations'
Attention: Non-pure Python libraries (for example, those containing system
utilities calls) are not supported and might not work.