Webhooks in Ignition

Hi everyone,
Could anybody share an example of how to use webhooks with Ignition?
Thanks!

Incoming, or outgoing?

If you want something else to be able to call into Ignition via HTTP, you want the WebDev module.

If you want to call some external HTTP API, you want system.net.httpClient.

2 Likes

Hi Paul,
In this case it's a third party application sending an http Post with a Json payload to Ignition.
I guess I should use de WebDev, do you know of any examples about this?
Thanks!

Take a look here -
https://docs.inductiveautomation.com/display/DOC81/Web+Dev

1 Like

Thanks