• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. nallenscott
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by nallenscott

    • nallenscottN

      HTTP Sender Data Format

      Mango Automation general Discussion
      • • • nallenscott
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      phildunlapP

      Hi nallenscott,

      The format of the HTTP publisher is not modifiable. You can add static parameters, but that's it.

      What is available is the HttpBuilder script utility. see: https://help.infiniteautomation.com/about-mango-java-script or the contextual help for scripting within Mango. There are a few example uses around the forum: https://www.google.com/search?q=site%3A%2F%2Fforum.infiniteautomation.com+httpbuilder&oq=site%3A%2F%2Fforum.infiniteautomation.com+httpbuilder

      You could do this in a script that is triggered on context update. The only downside here would be the HTTP Publisher is expecting a 200 OK back or it will attempt to publish the value again later, but you could script that if you required it by storing the update in some JavaScript list within the script.

    • nallenscottN

      Docker Support

      Mango Automation Installation
      • • • nallenscott
      3
      0
      Votes
      3
      Posts
      1.8k
      Views

      nallenscottN

      Thanks, @phildunlap. Works perfectly.