Answered

How to get current workspace name?

  • 9 December 2020
  • 2 replies
  • 59 views

Badge +1

we can get workspace_id from request body. where we can get the wokspace name? any API available?

icon

Best answer by Alexandra P 9 December 2020, 16:41

View original

2 replies

Hey @rajabdeen​ 

 

When a user installs your Intercom integration you will have to use Oauth to authenticate them. After trading the Intercom authorization code for an access token, you will receive the workspace_id as well as the Application name in the response.

 

I believe the application name is what you are looking for?

Badge +1

@alexandra p​ ok. But even in development environment, i am getting workspace_id, what im missing is only workspace name. If i got u correctly, i would get the details once i publish the app only.

Reply