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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ The options array `$options` has the following keys:
75
75
$SMS->sendPremium($options);
76
76
```
77
77
The options array `$options` has the following keys:
78
+
-`message`: SMS content. `REQUIRED`
79
+
-`to`: A single recipient or an array of recipients. `REQUIRED`
80
+
- array of recipients contains
81
+
-`from`: Shortcode or alphanumeric ID that is registered with Africa's Talking account.
78
82
-`keyword`: Value is a premium keyword `REQUIRED`
79
83
-`linkId`: "This is used for premium services to send OnDemand messages. We forward the linkId to your application when the user sends a message to your service. `REQUIRED`
80
84
-`retryDurationInHours`: "It specifies the number of hours your subscription message should be retried in case it's not delivered to the subscriber"
0 commit comments