Connect ApiToSMS with your favorite platforms. Use our plugins or integrate directly via API.
Complete plugin for WooCommerce that automatically sends SMS notifications when order status changes. Configure custom messages for each status and notify your customers instantly.
shsms_send_sms($phone, $msg); shsms_send_order_sms($order_id, $msg); shsms_send_bulk([ ['phone' => '+1234...', 'message' => '...'] ]);
Don't need a specific plugin? Use our REST API to integrate SMS into any platform, application or system. Works in parallel with any installed plugin.
POST /api/{token}/queue { "messages": [{ "phone": "+1234567890", "message": "Hello!" }] }
Complete Magento 2 module with order notifications, admin SMS panel, and delivery tracking.
Learn more → View on GitHubPrestaShop module with automatic SMS on order status changes, admin panel integration.
Learn more → View on GitHubShopify webhook integration for order notifications via SMS to your customers.
Learn more → View on GitHubNeed a specific plugin? Contact us and let us know what platform you use.