Using a single Flow for several Nodes

I’m new here and trying to learn.

I have a small FLOW which just consist of a “Inject”, “Http Request”,“Function”, and a “MQTT” node. This all works and it repeats every 10 minutes.

My question is can I put the exact same set of nodes on this same flow? (The only difference will be the Http Request will call a different URL and it will only repeat every 8 hours?)

Yes you certainly can.

Thanks, I appreciate the feedback.