Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 69dd759

Browse files
Update send_notifications.5.x.rb
1 parent 7d188ac commit 69dd759

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quickstart/ruby/sms/example-1/send_notifications.5.x.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
# To set up environmental variables, see http://twil.io/secure
55
account_sid = ENV['TWILIO_ACCOUNT_SID']
6-
auth_token = 'yyyyyyyyyyyyyyyyyyyyyyyyy'
6+
auth_token = '23d7b2c6345ff4626faa029c56e13dea'
77
client = Twilio::REST::Client.new(account_sid, auth_token)
88

9-
from = '+15551234567' # Your Twilio number
10-
to = '+15555555555' # Your mobile phone number
9+
from = '+18316618357' # Your Twilio number
10+
to = '+5511991016261' # Your mobile phone number
1111

1212
client.messages.create(
1313
from: from,
1414
to: to,
15-
body: "Hey friend!"
15+
body: "Hey friend! Its a test, smile"
1616
)

0 commit comments

Comments
 (0)