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
instructions: "The number sending the SMS message"|t,
22
+
id: 'twilio_from_number',
23
+
name: 'settings[serviceSettings][twilio][from]',
24
+
value: settings.from
25
+
}) }}
26
+
27
+
{{ forms.textField({
28
+
label: "To Number"|t,
29
+
instructions: "The number receiving the SMS message"|t,
30
+
id: 'twilio_to_number',
31
+
name: 'settings[serviceSettings][twilio][to]',
32
+
value: settings.to
33
+
}) }}
34
+
35
+
{{ forms.textField({
36
+
label: "Media URL"|t,
37
+
instructions: "The URL of the media you wish to send out with the message. gif , png and jpeg content is currently supported and will be formatted correctly on the recipient's device."|t,
0 commit comments