Send your messages
securely

Your security is our priority. We use end-to-end encryption to ensure your conversations stay private and secure.

Why choose us?

Discover the benefits that make our platform the ideal choice for secure messaging.

Maximum security

We use the latest end-to-end encryption technologies to keep your messages safe from prying eyes.

Instant delivery

Send and receive messages instantly, without delay. Our infrastructure is optimized for speed and reliability.

Developer API

Easily integrate our messaging service into your applications with a simple, powerful, well-documented API.

Documentation

Built for developers

We provide robust tools and complete documentation for seamless integration into your projects.

require "net/http"
require "json"

uri = URI("https://twistsms.izeesoft.com/developer/send_sms")
request = Net::HTTP::Post.new(uri)
request["Authorization"] = "Bearer YOUR_API_KEY"
request["Content-Type"] = "application/json"
request.body = {
  to: "+23512345678",
  message: "Hello World!"
}.to_json

response = Net::HTTP.start(uri.hostname, uri.port, use_ssl: true) do |http|
  http.request(request)
end

puts response.body

Documentation

Complete guide with examples and use cases for each supported language.

Free trial

Try our API for free with 100 messages included in your trial.

24/7 Support

Our technical team is available 24/7 to assist you.

Support: All programming languages
Documentation: Complete & Interactive
Support: 24/7

Contact us

We are here to help. Contact us for any questions or support requests.

Contact information

Address

N'Djamena, Chad

Business hours

Monday - Friday: 8:00 AM - 5:00 PM

Technical support available 24/7

Need quick help?

Our technical team is available 24/7 to help you integrate our API.

Response guaranteed within 2 hours

Send us a message

We will get back to you as soon as possible

We will get back to you as soon as possible

Your data is protected