Advice on GET on multiple url's in sequence

Hello, i would like to have some advice on how i can call multiple GET on some url’s on my home network to control some devices by their API,

for example
visit 1st url to bring out of standby, then
visit 2nd to activate a mode
visit 3rd to specify the volume or input etc…

all with a small configurable delay,

but i’d like to be able to trigger it from a single button press.

Any advice on which approach or general suggestions?

Thanks in advance

Use a rule and the sendHttpGet Actions.

Create a Switch and a Rule that triggers from that Switch. Use Thread::sleep(msec) for your delay.