A quickstart tutorial to teach users to use RingCentral SMS API. The following topics are included:
- How to send SMS
- How to send MMS
- How to track delivery status of messages
- How to retrieve and modify message history
- How to receive and reply to SMS messages
composer install
yarn install
cp .env.sample .env
Edit .env
php send-sms.php
php send-mms.php
php track-status.php
php retrieve-modify.php
php receive-reply.php
yarn docs