Frequently Asked Questions

What is our IPROG SMS API service?

Our IPROG SMS API service allows you to send SMS messages via a dedicated API URL, using an API token for authentication. It is available exclusively within the Philippines. We offer both single and bulk sending capabilities, along with the ability to create default header and footer templates.

How to Get Your API Token (Demo Overview)

Watch the demo for a complete, step-by-step guide on obtaining your IPROG SMS API key. In the video, you'll learn how to register an account, explore the pricing page, complete the checkout process, access your API key on the "My Profile" page, navigate the API documentation, and test API requests using Postman.

Watch the demo
How can I quickly test the IPROG SMS API using CURL?

This demo video shows you how to test the IPROG SMS API by simply copying a CURL command and running it in your terminal. It’s designed for beginners, providing a quick and easy way to send a sample SMS without extra coding steps. For more details, watch the demo video.

Watch the demo
How can I quickly test the IPROG SMS API using Ruby?

This demo video shows you how to test the IPROG SMS API using Ruby. In the demo, we create a Ruby file (e.g., send_sms.rb) containing the API call and run it with ruby send_sms.rb. It's a straightforward approach for beginners to quickly validate their API integration without any extra clutter. For more details, watch the demo video.

Watch the demo
How can I quickly test the IPROG SMS API using C++?

This demo shows a simple C++ and libcurl approach. create a file (e.g., send_sms.cpp), compile it with g++ send_sms.cpp -o send_sms -lcurl, and run it using ./send_sms. Watch the demo for details.

Watch the demo
How can I quickly test the IPROG SMS API using PHP?

This demo shows a simple PHP integration. create a file (e.g., send_sms.php) with your API call code, then run it using php send_sms.php. Watch the demo for details.

Watch the demo
How does the IPROG SMS API WP Plugin work?

The plugin integrates SMS notifications into your WordPress site, sending real-time alerts for new WooCommerce orders and user registrations. Simply enter your API key, enable notifications, and use the [iprog_sms_form] shortcode to embed an SMS form anywhere on your site. Watch the demo for a complete walkthrough.

Watch the demo