Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

trigger/run/:id

Contents

URL

https://api.geoloqi.com/1/trigger/run/:id

Description

Manually cause a trigger to be run right now. Useful for debugging a new layer so you can test your callback URL or push notifications.

Supported Request Methods

POST

Parameters

  • place_id Optional
    If the trigger is set on an entire layer, you can choose which place to simulate the trigger on. If none is specified, a place will be randomly chosen.

Example Response

HTTP/1.1 200 OK
{
  "result":"queued",
  "type":"message",
  "message":"This is a test"
}

Trigger Payload

See Trigger Callback