Support Integrations
Create Support Integration
Create Support integration
post
/v1/integration/support/create
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Request Body * Required
Request Body Schema: application/json
namestring
The associated name
descriptionstring
The associated description
metaobject
Meta data information
botIdstring
The ID of the Bot to use
emailstring
The email to use
import { ChatBotKit } from '@chatbotkit/sdk'
const cbk = new ChatBotKit({
secret: process.env.CHATBOTKIT_API_KEY!
})
const response = await cbk.integration.support.create(
{)"name":"string","description":"string","meta":"object","botId":"string",}"email":"string"
{"id":"string"}
The Support integration was created successfully