/
CL
closebot
/
CloseBot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
3
Agency
5
Billing
13
Bot
18
BotMetric
14
BotSourceVariable
2
BotTemplate
1
BotTesting
8
Hierarchy
5
Lead
11
Library
11
LiveDemo
10
Notification
5
Persona
5
SmartFAQ
5
Source
10
SourceChannel
5
get
/agency/source/{sourceId}/custom-channels/{channelId}
put
/agency/source/{sourceId}/custom-channels/{channelId}
delete
/agency/source/{sourceId}/custom-channels/{channelId}
get
/agency/source/{sourceId}/custom-channels
post
/agency/source/{sourceId}/custom-channels
Webhook
1
SourceChannel
post
/agency/source/{sourceId}/custom-channels
Path parameters
sourceId
string
required
Request body
CreateSourceChannelInput
required
friendlyName
string
nullable
provider
string
nullable
uniqueId
string
nullable
authToken
string
nullable
refreshToken
string
nullable
expiration
string
date-time
nullable
Response
Success
AgencySourceChannelDto
required
id
string
nullable
sourceId
string
nullable
friendlyName
string
nullable
provider
string
nullable
uniqueId
string
nullable
authToken
string
nullable
expiration
string
date-time
nullable
Changes