require 'bandwidth_messaging'
include BandwidthMessaging
messaging_client = BandwidthMessagingClient.new()
messaging_controller = messaging_client.client
body = MessageRequest.new
body.application_id = "123"
body.to = ["+18888888888", "+17777777777"]
body.from = "+19999999999"
body.text = "Greetings from Bandwidth!"
messaging_controller.create_message("456", body)
Bandwidth APIs and SDKs make it quick and easy to build powerful communication services. Learn more at our developer docs.
Give your developers access to powerful network capabilities
Bandwidth gives you access to carrier-grade features and a powerful network. Our APIs support whatever language you’ve built your software on, including PHP, Node.js, Ruby, C#, Java, and Python, allowing you to easily embed communications without having to start from scratch. Visit our Developer site to learn more.
Explore Dev Docs