Grokify
Grokify

Reputation: 16354

How can I deep link to a Glip team?

I would like to deep link to a Glip team and previously used the URL format used by the Glipped project, however it no longer works. Instead of taking me to the chat specified by the chatId, I would get navigated to the latest open chat I have. Is this a bug or is there a new URL for this?

Update: The Glipped project has now been updated with the link format in the answer below: https://github.com/ringcentral/Glipped/pull/5

Upvotes: 0

Views: 178

Answers (1)

Grokify
Grokify

Reputation: 16354

Instead of using the path parameter, use the query string parameter as follows. Here, groupId is the same as the chatId in the question above.

  • https://app.glip.com/chat/r?groupid={groupId}

Upvotes: 0

Related Questions