Skip to content

Instantly share code, notes, and snippets.

@phpmaps
Created October 3, 2013 08:16
Show Gist options
  • Save phpmaps/6806820 to your computer and use it in GitHub Desktop.
Save phpmaps/6806820 to your computer and use it in GitHub Desktop.
Create new geotrigger via Agol
curl -H "Content-Type: application/json" -H "Authorization: Bearer MdvA0hAw5s45Hdpqr-BfpohFgRzTSlMVkqJ1AFFK6GYzYSThVv3YMi4_nPxHq_ydKDTSNXz5VEGY_5CibpNOlpHJccOf2s-9bXSMPKMqP04fGlHTcGDpFNlSg914ZRQydsV94kjcrhOQmgkyTEDc0Q.." -X POST -d '{"condition": {"direction": "enter","geo": {"latitude": 45.5165,"longitude": -122.6764,"distance": 240}},"action": {"notification": {"text": "Welcome to Doogsland"}}}' https://geotrigger.arcgis.com/trigger/create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment