Example of the user options object passed into doLookup
functiondoLookup(entities, options, cb){ // options here is of type DoLookupUserOptions }
Example
As an example, if your integration has a user option with a key value of
apiKey within its config.json, the user options object passed into the doLookup method would look like:
User options object passed into the integration's
doLookupmethod.