Questions tagged [glip]
18 questions
3
votes
1 answer
Team creation with C# for RC glip
We are trying to use C# code to create team in Glip.
I already referred to this article:
https://medium.com/ringcentral-developers/apis-for-ringcentral-team-messaging-tasks-a-brief-intro-4a2c38c8ce2d
Though it has Glip APIs references but not…

Chaitali
- 33
- 4
3
votes
1 answer
Notification for RingCentral Glip
We need the get notifications of new unread messages in Glip. I tried to find this in the API documentation but do not see. Anyone know if that is available?

Brad
- 31
- 1
2
votes
1 answer
How to update a Glip chatbot's name or avatar icon after it's been added to a team?
I have created and added my Glip bot to my Glip team, during which time the icon and name was chosen.
In Glip, I can change my own icon and name by clicking on the profile, but I cannot modify the bot's profile.
I was wondering if I can update the…

Grokify
- 15,092
- 6
- 60
- 81
1
vote
1 answer
RingCentral ERROR 503: The request could not be satisfied
We are trying to download attachments from RingCentral (Glip), however, we have noticed that the download URL has been changed during the last couple of days. We have tried using the Bearer Token with the new download URL to download the files,…

Globanet RD
- 11
- 1
1
vote
1 answer
How to send messages on RingCentral programmatically?
I'm trying to create a program that sends messages to groups from time to time. If I'm not mistaken, the only API I see that send messages is "Create Post" which is the "Team Messaging" section. This API uses Glip permission. The test messages that…

Dragon Warrior
- 307
- 3
- 16
1
vote
1 answer
Create a task programmatically in RingCentral
I can create a post to Glip with the following code:
$AddPostHeader = @{'Content-Type' = 'application/json';'Authorization'='Bearer ' + $token}
$AddPostURL = 'https://platform.devtest.ringcentral.com/restapi/v1.0/glip/chats/' +…

ajspacemanspiff
- 478
- 1
- 10
- 21
1
vote
1 answer
How to associate RingCentral call data and Glip post data by user?
How can I associate the call data from the RingCentral API to the user data in the Glip API. As far as I can tell, the only overlap is the proper names located in the call logs to and from fields (which aren't always present), which can be mapped…

Grokify
- 15,092
- 6
- 60
- 81
1
vote
0 answers
Webhook not firing consistently for RingCentral Glip posts
I have successfully created a Glip bot in the sandbox and registered the corresponding webhooks, following the instructions found here: https://ringcentral-api-docs.readthedocs.io/en/latest/glip_bots/
When testing in the sandbox, I only get a…

piisexactly3
- 779
- 7
- 16
1
vote
2 answers
RingCentral Glip webhook not supporting unusual characters received via email
I'm trying to send data to RingCentral Glip using their webhook process from php on Linux.
What I'm actually doing is processing incoming mail messages and reformatting them into a Glip message format and then submitting them via the Glip…

Stephen Wilkey
- 21
- 3
1
vote
1 answer
Developing a Glip RingCentral web app
I'm looking through the documentation and developer process around developing a Glip app but most of the information seems geared toward the old RingCentral apps. For instance, in the RingCentral blog…

piisexactly3
- 779
- 7
- 16
1
vote
2 answers
Does the Glip chat API support image (photo) attachments?
I'm using the Glip API to post messages. I can post images from the Glip UI but I don't see an option to post images. Does anyone know how to do this?
Glip API: https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGlipCreatePost

Grokify
- 15,092
- 6
- 60
- 81
0
votes
1 answer
Is there an API for sharing an attachment in RingCentral Glip?
I want to build an app that can monitor one Glip team for posts including screenshots and then post that message to another Glip team. I can read a post, download an attachment and repost / upload it, but is there a way to simply share an existing…

Grokify
- 15,092
- 6
- 60
- 81
0
votes
1 answer
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…

Grokify
- 15,092
- 6
- 60
- 81
0
votes
1 answer
How to get enable Glip Create Data Export Task API access rights?
I received the following Access Rights error when attempting to create a Glip Compliance Export. How can I get these access rights / permissions?
Glip Create Data Export Task…

Grokify
- 15,092
- 6
- 60
- 81
0
votes
1 answer
How can I search for team members and add/remove from Glip teams?
I need to find organization members and add/remove them from Glip teams.
There is also an API to update Group members using the personId and email properties, but no info on how to search or get a list of personIds for the organization.
Edit Group…

Grokify
- 15,092
- 6
- 60
- 81