Interested with Bulk SMS Philippines? Contact Us HERE

iSMS Philippines API for Scheduler

List All Task Schedule via HTTPS:
https://www.isms.com.my/api_list_of_schedule.php?un=isms&pwd=isms
Create New Task Schedule via HTTPS:
https://www.isms.com.my/isms_scheduler.php?un=isms&pwd=isms123&dstno=60123456789&msg=Hello%20World&det=Task1&tr=onetime&type=1&sendid=12345&date=2024-03-28&hour=08&min=15&week=1&month=1&day=1


System will return Scheduler ID after success.(Scheduler ID will use to Update and Delete)

Parameter Description Sample
*un Your iSMS Username AdminABC
*pwd Your iSMS Password pw123
*dstno Destination Number 639217311111,639217311112
*msg Message Hello iSMS
*det Task Description TEST
*tr Trigger(onetime, daily, weekly, monthly) onetime
*type 1 or 2 (1 = normal, 2 = unicode) 1
*sendid Sender ID isms
*date Start Date (YYYY-MM-DD) 2024-03-28
*hour Hour (00 - 23) 08
*min Minute (00, 15, 30, 45) 15
*week Day of week (1 - 7) 1
*month Month (1 - 12) 1
*day Day of month (1 - 31) 1

Update Task Schedule via HTTPS:
https://www.isms.com.my/isms_scheduler.php?un=isms&pwd=isms123&dstno=60123456789&msg=Hello%20World&det=My%2Task&tr=onetime&type=1&sendid=12345&date=2024-03-28&hour=08&min=15&week=1&month=1&day=1&scid=98765&action=update

Parameter Description Sample
*un Your iSMS Username AdminABC
*pwd Your iSMS Password pw123
*dstno Destination Number 639217311111,639217311112
*msg Message Hello iSMS
*det Task Description TEST
*tr Trigger(onetime, daily, weekly, monthly) onetime
*type 1 or 2 (1 = normal, 2 = unicode) 1
*sendid Sender ID isms
*date Start Date (YYYY-MM-DD) 2024-03-28
*hour Hour (00 - 23) 08
*min Minute (00, 15, 30, 45) 15
*week Day of week (1 - 7) Monday - Sunday 1
*month Month (1 - 12) 1
*day Day of month (1 - 31) 1
*scid Scheduler ID 123456
*action Action Parameter update

Delete Task Schedule via HTTPS:
http://www.isms.com.my/isms_scheduler.php?un=isms&pwd=isms123&scid=98765&action=delete
Parameter Description Sample
*un Your iSMS Username AdminABC
*pwd Your iSMS Password pw123
*scid Scheduler ID - return value from create new task scheduler 123456
*action Action Parameter delete