Skip to main content

// For the purpose of testing the code, we put the SMS recipient number in the environment variable. // Feel free to set the SMS recipient directly. RECIPIENT = Environment.GetEnvironmentVariable("SMS_RECIPIENT");

 

I’m using this code (c#).  Can I send to group?  I need to send to several phone numbers.

Check out this dev guide sample code. See the implementation in the send_sms() method.


Reply