@makehq/sdk
    Preparing search index...

    Class Connections

    Class providing methods for working with Make connections. Connections link Make to external apps and services, allowing scenarios to interact with them through APIs.

    Index

    Constructors

    Methods

    • Delete a connection.

      Parameters

      • connectionId: number

        The connection ID to delete

      Returns Promise<void>

    • List editable parameters for a connection.

      Parameters

      • connectionId: number

        The connection ID to get editable parameters for

      Returns Promise<string[]>

      Promise with an array of parameter names that can be edited

    • Update the OAuth scopes for a connection.

      Parameters

      • connectionId: number

        The connection ID to update scopes for

      • scope: string[]

        Array of scope identifiers to set

      Returns Promise<boolean>

      Promise with a boolean indicating if the connection is now scoped

    • Verify if a connection is working correctly. Tests the connection credentials and configuration.

      Parameters

      • connectionId: number

        The connection ID to verify

      Returns Promise<boolean>

      Promise with a boolean indicating if the connection is valid