You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of the quickstart guide is to provide simple examples focused on one goal. For example, sending an SMS, handling an incoming SMS webhook or making a Text to Speech call.
3
+
The purpose of the quickstart guide is to provide simple examples focused on one goal. For example, sending an SMS, receiving an SMS via an incoming SMS webhook or making a Text to Speech call.
4
4
5
5
## Configure with Your Nexmo API Keys
6
6
@@ -11,14 +11,37 @@ For some of the examples you will need to [buy a number](https://dashboard.nexmo
11
11
12
12
## Examples
13
13
14
+
### SMS
15
+
16
+
| Code Sample |
17
+
| ---------------------------------------- |
18
+
|[Send an SMS](sms/send-sms.php)|
19
+
|[Receive an SMS](sms/receive-sms.php)|
20
+
|[Receive a Delivery Receipt](sms/receive-delivery-receipt.php)|
21
+
14
22
### Voice
15
23
16
-
*[Text to Speech outbound call](voice/text-to-speech-outbound.php)
24
+
| Code Sample |
25
+
| ---------------------------------------- |
26
+
|[Make a Phone Call](voice/text-to-speech-outbound.php)|
27
+
|[Receive a Phone Call](voice/text-to-speech-inbound.php)|
0 commit comments