Skip to main content

Trigger Test Event

POST 

/api/v1/geofences/:geofence_id/test-event

Trigger a simulated test event for a geofence.

This allows users to test their webhooks and workflows without physically entering or exiting the geofence.

Args: geofence_id: ID of the geofence event_type: Type of event to simulate ('enter' or 'exit') test_metadata: Optional metadata to include in the test event

Returns: Test event details including triggered webhooks and workflows

Request

Responses

OK