Automatic trigger to end auction + subsequent workflows

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!

My website (Numismy)

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.

Good luck!

Thank you very much! Super helpful!

Set up a scheduled custom workflow to end at auction end date and trigger all the following actions. Thank you!

1 Like