كيف يمكن استحضار معلومات بكويري وإرسالها عبر رسالة SMS باستخدام مهمة مجدولة؟

Viewed 0

أرجو توضيح مثال لاستحضار معلومات بكويري وإرسالها عن طريق SMS باستخدام مهمة مجدولة.


Originally posted at https://answers.namasoft.com/question/844/ on 2019-04-03.

1 Answers

Suppose, for example, you want to send an SMS message to remind the customer of the installment payment.

Create a Task Schedule.

In the "Send To" page, write a query like this:

select 'Hesham' name,'01555555555' phone

In the Notification Template field, write a statement like this:

{loop()}{msg}{sendto}{phone}{endsendto}Dear {name}, Please note that you need to pay your installment within 15 days{endmsg}{endloop}

Originally posted at https://answers.namasoft.com/question/844/ on 2019-04-03.