Hey team! Built an auction interface where items end after X time which then triggers a transaction, etc. Right now, I have to be the trigger (clicking the button “end auction” to make all the subsequent workflows happen).
How would you make it automatic (i.e., no human clicking a button to trigger)? Thank you!
Hey @numismy , you would set up the end auction workflow in the backend, then when the auction is created (or end date set), ‘schedule API workflow’ setting the scheduled time to auction end date.