package
Version:
v1.5.1
Opens a new window with list of versions in this module.
Published: Jun 20, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Send sends a text-message using Twilio
type SMSData struct {
AccountSID string `json:"accountSID"`
AuthToken string `json:"authToken"`
ToNumber string `json:"toNumber"`
FromNumber string `json:"fromNumber"`
Body string `json:"body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.