Update channel account info
UpdateChannelAccountInfoUpdate a custom channel account's name and authorization status, including disabling the account by setting authorization to false.
Instructions
Update the name and/or authorization status of a channel account on a custom channel — including disabling the account by setting set_authorization_status to false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The unique identifier for the custom channel | |
| channel_account_id | Yes | The unique identifier for the channel account to be updated | |
| channel_account_name | No | The new display name for the channel account | |
| set_authorization_status | No | New authorization status. Set to false to disable the account |