Call local URL from Blynk sketch

Hi,
I have a little problem. I have to control a Shelly1 trough the Blynk APP (it’s for an automated watering project), so that from the Blynk APP I can see the sensors readings and activate the watering. Since the ESP32 and the Shelly1 are on the same network, my idea was to call the Shelly URL directly from the ESP32 when i click the button in the Blynk APP. Is there a way to call an URL from the Blynk firmware without disturbing the connection to the Blynk APP?

Thanks a lot for your help!

The simplest solution is to re-flash the Shelly1 with a Blynk sketch.

However, it’s possible to call an API either using the Webhook functionality, or using the HTTPClient on the ESP32.

Pete.