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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,23 @@ You can also access this via the Facade as well:
111
111
$sdk = Twilio::getTwilio();
112
112
```
113
113
114
+
##### Pass as many optional parameters as you want
115
+
116
+
If you want to pass on extra optional parameters to the `messages->sendMessage(...)` method [from the Twilio SDK](https://twilio-php.readthedocs.io/en/latest/api/rest.html#Services_Twilio_Rest_Messages::sendMessage), you can do so
117
+
by adding to the `message` method. All arguments are passed on, and the `from` field is prepended from configuration.
0 commit comments