1
Initialize the SDK
Follow the instructions in the Embed Builder.
2
Call Connect Method
After initializing the SDK, you will have access to a property called Connect Parameters:Or if the
activepieces inside your window object. Call its connect method to open a new connection dialog as follows.Connect ResultThe
connect method returns a promise that resolves to the following:connection is undefined if the user closes the dialog and doesn’t create a connection.connectionName parameter is defined, it could get rejected with an error message telling you why connectionName is invalid:If
connectionName is defined, the connection name input will be disabled and if the connection name is invalid the returned result from the connect method will be an error message describing why it is invalid.
