• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

check if an sms was already send during previous check and not send again to the same number

aristosv

Member
I have a workflow that:

- every one hour - eg. 10:00
- reads google calendar events between 11:00 and 12:00
- iterates through the events it finds
- reads the phone number in the summary of each event
- sends an sms reminder for each event.

I need a way to check if an sms was sent to the same phone number during the previous hour check, and not send an sms again to the same phone number, but send an sms to the rest of the numbers.

For example:

- The workflow runs at 10:00 and finds phoneNumber1 at 11:30 and phoneNumber2 at 11:45 and sends an sms to both of them.
- The workflow runs again at 11:00 and finds phoneNumber1 at 12:15 and phoneNumber3 at 12:30.

It should see that it already send an sms to phoneNumber1 during the previous check and send an sms only to phoneNumber3.

How can I do this?
 

aristosv

Member
isnt there a way to save the number somewhere and then check if an sms was sent to it? It has to be a new feature?
 
P

Pabblymember11

Guest
Hey @aristosv

No, it is not possible to verify via live automation if the SMS was sent or not using the user's phone number.
 
Top