Message templates
Create, edit & manage commands to operate your GPS trackers flexibly using RACEMAP’s message dashboard. This platform empowers you to control and tailor messages to your specific needs.
Access the message dashboard: https://racemap.com/admin/message-templates

The message dashboard provides:
Private messages: Custom messages you create, accessible only in your account.
Public messages: Provided by RACEMAP and available for all users.
Key features:
Device support: Manage message templates for a variety of tracker types supported in RACEMAP. For more details on supported hardware, visit supported GPS devices.
Ownership control: Private messages can be applied only to devices you own or can edit. These messages cannot be shared with borrowers.
Template ID: Each template is assigned a unique
templateId, which is required when sending messages from external systems.Export your private messages as GeoJSON files for external use.
Messaging through API
Independent from sending commands through the UI of the tracker management dashboard you can use message templates to integrate command sending into your system eg. to level up the automatization of your processes.
URL https://racemap.com/api/v1/trackers/messages
Method Send
Sample message template - Set report interval - for Queclink GL3xx GPS trackers:
https://racemap.com/admin/message-templates/6613c31ad019cb0ece29e251
Get the required deviceId(s) from the current API.
Compose your own message templates
Use the "Add template" button to create a new private message.
Duplicate & edit: Copy an existing message and modify it to create a private version.

For each message template the below information must be provided.
Name: The name of the template
Variant: Either single or group
Single: The same template is applicable for one or multiple trackers.
Group: Groups several single templates with the same function for different tracker types (e.g., the "Shut down" command for GL300, LK106, and M20 grouped together).
Description: Explain the effect of the message on the GPS tracker and clarify any parameters, including their units.
Tracker types: Select the supported trackers to which the message applies.
Allowed user roles: Specify whether the message can be used by you as the owner and or editors.
Template: Provide the command, that will be send with the message.
Arguments: If the command uses parameters, define them here.
Example: A copyable example of the template.
Last updated
