Custom action payload structure
- Last UpdatedMay 09, 2023
- 1 minute read
If you are using a logic app as part of your custom action, you can download and use the following sample JSON files (with sample optional parameters) to define the schema as inputs to your logic app. The trigger for the logic app must be an HTTPS request.
Insight-Logic-JSON-Samples.zip
Sample message
The sample message is an example only. The JSON from AVEVA Insight will follow this format, but the exact format depends on the optional parameters you define when you create your custom action. In the example file, SampleLogicAppMessage.json, there is only one optional parameter: "Test". The sample values will also differ based on your system configuration.
JSON schema
The JSON schema file, LogicAppJsonSchema.json, describes the format of the sample JSON. When you create your logic app, you can use this schema to understand that structure of the message Azure will receive from AVEVA Insight.