How to send data out of IC

I want my canister to send data to a server outside of IC. This could be a simple ‘ping’ text.
If action A. happens send ‘ping’ to fakeserver.com/pong.

The fakeserver.com would receive the string in the regular internet.

Any docs showing how to do this? (Motoko) Is it possible??

For anyone looking… it seems like no.

Need to use flags for an external server to poll from: