Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.03 KB

File metadata and controls

45 lines (32 loc) · 1.03 KB

SMS API PHP Quickstart

Community Twitter

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

Setup

composer install
yarn install
cp .env.sample .env

Edit .env

Run demo code

php send-sms.php
php send-mms.php
php track-status.php
php retrieve-modify.php
php receive-reply.php

Generate docs

yarn docs