twilio-sms-tutorial

command module
v0.0.0-...-4896cf3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2025 License: Unlicense Imports: 8 Imported by: 0

README

Twilio

Blog post here: https://www.twilio.com/blog/2017/09/send-text-messages-golang.html

Code sample here: https://github.com/alainakafkes/twilio-sms-tutorial

Dashboard here: https://www.twilio.com/console/sms/dashboard

Docs here: https://www.twilio.com/docs/sms/send-messages

Example curl

curl 'https://api.twilio.com/2010-04-01/Accounts/[account id]/Messages.json' -X POST \
--data-urlencode 'To=[phone number]' \
--data-urlencode 'MessagingServiceSid=[sid]' \
--data-urlencode 'Body=hello world' \
-u [account id]:[auth token]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL