Automation
Create automation
Creates a new automation for automatic time tracking based on location (geofence), WLAN detection, or beacon detection. The type of automation is determined by the typeId field. Based on the typeId, different fields are required. For geofence (typeId=0): address, latitude, longitude, and radius are required. For WLAN detection (typeId=1): ssid is required. For beacon detection (typeId=2): beaconUUID is required.
post/v1/automations
Request body
Response
Automation created successfully
Changes
No recorded changes to this endpoint across all 3 revisions of this API.