Skip to main content
The First Step
January 31, 2025
Question

What is a Chat ID

  • January 31, 2025
  • 3 replies
  • 308 views

What is a chat id and how do I find it?

I am trying to create a task automatically when a new form is submitted on our website.

It’s asking for
chatId*

Internal identifier of a chat
 

    3 replies

    The First Step
    January 31, 2025

    Just to clarify, this is what I’m inquiring about

    https://developers.ringcentral.com/api-reference/Tasks/createTaskNew

     

    ByrneReese
    Community Manager
    Product Manager
    January 31, 2025

    @Kelly2512338036 The chat ID is found by calling the list chats endpoint. Each chat as you can imagine has a unique ID. You can also find a chat ID manually by doing the following:

    1. Open a team/chat in our desktop app
    2. Open the more menu, and select Copy team link
    3. The link will look something like this: https://app.ringcentral.com/l/messages/74508763142
    4. The chat ID should be 74508763142.
    The First Step
    January 31, 2025

    Thank you!