Upsert Channel
Connect or update a messaging channel binding. Upserts on (workforce, provider); credentials is write-only — omit to keep the stored secrets, null to clear them, an object to replace them.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Workforce component ref: manifest uid (canonical), numeric app id, or name — the server canonicalizes to the manifest uid.
Channel provider key (for example telegram, slack).
Body
Body of PUT .../channels/{workforce}/{provider} (upsert one binding).
Provider secrets, write-only (never returned on any read). Omit to
keep the stored credentials for this binding; null clears them; an
object replaces them. Telegram: token (+ optional secret_token).
Slack: bot_token + signing_secret.
Soft toggle; defaults to true.
Response
Channel binding saved