SMS Sending Feature

Hi @emre

For users you have caller id feature or store customer phone numbers, it will be great to incorporate a sms sending feature.

So we can create a new entity screen of some sort, select customers, have a text box to enter SMS message and send out offers through SambaPOS.

I think this will be a great addition.

Thoughts are welcome…

2 Likes

This tutorial is about how to integrate SMS Services to SambaPOS. Install URL Printer module to enable related Custom Printer

http://sambapos.org/wiki/doku.php/en/custom_package_delivery_system_part_3

1 Like

Is there any other sites that supports sending SMS from URL’s?

Is there any free sites that can provide this?

I need to implement following command. please guide me for sending sms through sms-caster software.

I am able to send this message through following command.

C:\Program Files (x86)\SMSCaster\smscaster.exe -Compose +921234567890 “Hello World.” -Start

sms printer template should be looks like

C:\Program Files (x86)\SMSCaster\smscaster.exe -Compose {ENTITY DATA:Customer:Phone} “Dear {ENTITY NAME:Customer}. Your order is on it’s way thanks you” -Start

I am using samba 4

Thanks in advance

You can use Start Process action to execute external programs.

Many thanks for the prompt reply. I will try it today.