Skip to main content
A paid plan subscription is required to use this integration.

Prerequisites

How to Log In to Channel Talk

Go to the Channel Talk login page and enter your email address and password to log in. Channel Talk login screen

How to Obtain the Workspace Key

After logging in to Channel Talk, part of the URL becomes your workspace key. Save it for later. https://desk.channel.io/#/channels/`{workspace key}`/team_chats/groups/…

How to Obtain the Client ID and Client Secret

  1. In the sidebar, click Channel Settings > Security & Development > API Management > [+ Create New Authentication Key]. See Authentication (external site) for details. Creating a new authentication key in the API Management screen
  2. The Create API Authentication Key screen appears. Enter a name for the authentication key and click Confirm. Create API authentication key screen
  3. The API authentication key is created. The Access Key and Access Secret serve as your Client ID and Client Secret — save them for later. Access Key and Access Secret

Integration Setup

  1. In the integrations screen, search for Channel Talk.
  2. Enter the workspace key, client ID, and client secret obtained in the previous steps, then click Connect. Integration credentials input screen
  3. When the Channel Talk integration succeeds, registered user information will appear in the account list. If the process does not complete successfully. Click Edit from the Status tab on the integrations screen and try connecting again. If the issue persists, please contact us via chat.

FAQ

Q. Is there a way to check the workspace key used for the integration?
A. Run one of the following commands with an issued key. The channel.id value returned is your workspace key. Enter it in the workspace key field. Mac / Linux (Terminal / cURL)
A standard cURL command. Use \ (backslash) for line continuation. Windows (PowerShell)
This syntax works best in the standard Windows PowerShell environment. Windows (Command Prompt / cmd)
When running this in the traditional Command Prompt, use ^ (caret) for line continuation.
Parameter settings and precautions
  • YOUR_ACCESS_KEY: Replace with your own access key (channel token).
  • YOUR_ACCESS_SECRET: Replace with your own secret key.
  • Keep API keys and other credentials secure, and avoid exposing them externally.
Last modified on July 22, 2026