Create a new Connections instance.
Function for making API requests
Create a new connection.
Parameters for the connection to create
Promise with the created connection
Delete a connection.
The connection ID to delete
Get details of a specific connection.
The connection ID to get
Optional
options: GetConnectionOptions<C>Optional parameters for filtering the returned fields
Promise with the connection details including scope information
List connections for a team.
The team ID to list connections for
Optional
options: ListConnectionsOptions<C>Optional parameters for filtering and pagination
Promise with the list of connections
List editable parameters for a connection.
The connection ID to get editable parameters for
Promise with an array of parameter names that can be edited
Rename a connection.
The connection ID to rename
The new name for the connection
Optional
options: RenameConnectionOptions<C>Optional parameters for filtering the returned fields
Promise with the updated connection
Update the OAuth scopes for a connection.
The connection ID to update scopes for
Array of scope identifiers to set
Promise with a boolean indicating if the connection is now scoped
Update a connection's configuration data.
The connection ID to update
The connection parameters to update
Promise with a boolean indicating success
Verify if a connection is working correctly. Tests the connection credentials and configuration.
The connection ID to verify
Promise with a boolean indicating if the connection is valid
Class providing methods for working with Make connections. Connections link Make to external apps and services, allowing scenarios to interact with them through APIs.