Skip to main content

Start Installation

POST 

/headless/startInstallation

This endpoint will create an installation record and return the information required to create a form for your user to fill out.

Request

Body

    userId stringrequired

    ID of the user that will install your integration

    integrationId stringrequired

    ID of the integration which is being installed

    credentialIds string[]

    List of credentials to be used in this installation. If the user has authorized any of the apps in the integration more than once, then this field is required. Otherwise, the user's credentials will be automatically detected.

    workflowIds string[]

    A list of workflows to include in this installation, if only a subset is desired. If every workflow in the integration will be installed, this field is optional.

Responses

200

Schema

    data

    object[]

  • Array [

  • workflowId string
    app string
    blockId string

    fields

    object[]

  • Array [

  • name string
    displayName string
    type string
    required boolean

    Default value: true

  • ]

  • ]

  • installationId string
Loading...