Initialize the SDK
Call Connect Method
activepieces
inside your window
object. Call its connect
method to open a new connection dialog as follows.Parameter Name | Required | Type | Description |
---|---|---|---|
pieceName | ✅ | string | The name of the piece you want to create a connection for. |
connectionName | ❌ | string | The external Id of the connection (you can get it by hovering the connection name in the connections table), when provided the connection created/upserted will use this as the external Id and display name. |
newWindow | ❌ | { width?: number, height?: number, top?: number, left?: number } | If set the connection dialog will be opened in a new window instead of an iframe taking the full page. |
connect
method returns a promise
that resolves to the following:name
is the externalId of the connection.
connection
is undefined if the user closes the dialog and doesn’t create a connection.connections
piece in the builder to retrieve the created connection using its name.