Skip to main content

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
 

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

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

 


@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.

Thank you!


Reply