I've schedule function, I would like to make external API call to indicate schedule has reached.
Mutation don't allow axios or fetch. how do I handle side-effects like this?
4 Replies
you can schedule an action, and actions can have side effects
dope. can you point me to doc? I couldn't find how to do that
Actions | Convex Developer Hub
Actions can call third party services to do things such as processing a payment
Scheduled Functions | Convex Developer Hub
Convex allows you to schedule functions to run in the future. This allows you to
amazing. I think I understand. I was bit lost on connecting actions + mutations