sms

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send

func Send(data SMSData) error

Send sends a text-message using Twilio

Types

type SMSData

type SMSData struct {
	AccountSID string `json:"accountSID"`
	AuthToken  string `json:"authToken"`
	ToNumber   string `json:"toNumber"`
	FromNumber string `json:"fromNumber"`
	Body       string `json:"body"`
}

Jump to

Keyboard shortcuts

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