Send data from Arduino to PC after Blynk input

Hi,

I am using the blynk wifi shield example
(#include <ESP8266_Lib.h>
#include <BlynkSimpleShieldEsp8266.h>)

everything is working great, I am writing values to virtual pin and getting it on the arduino,

the problem is now I want to send this value to another device running a server with an open TCP port.
but once I try to create an ESP8266 client it fails to connect to the wifi.

how do I create a client while also retaining Blynk functionality? I am unsure how to do that using blynk esp8266 libraries.

(I am using the Sparkfun Arduino wifi shield)
thanks!

Use Webhook

Tried that before, getting
‘WiFiClient’ was not declared in this scope

any idea how to fix it and get a WifiClient using the two blink libraries above?