Geotab Add-in Configuration
As an administrator or implementation engineer, follow the steps below to configure a new Geotab add-in.
-
Log in to the Transflo Telematics web portal with the same credentials you use to log in to your existing Transflo applications.
- In the Transflo Telematics web portal or myGeotab portal, navigate through the Administration and System menu selections and click System Settings.
-
Click the Add-ins tab at the top of the page.
-
Click New Add-in.
-
Replace the default configuration with the following JSON configuration:
-
Set the supportEmail property to the correct email address.
-
Set the URL property to the correct URL.
{
"name": "ELD Service Manager",
"supportEmail": "YourUsername@YourDomain.com",
"version": "1.0",
"items": [
{
"url": "https://YourWebLink.com/eldservicemanagerapi/home/ELDServiceManager",
"path": "AdministrationLink/",
"menuName": {
"en": "ELD Service Manager"
}
}
],
"isSigned": false
}
-
-
Click OK in the bottom-right corner, to save the modified configuration.
-
Click Save to retain the add-in in the database.