Suhas
Suhas13mo ago

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
jamwt
jamwt13mo ago
you can schedule an action, and actions can have side effects
Suhas
SuhasOP13mo ago
dope. can you point me to doc? I couldn't find how to do that
ian
ian13mo ago
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
Suhas
SuhasOP13mo ago
amazing. I think I understand. I was bit lost on connecting actions + mutations

Did you find this page helpful?