Is there a way to send the same text message on a recurring basis? The use case in mind is similar to KYC, where banks need to periodically gather/confirm customer information.
Hey Ryan! Great question. You can definitely send recurring text messages using a periodic task.
For example, lets say the bank needs to gather or confirm customer information every 30 days. If the data is stored in Airdata, I would use a periodic task to read through the airdata table and check against the table to see when I have last notified them. Iād get the records that i want to notify and send out a message to them to gather or confirm their information.
2 Likes