Channels
UpdateChannel
Update channel
post/channel/{id}
Path parameters
idstring required
The channel id
Request body
namestring required
<p>See the "Get channel" route for parameters to update.</p>
whatsappWelcomeMessageobject
<p>The WhatsApp welcome message will be sent as soon as someone activates your bot. See the example above for the object structure, it uses the <a href="./#api-Class_definitions-MessengerMessage"><u>messengerMessage</u></a></p>
whatsappCommandsobject[]
<p>Array of commands that the bot reacts to <a href="./#api-Class_definitions-MessengerCommand"><u>messengerCommand</u></a></p>
whatsappDefaultMessageobject
<p>This is the default response your bot will send if it can not assign the received message to a command.</p>
facebookWelcomeMessageobject
<p>The same as whatsappWelcomeMessage</p>
facebookCommandsobject[]
<p>The same as whatsappCommands</p>
facebookDefaultMessageobject
<p>The same as whatsappDefaultMessage</p>
telegramWelcomeMessageobject
<p>The same as whatsappWelcomeMessage</p>
telegramCommandsobject[]
<p>The same as whatsappCommands</p>
telegramDefaultMessageobject
<p>The same as whatsappDefaultMessage</p>
lineWelcomeMessageobject
<p>The same as whatsappWelcomeMessage</p>
lineCommandsobject[]
<p>The same as whatsappCommands</p>
lineDefaultMessageobject
<p>The same as whatsappDefaultMessage</p>
Response
Success-Response:
successboolean required