简体   繁体   中英

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. RingCentral offers APIs for both call and sms text messages and you can implement that automation through coding.

You can start reading API reference first to start with.

Check the call API docs here:

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

And sending SMS API here

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 .

RingCentral already have different SDK and you can use those to implement the automation.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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