Http post tag values

Hey Folks,

Total newbie here.

I am trying to figure out how to script within Ignition to send the value of a tag to an API gateway and deliver the value in JSON format.

So effective use a httppost method to read a live tag value and post it to an API in JSON format.

Would appreciate anyone advice.

Kevin

Check out this thread, should have enough examples to give you good idea.
Connecting to Smart Home Devices - Maker - Inductive Automation Forum

Edit:
Also, here is the manual reference on how to use system.net.httpClient()
system.net.httpClient - Ignition User Manual 8.1 - Ignition Documentation (inductiveautomation.com)