Swedish site
SMS Gateway service icon

Integrate SMS in your system with one of the most powerfull SMS Gateway on the market

SMS Gateway from iP1sms lets you access a ton of SMS functionality, accessible through different protocols, depending on your specific needs.

Free trial account

We give you the opportunity to easily send SMS from your own software worldwide in a modern and secure way, of course with free delivery reports - this means in practice an SMS Gateway with full global coverage.

SMS Integration services from iP.1

What is an SMS Gateway?

An SMS Gateway can be described as a hub where communication from different technical systems can meet and be interpreted to be useful regardless of which direction the communication goes.

With the help of our SMS Gateway and our APIs you can implement SMS functionality, regardless of area of use, in your existing systems/applications.

Send and receive SMS

With our virtual numbers, you can create a two-way communication path in your own software. You can also collect information for our integrated contact API by sending keywords via SMS to a virtual number.

In our webshop, you can easily order a virtual number with a Swedish country code (+46). Do you need a number with a different country code? contact us for more information.

Save time and money!

An efficient SMS Gateway also requires efficient payment solutions. We offer post-invoicing in the form of a monthly subscription with a favorable unit price and also a balance model, similar to a prepaid card where you can easily top up your balance via our apps or through the webshop.

For large volumes, you are more than welcome to contact us and we will send you a proposition.

Loads of functionality

Our SMS Gateway is filled with functionality so that you can automate the entire SMS flow!

  • Integrated blacklist
  • Scheduling
  • 2FA
  • Priority systems
  • Contact system
  • Smart templating
  • Opt-out
  • Two-way SMS-traffic
  • Mail2SMS
  • Flash SMS
  • Time windows
  • Integrated landing pages
  • SMS Surveys

As simple as that!

Create a free development account, paste the code from our code examples and start sending SMS!

With the help of our detailed documentation page, you can easily create an automatic SMS flow in your own system or software in no time.

A secure SMS Gateway

A Secure SMS Gateway play a crucial role in maintaining the confidentiality, integrity and reliability in SMS as a communication channel which is one of our main focuses!

Do you need support?

No problem! Our development team is ready to guide you in your integration, just give us a call or send us an e-mail and we will help you.

using (var client = new HttpClient()) { client.BaseAddress = new Uri("https://api.ip1sms.com/v2/"); client.DefaultRequestHeaders.Accept.Clear(); client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "API Key"); var sms = new { Sender = "iP1", Recipients = new List() { "46712345678" }, Body = "Test message rest v2" }; HttpResponseMessage response = await client.PostAsJsonAsync("batches", sms); }
$message = array( 'sender' => 'iP1', 'recipients' => ['46712345678'], 'body' => 'Test message rest v2', ); $jsonEncodedMessage = json_encode($message); $options = array( 'http' => array( 'header' => array( 'Content-Type: application/json', 'Authorization: Bearer ' . 'API key', 'Content-Length: ' . strlen($jsonEncodedMessage) ), 'method' => 'POST', 'content' => $jsonEncodedMessage, ) ); $context = stream_context_create($options); $response = file_get_contents('https://api.ip1sms.com/v2/batches', false, $context);

Do you want help with integration?

Do you want help with integrating SMS in your app or on your website? No problem, we offer advantageous consulting when it comes to integration of our APIs, contact us for a proposition or if you have other questions about integration.

Contact us for more info
ikon för konsol SMS Gateway

Some of those who integrated SMS from iP1sms

Pinewood integrerar SMS från ip1sms Astra Web integrates SMS from ip1sms Besched integrates SMS from ip1sms Broadview integrates SMS from ip1sms Gardeco integrates SMS from ip1sms HRMsoftware integrates SMS from ip1sms IOLTool integrates SMS from ip1sms Saloonbooking integrates SMS from ip1sms Skibar systems integrates SMS from ip1sms TietoEvry integrates SMS from ip1sms Unikum integrates SMS from ip1sms Systemhouse Solutions integrates SMS from ip1sms Tersus skolsystem integrates SMS from ip1sms Flex Applications integrates SMS from ip1sms

"In our staffing and schedule planning system, Flex HRM Plan, the supervisor or a manager can send out a work shift request via SMS to the employees, who respond with an SMS whether they can take the passport or not. If the answer is yes, the work shift is automatically added to the system. It works great!"

Lena Eriksson - Marketing Communicator, Flex Applications

Automate SMS sendings

You can easily connect our SMS Gateway with daily routines, such as automatic SMS confirmations on booked visits, automatic generation of passwords via SMS, two-factor authentication via SMS, SMS reminders for unpaid invoices and much more. With a smart and powerful MFA API, most things become possible. Create a free developer account and get started right away!

SMS sendings with different sender IDs

With our SMS Gateway, you can easily connect different senders to different areas, for example one for appointments, one for password management and so on. Here you create your own smart integrated SMS application with lots of powerful functions.

Time-controlled SMS reminders

Our SMS Gateway has functions that lets you decide exactly when you want SMS to leave your system. Our APIs are stable and secure regardless of programming language and is built to be easy to get started with. We provide you with sample code that can be used to quickly get started with the connection to our SMS Gateway. You can also manage and send larger SMS via our web application with one and the same account.