简体   繁体   English

如何在 RingCentral 上创建自动短信机器人

[英]How to create an auto SMS bot on RingCentral

我希望我的应用程序在拨打电话后发送自动短信,包括摘要,例如交货或发票简单摘要。

If you want to automate your SMS service after a call you can use any programming language of you choice.如果您想在通话后自动化您的 SMS 服务,您可以使用您选择的任何编程语言。 RingCentral offers APIs for both call and sms text messages and you can implement that automation through coding. RingCentral 为呼叫和短信文本消息提供 API,您可以通过编码实现该自动化。

You can start reading API reference first to start with.您可以先开始阅读 API 参考。

Check the call API docs here:在此处查看调用 API 文档:

https://developers.ringcentral.com/api-reference/Call-Control/createCallOutCallSession . https://developers.ringcentral.com/api-reference/Call-Control/createCallOutCallSession

And sending SMS API here并在此处发送短信 API

https://developers.ringcentral.com/api-reference/SMS/createSMSMessage https://developers.ringcentral.com/api-reference/SMS/createSMSMessage

If you use Java, you can first call via API and than use SMS API including the invoice summary and implement it via Java SDK .如果您使用 Java,您可以先通过 API 调用,然后使用包括发票摘要的 SMS API 并通过 Java SDK实现它。

RingCentral already have different SDK and you can use those to implement the automation. RingCentral 已经有不同的SDK ,您可以使用它们来实现自动化。

Ref https://developers.ringcentral.com/guide/sdks参考https://developers.ringcentral.com/guide/sdks

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM