Has anyone configured an output to Microsoft Automate?
Any tips on how to pass through an attribute such as a user_id field from an event, and what steps required to setup? Got a bit caught out by the expected JSON payload on the Automate side.
Would love to see a blog post on this, I suspect a lot of Velocity users also use Microsoft.
@SimonGIS Thanks for reaching out and for your question! You are correct that this would work best with the "HTTP" output from ArcGIS Velocity. Documentation page here: https://doc.arcgis.com/en/iot/disseminate-and-notify/endpoint.htm
There are a few required parameters when configuring an HTTP output in Velocity:
There are free utilities such as https://webhook.site/ which let you test the HTTP output from ArcGIS Velocity to see exactly what you are sending out of this output. Remember that an HTTP request will be issued for every feature sent to this output, so be sure that your destination resource can handle the number of requests you configure to come from ArcGIS Velocity.
Related screenshots:
You would need to configure ArcGIS Velocity with the "Request body > Configure expression" to build a request body that can be parsed/understood by your downstream components. In this case, that would be Microsoft Automate. Other users have configured requests with this output that integrate with various 3rd party APIs.
I agree that this would make an intriguing blog post, we will look into that on our end. Please feel free to reply with any follow-up questions!