smslenz.lk offers a dedicated WooCommerce add-on plugin, allowing you to integrate SMS notifications seamlessly into your WordPress store. With this plugin, you can send automated SMS updates to customers for various purchase events, enhancing engagement and communication.
Download the plugin SMSlenz for WooCommerce and start sending SMS notifications from your WordPress-powered store today!.
Need to integrate smslenz.lk with a custom development? No worries, we have a guide for our direct API endpoints. You may call them directly from your application and use our service.
Use this endpoint directly to send SMS to a contact number.
URL: https://smslenz.lk/api/send-sms
Type: POST
or GET
Key | Required | Value |
---|---|---|
user_id |
YES | User ID from your settings page. |
api_key |
YES | API key from your settings page. |
sender_id |
YES | Your approved Sender ID. Use SMSlenzDEMO for testing. This one
is case
sensitive. |
contact |
YES | The recipient, Should be in the format of
+9476XXXXXXX .
|
message |
YES | The message. Max: 621 chars. |
Use this endpoint directly to send SMS to multiple contact numbers.
URL: https://smslenz.lk/api/send-bulk-sms
Type: POST
Key | Required | Value |
---|---|---|
user_id |
YES | User ID from your settings page. |
api_key |
YES | API key from your settings page. |
sender_id |
YES | Your approved Sender ID. Use SMSlenzDEMO for testing. This one
is case
sensitive. |
contacts |
YES | The number of the recipients, Should be in the format of array["+9476XXXXXXX","+9475XXXXXXX"] .
|
message |
YES | The message. Max: 621 chars. |
Go to API Settings Page.
See something missing? Please contact us and let us know your concern.
We are always happy to help with integrations.
Go back to smslenz.lk Home Page