REST API · SMS / MMS / IVR · Polish support

SMS API, MMS & voice
for Polish businesses.

REST API with 7 endpoints, Bearer authentication and DLR webhooks — plus a full platform for bulk SMS, MMS and voice messaging (IVR/TTS). Your customers don't forget. Ever.

15+
Years on the market
100M+
Messages sent
30+
Countries supported
99%
Platform uptime
P
PRZYPOMINAMY
+48 690 830 000
Dear Customer, your appointment with Dr. Smith is scheduled for tomorrow at 2:00 PM. To cancel, reply STOP.
today, 9:15 AM
OK, I confirm the appointment ✓
today, 9:18 AM
Great! See you there. The clinic is at 12 Main Street, Warsaw.
today, 9:18 AM
SMS
MMS
IVR/TTS
📨
Just sent
1,248 messages
📈
Read rate
98.3% opened

How does the platform work?

Three simple steps stand between you and effective communication with thousands of customers at once.

1

Create a template

Prepare your SMS or MMS content, or design an IVR voice scenario. Use variables like {Name} or {Date} to personalize every message.

2

Select recipients

Import your phone number list from a CSV file or use an existing database. The platform supports messaging to all Polish mobile networks and 30+ countries.

3

Send and monitor

Schedule your campaign for a specific time or launch it immediately. Track delivery statuses, customer replies and generate real-time reports.

Three channels, one platform

Reach your customers via SMS, MMS and voice messages. Whether they have a mobile phone or a landline.

💬

SMS

Bulk SMS messaging with personalization and two-way communication. Messages reach all Polish mobile networks within seconds.

  • Personalization with variables {Name}, {Amount}, {Date}
  • Two-way communication: recipients can reply
  • Import phone number lists from CSV files
  • Custom sender ID (Shortcode or sender name)
  • Quiet hours: control when messages are sent
  • Multi-part SMS for longer messages
🖼️

MMS

Rich messages with images, video and text. Perfect for marketing campaigns, discount coupons, e-tickets and mobile newsletters.

  • SMIL templates: any combination of images and text
  • Delivery to all Polish mobile networks
  • Discount codes and e-tickets as images
  • Files up to 300 KB per MMS
  • Preview before sending
  • Bulk or individual messaging
📞

IVR / TTS

Automated voice calls with text-to-speech (TTS). Reach landline subscribers with personalized reminders and notifications.

  • TTS text-to-speech in Polish
  • IVR scenarios: respond to keypad input
  • Support for landline and mobile phones
  • Automatic retry on no answer
  • IVR redirect reporting
  • Session recording (optional)

Who uses the platform?

Proven solutions for businesses across industries that need effective, large-scale customer communication.

🏥

Healthcare

Automated appointment reminders, check-up notifications and vaccination alerts. Reduce no-shows by up to 40%.

🏦

Banking & Finance

Payment reminders, account balance notifications, debt collection messages and loan promotional campaigns.

🛒

E-commerce & Retail

Order confirmations, delivery status updates, MMS discount codes, loyalty programs and promotional campaigns.

Debt collection

Effective overdue payment reminders with two-way communication. Customers can immediately ask about invoice details.

📺

Media & Entertainment

Push notifications for new content, subscription renewal reminders, rich MMS campaigns for TV channels and streaming platforms.

🏢

HR & Enterprise

Employee notifications, meeting reminders, booking confirmations and large-scale internal communications.

Full control over your campaigns

Delivery reports, campaign scheduling, number list imports and API integration. All from a single dashboard.

Campaign reports. Preview
CampaignTotalSentStatus
April campaign12,45012,448 active
Payment reminder3,2003,200 completed
March appointments870865 completed
Promo MMS5,1000 scheduled
21,620
Messages sent
99.8%
Delivery rate
📊

Real-time reporting

Track the status of every campaign. How many messages were sent, delivered or are pending. Export data to CSV at any time.

🔄

Two-way communication

Recipients can reply to your SMS messages. The platform collects responses and presents them in a clear report.

⏱️

Campaign scheduling

Schedule campaigns in advance. Set quiet hours (e.g. 10 PM – 6 AM). The platform will automatically pause and resume delivery.

👥

Multi-account management

A hierarchical account structure lets you manage multiple companies or departments from one place, with separate reports and shortcodes.

🔌

API integration

A full REST API enables integration with your CRM, ERP system or online store. Documentation available online.

SMS API: 7 endpoints, JSON, Bearer token

REST API for programmatic SMS, MMS and voice messaging. Six stable endpoints, Bearer authentication, DLR webhooks. Full docs at /api and /api/docs (Redoc / OpenAPI 3.1).

Send SMS, API example
// POST https://api.przypominamy.com/v1/sms
curl -X POST https://api.przypominamy.com/v1/sms \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{'
    "to": "+48512345678",
    "from": "CLINIC",
    "message": "Appointment tomorrow at 10 AM",
    "date": "2026-03-11T08:00:00Z"
  '}'

// Response:
{
  "success": true,
  "data": {
    "count": 1,
    "messages": [{
      "id": "msg_abc123",
      "to": "+48512345678",
      "status": "queued",
      "parts": 1,
      "cost": 0.15
    }]
  }
}
1

6 REST endpoints

SMS, bulk SMS, MMS, VMS, HLR, balance. Bearer token authentication. OpenAPI 3.1 spec as openapi.json.

2

DLR & incoming SMS webhooks

Delivery reports (delivered/failed/expired) and incoming SMS — POST JSON to your endpoint, fire-and-forget.

3

Bulk up to 10,000 recipients

One POST to /v1/sms/bulk — same content to 10k or 100 with individual messages.

4

Rate limit 100/min, idempotency

Default 100 req/min. The idx field returns in webhooks — easy to correlate reports with your entities.

Integrate in three languages

The same endpoint POST /v1/sms, three popular HTTP clients. All examples and full documentation in Redoc.

curl
curl -X POST https://api.przypominamy.com/v1/sms \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+48600123456",
    "message": "Hello"
  }'
Python (requests)
import requests

resp = requests.post(
  "https://api.przypominamy.com/v1/sms",
  headers={"Authorization": f"Bearer {TOKEN}"},
  json={"to": "+48600123456",
      "message": "Hello"},
)
print(resp.json())
Node.js (fetch)
const res = await fetch(
  'https://api.przypominamy.com/v1/sms', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${TOKEN}`,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    to: '+48600123456',
    message: 'Hello'}),
});

Leading brands trust us

From banks and retail chains to media and healthcare. The platform serves businesses across Poland and international markets.

No subscription. Pay per message

Top up your account with any amount; each SMS is billed individually. The higher your volume, the lower the price per message.

Promotion: up to -40% on SMS: prices valid until end of month
00days
:
00hrs
:
00min
:
00sec
-25%

Starter

Perfect for small businesses and testing the platform.

0.20 PLN
0.15 PLN
per SMS · min. top-up 100 PLN
  • Up to 10,000 SMS per month
  • SMS templates
  • Basic reporting
  • CSV import
  • Email support
Create account

Enterprise

For large organizations and operators with custom requirements.

Custom
pricing based on volume
  • Volume-based negotiated pricing
  • Dedicated account manager
  • SLA and delivery guarantee
  • Multi-account and sub-accounts
  • Custom system integration
  • International market support
Request a quote

Your first SMS campaign in 10 minutes

Create an account, import your number list and launch your campaign. No contracts, no subscription. Promotional prices valid until end of month.

Place an order, AI will prepare your quote

Fill out the form and our AI assistant will analyze your needs and send a personalized quote to your email within minutes.

🤖

AI Assistant

Click the chat icon (↘) to talk with our assistant before placing your order. It will answer all your questions in real time.

📧

Email

[email protected]

We respond within 24 business hours

🔐

Client panel

panel.przypominamy.com

Access for registered customers

🌍

Coverage

All EU countries (27 states), Australia, United Kingdom.

1
Contact details
2
Services & volume
3
Summary
⚠ Please fill in the required fields: full name, email and company name.
⚠ Please select at least one service and your estimated volume.
up to 10K
10–50K
50–200K
200K–1M
1M+
Not sure
🤖 The AI assistant will analyze your needs and send a personalized offer with a recommended plan and estimated pricing.
✉️ After clicking "Request AI quote", our AI agent will prepare a personalized offer and send it to your email within minutes.

Your quote is on its way!

Our AI agent has analyzed your order and sent a personalized quote to .

Check your inbox (and spam folder). We will also reach out to you directly within 24 hours.

Przypominamy.com – bulk SMS, MMS and IVR platform logo
Przypominamy Assistant ● Online. Replies instantly
Hi there! 👋 I'm the Przypominamy.com platform assistant.

I can help you choose the right plan, explain how the API works, or answer questions about SMS, MMS and IVR. How can I help?
now