Skip to main content
Question

Use FME to query ArcGIS Enterprise and post to Slack

  • April 22, 2025
  • 1 reply
  • 7 views

dannymatranga
Contributor
Forum|alt.badge.img+5

I’d like to use FME to query ArcGIS Enterprise map services (content) and, if a new service has been published that day, post a link to the new map service in Slack. Has anyone ever done this?

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • April 22, 2025

I haven’t done it, but it should be relatively straight forward

You’ll need to store the already seen services somewhere, this could be a csv, database, json file. Basically somewhere you can check what you’ve already found.

You’ll then query the base endpoint, making sure you’re requesting json

https://sampleserver6.arcgisonline.com/arcgis/rest/services?f=json

You can then break that resulting JSON down and compare it against what you have already.

For any new services that have been published since you last ran it, you will then append those to your list of existing services, then use the SlackConnector to send a message - https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Transformers/slackconnector.htm

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings