تُرسل رسائل SMS من هاتفك المحمول الخاص.اكتشف كيف يعمل
PLATFORMAPI-first structureأجهزة آمنةإبراز التنفيذمراقبة الترايينات المتعددةالوثائق المغلقة
SMSMobileAPI /تحديثات النظام الأساسي

تطور المنتجات، موثق

كل تغيير ذي مغزى
خط زمني واضح واحد

(ج) تتبع القدرات الجديدة، وتحسينات البرامج، ومعالجات في جميع أنحاء منطقة API، ومستودعات الداما، والتطبيقات المتنقلة، والإدماجات.

إطلاقات منصة SMSMobileAPI عبر APIs، والتطبيقات المتنقلة، والإدماجات
مصدر التغير الحي
189النشرات العامة
29مجالات المنتجات
4أنواع التغيير
September 16, 2026آخر إصدار مسجل

تاريخ الإصدار

11 updates

جديدة أولا
2026

New API Endpoints for Log Deletion

New API endpoints are now available to permanently delete SMSMobileAPI activity logs directly through API requests.

You can now programmatically clear the following history categories:

SMS sent via API
SMS sent from the mobile device
Received SMS
المكالمات المفقودة
المكالمات الواردة
المكالمات الخارجية
Call rule execution history
Sent WhatsApp messages
Received WhatsApp messages
Sent emails
Mobile notifications

Dedicated deletion endpoints are now available for each log category:

/delete-history-sms-api/
/delete-history-sms-mobile/
/delete-history-sms-received/
/delete-history-calls-missed/
/delete-history-calls-incoming/
/delete-history-calls-outgoing/
/delete-history-call-rules/
/delete-history-whatsapp-sent/
/delete-history-whatsapp-received/
/delete-history-email/
/delete-history-notifications/

These new endpoints make it easier to automate log management, integrate cleanup operations into your own applications, and maintain better control over your SMSMobileAPI account data.

Note: Deleting the call rule execution history only removes the execution logs. Your configured call rules are not deleted.
يتعلم أكثر
#201

New Endpoint for Full SMS Conversation History

We added a powerful new endpoint, /conversation/sms/list/, to make SMS conversation retrieval easier and more structured. You can now list conversations by phone number, view both incoming and outgoing messages in one timeline, filter results by number or date, and use resume mode for quick conversation previews. The endpoint also supports both received and sent as conversation starting points and automatically adjusts outgoing message dates based on the message time zone when available.
يتعلم أكثر
#190

New endpoint to list SMS sent from the mobile device

تتوفر الآن نقطة نهاية جديدة:https://api.smsmobileapi.com/log/sent/frommobile/
يتيح لك ذلك عرض قائمة برسائل SMS المرسلة من الجهاز المحمول والمتزامنة مع SMSMobileAPI.
تدعم نقطة النهاية عوامل تصفية مثل التاريخ والفترة ورقم الهاتف ومعرف الهاتف المحمول ومحتوى الرسالة والفرز والحد.
تتوفر هذه الميزة بدءًا من إصدار Android 4.1.20، وهي غير مفعلة افتراضيًا، وتعيد البيانات من آخر 7 أيام فقط.
جميع البيانات المتزامنة مجهولة المصدر وسرية.
SMS sent through the standard https://api.smsmobileapi.com/sendsms/ endpoint may also appear in this log because they are sent from the mobile device.
يتعلم أكثر
#189

Official Call Management API Documentation is Now Available

لقد نشرنا الوثائق الرسمية لنقاط نهاية إدارة المكالمات في SMSMobileAPI.

تغطي الوثائق الجديدة واجهات برمجة التطبيقات (APIs) الخاصة بما يلي:

المكالمات المفقودة

المكالمات الواردة التي تم الرد عليها

المكالمات الخارجية

يتضمن تفاصيل نقطة النهاية، والمصادقة، والمعلمات، والترقيم، والتصفية، والفرز، وتنسيقات الاستجابة، وأمثلة لمساعدتك في دمج بيانات المكالمات في لوحة التحكم الخاصة بك، أو نظام إدارة علاقات العملاء، أو سير العمل الآلي.

الوثائق الرسمية:https://smsmobileapi.com/doc-call/
يتعلم أكثر
#170
2025

/missedcall/list/

🚀 New API available!
يمكنك الآن إدراج المكالمات الفائتة مباشرة من هاتفك المحمول باستخدام نقطة النهاية الجديدة:
https://api.smsmobileapi.com/missedcall/list/

This API allows you to:
- استرداد المكالمات الفائتة بواسطة `apikey`
- البحث بالرقم أو الاسم
- تصفية حسب نطاق التاريخ (اليوم أو الفترة)
- ترقيم النتائج باستخدام `offset` و`limit`

ابدأ بالتكامل اليوم وقم بأتمتة كيفية التعامل مع المكالمات الفائتة!
يتعلم أكثر
#150

New endpoint pour SMS API - Mark SMS Messages Received as Read

Now you can mark each SMS Messages Received as Read

This API endpoint is used to mark one or multiple received SMS messages as read in the API status only.
This means the read status is updated on the API side, helping you filter out already processed messages when using the onlyunread=yes filter.

مهم:
This action does not affect the read status on the smartphone itself — the change applies only to the API status, not to the messaging app or system status on the device.

نقطة النهاية: GEThttps://api.smsmobileapi.com/getsms/set-read/
يتعلم أكثر
#90

Enhancements to SMS Received Endpoint (GET https://api.smsmobileapi.com/getsms/)

Two new optional query parameters have been added to improve SMS retrieval filtering:

after_timestamp_unix (اختياري):
Provide a UNIX timestamp (in seconds) to retrieve only the SMS received after that specific moment.
يعد هذا مفيدًا للجلب التدريجي، مما يسمح للعملاء بمزامنة الرسائل الجديدة فقط منذ طلبهم الأخير.

مثال:
يحصلhttps://api.smsmobileapi.com/getsms/?after_timestamp_unix=1715780400

فقط غير المقروء (اختياري):
اضبط هذه المعلمة على "نعم" لاسترداد رسائل SMS فقط التي لم يتم وضع علامة عليها كمقروءة عبر واجهة برمجة التطبيقات (API) بعد.
يساعد هذا على منع إعادة معالجة الرسائل التي تمت معالجتها بالفعل.

مثال:
يحصلhttps://api.smsmobileapi.com/getsms/?onlyunread=yes

Both parameters can be combined to retrieve only new and unread SMS since a specific timestamp.

مثال على الاستخدام المشترك:
يحصلhttps://api.smsmobileapi.com/getsms/?after_timestamp_unix=1715780400&onlyunread=yes
يتعلم أكثر
#89

New parameter added for SMS encryption at recipient side

GET / POST: encrypt_message (القيمة = نعم)
تمت إضافة معلمة اختيارية جديدة إلى وظيفة encrypt_message لتمكين تشفير الرسالة عند قراءتها بواسطة المستلم.
تعمل هذه الميزة على تعزيز الأمان الشامل من خلال ضمان عدم تشفير الرسائل في قاعدة بياناتنا فحسب، بل تظل مشفرة أيضًا على هاتف المستلم حتى يتم إدخال مفتاح فك التشفير الصحيح.
#56

إصدار نقطة النهاية لإعادة إرسال رسالة WhatsApp مع الحالة عبر طلب API

الآن، من خلال نقطة النهاية:https://api.smsmobileapi.com/resendwa/,
من الممكن إعادة إرسال رسالة WhatsApp الفاشلة برمجيًا.
راجع الوثائق لمزيد من التفاصيل:https://smsmobileapi.com/doc-whatsapp/
#42

API endpoint release: https://api.smsmobileapi.com/email/unsubscribed/

لقد قمنا بنشر نقطة نهاية API جديدة تسمح لك بإدراج جميع جهات الاتصال التي تلقت بريدًا إلكترونيًا منك ونقرت على رابط إلغاء الاشتراك بعد تلقي بريدك الإلكتروني التسويقي:
ðŸ'‰https://api.smsmobileapi.com/email/unsubscribed/
#40

Resend an unsent SMS via API

It is now possible to initiate a new attempt to resend an unsent SMS via the /resend endpoint.
تحقق من الوثائق لمزيد من التفاصيل:https://smsmobileapi.com/doc/

مثال :
https://api.smsmobileapi.com/resend/?apikey=YOUR_API_KEY
#15