You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@salto-io/workato-adapter

Package Overview
Dependencies
Maintainers
0
Versions
4130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@salto-io/workato-adapter

Salto Workato adapter

0.5.2
unpublished
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

Workato adapter

Workato read-only adapter for salto.io

Salto helps you keep track of the main Workato entities, including recipes, connections, custom properties and roles, as well as API clients, access profiles and collections.

Recommendation: If you have recipes that connect to Salesforce or Netsuite accounts, follow the guide below to view cross-service dependencies.

Note: We do not currently track the details of custom connectors, beyond the connections using them.

Identifying dependencies across services

Workato recipes can connect entities across different business applications. If your Salto environment has a Netsuite or Salesforce adapter configured, you can see the dependencies by adding the following definition under the fetch section of your workato.nacl configuration file:

  fetch {
    ...
    serviceConnectionNames = {
      salesforce = [
        "Salesforce connection name",
      ]
      netsuite = [
        "Netsuite connection name",
      ]
    }
  }

Where:

  • "Salesforce connection name" is the name of the Salesforce or Salesforce secondary connection that is connected to the Salesforce account configured in the current environment
  • "Netsuite connection name" is the name of the Netsuite or Netsuite secondary connection that is connected to the Netsuite account configured in the current environment

Note that if multiple Workato connections are pointing to the same Salesforce/Netsuite account, they can all be listed.

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts