Skip to content

Channel:UpdateChannelStatus

Updates just the status of an existing Notification Channel.

Controller: Channel
Topic: UpdateChannelStatus
Action: Publish
Permissions: None

NameTypeExpectDescription
ChannelIDStringAlwaysThe unique identifier of the existing Channel.
IsActiveBooleanSometimesAn optional flag setting whether the Channel should be Active when updated. If omitted, defaults to true.

No Response Body.

Send:

{"Controller":"Channel","Topic":"UpdateChannelStatus","TransactionID":1,"Data":{
"ChannelID":"Umk8R2",
"IsActive":false
}}

Receive:

{"Controller":"Channel","Topic":"UpdateChannelStatus","TransactionID":1}