Connectors
Create a Hub Connector
CreateHubConnectionTemplate creates a new Hub Connector for the given Integration.
A Hub Connector is a lightweight wrapper around a Connector from Connect API, but includes additional information to make embedding the integration simpler:
- A name/reference for the Hub Connector, which represents the purpose of the Connector in the context of the Hub’s Integration. For example, where an Integration is synchronising data between two accounts of the same system, each Hub Connector may be referenced, “Source” and “Target”, even though they are both referencing the same underlying Connector.
- Which
AuthSchemeConfig
to use, so that when the end user activates the integration, they are prompted to authenticate in the correct way.
POST
Path Parameters
Body
application/json
CreateHubConnectionTemplate defines the request body for creating a new Hub Connector
Response
200
application/json
OK
A Hub Connection Template is a lightweight wrapper around a Connector from Connect API, but includes additional information to make embedding the integration simpler.
Versori-users do not need to establish connections in an integration. These are connected to by end-users when they activate the integration from the embedded integration hub.