As previously mentioned, a Connector may have one or more Adapters connected to it. Again, we'll use the example of exporting the COMPANY entity, whose connector is named CONNECTOR-COMPANY

There is a convention that adapters are named as follows:
ADAPTER.{entity}-{target}
Thus, to send the COMPANY entity to Zapier, the adapter name will look like this: ADAPTER.COMPANY-ZAPIER

In the case of a single adapter, the connector CONNECTOR-COMPANY configuration looks like this:

["ADAPTER.COMPANY-ZAPIER"]

In the case of needing to send across multiple adapters, the CONNECTOR-COMPANY configuration looks like this:

["ADAPTER.COMPANY-ZAPIER", "ADAPTER.COMPANY-OTHER"]