Schedule external API call in advance

Options
I'd like to trigger a message to my users about 7 working days before the end of the month. 

How should I go about configuring this in Xano? 

Tasks seem to only allow being configured to a single setting. 

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    I'd run a task daily which runs code to ask "is this the day I should send that email?" A good pattern is to make the code that runs your action in a function, and within the function you check the date, compare it with your business days count, and then execute the email. And then you add that function to the stack in your daily background task.