test
Modules
Module test
API
Definitions
Provides an API to send SMS notifications.
Copyconfigurable TwilioConfig twilioConfig = ?; error? sendSmsResult = notifications:sendSms(message, receiverNumber, twilioConfig);
configurable TwilioConfig twilioConfig = ?; error? sendSmsResult = notifications:sendSms(message, receiverNumber, twilioConfig);
function sendSms(string message, string mobileNumber, TwilioConfig twilioConfig) returns error?
Sends an SMS notification.
Twillio configurations
Import
import asmaj/test;
Metadata
Released date: over 1 year ago
Version: 1.0.1
Compatibility
Platform: any
Ballerina version: 2201.4.0
GraalVM compatible: Yes
Pull count
Total: 2
Current verison: 1
Weekly downloads
Other versions
1.0.1
Dependencies