Scheduled automation logic

I am creating a daily habit tracker.

I want to email users that haven’t updated their habit log by a specific time in the day.

I know I can use a Parabola, Make or Zapier but I’m unsure how to execute the logic.

Can anybody help? @Victor

Maybe I use Parabola to get all my users and the users that have updated their log. Then subtract the duplicates. What should be left are users that haven’t updated their log. Then use sendgrid to send them reminder emails.

What do you think?

Yes you could get all users and check their last activity time (you need to make that a logged in user property on database).

Then the zapier etc. can make an API call to sendgrid as you say, or maybe a push notification using Adalo’s notifications API.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.