How do I send a custom SMS to a phone number chosen by the user, scheduled for a particular date and time?

0
I'm getting empty parameter values for phone number and message when i reterive from database. In the screenshot I have given a log message for phonenumber ,message and date and time it gives empty value for phonenumber and message but the date and time log is getting inside the loop .So that i cannot pass the values to API inside the loop...im getting 400 bad request. I have attached my microflow and log screen shot also. Could anyone can find ?  /file?guid=19703248380919598
asked
1 answers
0

Hi Sanjhita,

You have to customise some logic here.

 

Check this article for single user(own device).

https://medium.com/@mohammad.saqib_1262/part-4-bringing-timely-alerts-to-your-mendix-native-apps-with-scheduled-notifications-21d836832871

 

Check this article for different different devices(multi users).

 

https://medium.com/@mohammad.saqib_1262/part-5-native-push-notification-in-android-application-with-firebase-37e8038454ed

answered