问题标签 [ringcentral-webhooks]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
227 浏览

javascript - RingCentral JavaScript SDK,WebHook 以不正确的 HTTP 状态响应。HTTP 状态为 405

当给出以下配置时,它的返回总是 WebHook 以不正确的 HTTP 状态响应。HTTP 状态为 405。

这是 webhook 配置:

这是我的 Django webhook 网址:

提前致谢

0 投票
2 回答
240 浏览

webhooks - RingCentral Glip webhook 不支持通过电子邮件收到的异常字符

我正在尝试使用 Linux 上的 php 中的 webhook 进程将数据发送到 RingCentral Glip。

我实际上在做的是处理传入的邮件消息并将它们重新格式化为 Glip 消息格式,然后通过 Glip webhook 提交它们。
但我遇到了似乎是字符集兼容性问题。

我不完全确定 Glip 支持什么字符集,但我尝试将其格式化为 UTF-8,当我提交它时,消息永远不会被发布。

如果我只使用纯 ASCII 字符,则消息发布没有任何问题。

有谁知道 Glip 需要什么格式?
是否有任何现有的代码库可供人们使用 PHP 将文本转换为该格式?

0 投票
0 回答
107 浏览

webhooks - 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 webhook payload about 50% of the time when the bot is spoken to in a conversation. I would expect to get one every time, since the bot has a subscription for posts, and is a member of that group. Additionally, if the subscription wasn't working at all, I would expect to get it 0% of the time. Literally the same text will trigger it once, but not the second time.

I determined that there was nothing wrong with the endpoint by using Postman to simulate webhooks. Every time I created a simulation, the bot became aware of the post and responded accordingly. So it isn't the endpoint. It would appear that RingCentral Glip is not calling the endpoint every time it should.

It could potentially be a sandbox issue but I don't see any documentation that supports that theory. The specific event that's not firing every time is "/restapi/v1.0/glip/posts". As I continue to investigate I thought I'd reach out to see if anyone else experienced this issue, or has suggestions on how to debug.

0 投票
1 回答
65 浏览

node.js - 特定电话号码的即时消息事件

我正在使用 ringcentral API 上的订阅端点为即时消息 (SMS) 创建 webhook 订阅。即时消息 Webhook 文档

/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store/instant?type=SMS

可以创建订阅以接收来自特定分机号码的消息。是否可以为特定电话号码而不是分机中的所有号码创建订阅?

0 投票
0 回答
44 浏览

ringcentral - 如何满足 RingCentral 应用毕业过程中的“media/message-store”API 调用要求?

我正在申请 RingCentral 的生产毕业要求程序。

我的应用程序通过了所有必需的 API 调用,除了一个:“media/message-store”。我不确定它是什么?以及它与传递的“扩展/消息存储”下的资源有何不同。

在进行 API 概述时,我没有看到像“媒体/消息存储”这样的部分。

我写在这里是因为 RingCentral 论坛从昨天开始就处于只读模式。

0 投票
1 回答
82 浏览

database - 有没有办法将 RingCentral 数据与承诺数据库集成?

有没有办法在我们的数据库中获取和加载 RingCentral 数据?我们可以使用 REST API 还是直接集成?

我正在尝试检索报告数据。

我如何才能获得访问令牌,它是由 RingCentral 生成的吗?

0 投票
0 回答
48 浏览

php - RingCentral API 在某些服务器上不起作用

您好,我正在使用 RingCentral API 发送 SMS 和 MMS 并遵循文档,但它在服务器上给了我错误,因为它在本地系统上运行良好。

“客户端错误:POST https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/sms导致400 Bad Request响应”。

0 投票
1 回答
28 浏览

node.js - RingCentral 订阅未接听任何通话活动

我在 Node.js 中运行。

成功订阅后,我的应用程序没有接听任何呼叫操作/account/~/telephony/sessions

我的代码:

运行后显示成功订阅的控制台输出(但之后没有任何内容) - 呼叫显示在沙盒呼叫日志中: