Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required
workforce
string
required

Workforce component ref: manifest uid (canonical), numeric app id, or name — the server canonicalizes to the manifest uid.

provider
string
required

Channel provider key (for example telegram, slack).

Body

application/json

Body of PUT .../channels/{workforce}/{provider} (upsert one binding).

credentials
object | null

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.

enabled
boolean

Soft toggle; defaults to true.

Response

Channel binding saved