Skip to main content

Set Integration

POST 

/api/v2/instance/:instanceId/typebot-integration

Set Integration

Request

Path Parameters

    instanceId stringrequired

    ID of the instance.

Body

required
  • publicId: The ID or name given to your typebot
  • typebotURL: The URL of your typebot host
  • enabled: Enable or disable your integration
    publicId Typebot IDrequired

    The ID or name given to your typebot

    typebotURL Typebot URLrequired

    Default value: https://typebot.io

    The URL of your typebot host

    enabled Enabledrequired

    Default value: false

    Enable or disable your integration

Responses

Success - status: 201

Schema
    integrationId stringrequired
    publicId stringrequired
    typebotURL stringrequired
    enabled booleanrequired
    instanceInstanceId stringrequired
    createdAt date-timerequired
    updatedAt date-timerequired
Loading...