developer-api

Fixed SMS API

پی ٹی اے کی حالیہ ہدایات کے مطابق ایس ایم کی سروس کو دواقسام کی کیٹگری میں تقسیم کر دیا گیا ہے

  1. Transactional SMS
  2. Promotional SMS

Transactional SMS (Short Code Services)

All critical/informational or OTPs (One time Password) messages.

For example:

Thank you, your payment of PKR 2000 has been received.

Thank you, your booking/appointment has been confirmed for 30th July 2022

Your Login Code Is: 12345

Promotional SMS (Branded SMS)

For example:

Get 20% till 14th August on ABC brand.

Get on our app and avail free service till 14th August.

PTAکی ہدایات کو مدنظر رکھتے ہوئے آپ کا SMSکس کیٹگری سے تعلق رکھتا ہے کو یقینی بنانے کے لیے آ پ کے SMS Contentکو وائٹ لسٹ کرنا ہوگا، جس کا طریقہ کار یہ ہو گا

1: Login To Your Account
2: Go To SMS Template -> https://sendpk.com/dashboard/templates.php
3: Click On Fixed-SMS-Templates (on top right corner)
4: Apply Fixed-SMS-Templates (on top right corner), With Your Required SMS Content
5: Wait To Approve This Template -> After Approval Ready To Use.

For Example To Send OTP SMS, We Will Apply

Hi! #name# This is an automated SMS from abc.com
Your verification PIN is #pin# Please enter the PIN for instant verification.
For any issues, contact us at 03001234567 abc.com
#name# & #pin# will replace with your required value

اب ماسوائے#name# اور #pin# کے سارا SMS فکس ہو کر جائے گا، اسی طرح آپ اپنا مطلوبہ SMSلکھیں اور جس حصے کو بدلنا مقصود ہو اسے#variable_name# سے مختص کر دیں

Now Make A Specific JSON String with These parameters (name & pin) Like

{"name": "ali", "pin": "1234"} 
paste this data to message API

https://sendpk.com/api/sms.php?api_key=923xxxx&sender=8584&mobile=923xxx&template_id=APPROVED_ID&message={"name":"Umair", "pin":"456723"}

SMS Received:-

For More Details -> Check Our Video Tutorial