0

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

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

Eldabbas's avatar
9.1k
Eldabbas
asked 2019-04-03 07:00:12 +0200, updated 2019-04-03 13:47:25 +0200
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Suppose, for example, you want to send SMS message to remind the customer of the installment payment
Create Task Schedule
In "Send To" page, and write a query like this

select 'Hesham' name,'01555555555' phone

In 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}

Eldabbas's avatar
9.1k
Eldabbas
answered 2019-04-03 07:05:01 +0200, updated 2019-04-23 09:21:20 +0200
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer