Create a new datasource (connected application) in a customer account.

The required inputs of the connector (e.g. environment, API key etc.) have to be provided. Use "Get connector" to get the required and optional inputs of a connector.

If the connector uses oAuth, the user should be redirected to the link provided in the response. This link will start the oAuth authorization flow (for oAuth applications).

If the link is opened in a popup, the popup will close on a successful connection. When a redirect_url is provided, the user will be redirected to that redirect_url on a successful connection.

Fields in response:

  • link: the URL to which the user should be redirected to authorize access to the datasource (e.g. Salesforce or Hubspot) for connectors that use oAuth. This link is valid for 30 minutes.
  • is_used: true if the datasource is used in a Blend. Note: a datasource can be loosely coupled, this means it is is used in a Blend but not specifically set under the "datasource" settings of the blocks in a Blend. In this case is_used will be false.
  • is_connected: false if the datasource is not connected, e.g. after a failed oAuth flow.
Language
Authorization
Click Try It! to start a request and see the response here!