In the past I successfully used a REST API for eMaint and it wasn’t that difficult. Now I am trying to do the same for SalesForce and is seems orders of magnitude more difficult. Currently, I’m stuck on providing a required Callback URI. How would I go about setting that up using Ignition?
You’d have to use the WebDev module and create python resources to handle GET/POST/PUT/etc calls. It might be tricky if there’s some state your callback needs to have…
Thanks, that at least gives me a place to start.