Data Sources UI

Data Source

To let your user connect or configure a single data source, do the following:

await membrane
  .connection('hubspot')
  .dataSource('{DATA_SOURCE_KEY}')
  .openConfiguration()

See Also