Types of TSM Actions
Actions are used to define what should happen when a rule is triggered, such as email, and who should receive the action (by selecting the users who should be notified). There are a number of different TSM Actions which are available.
Change An Assets Tag
Post To Webhook
Push to Web Portal
Send E-Mail
Change An Assets Tag

This action will change the ‘tag’ of the asset which triggers the associated Rules.
POST To Webhook

This is an advanced option which may require assistance from your IT department to configure.
Ensure you are authorised to send POST requests to the given URL.
This action will send a POST HTTP request to a given URL. We also accept URLs with bearer token authentication, and you can specify your bearer token underneath the URL input box.
The body of the POST request will be a JSON object with a subject and relevant asset detail, similar to the following.
{
"Subject":"Staff Van - _ TRIP STARTED at 16:21 on 15/6",
"Name":"Staff Van",
"Latitude":51.66772,
"Longitude":-1.30555,
"Poi":"N/A",
"Geoname":
{
"Geoname":"Marcham","Country":"UK"
}
}
This is useful for receiving raw data for re-purpose within your company.
Push To Web Portal

This action will send a notification to your TrailerMaster Portal. You can access your notifications through the Envelope button on the bottom bar.

This will open the right sidebar which will display any notifications.
Send E-Mail

This action will send an email to the associated users' email addresses, similar to the following.
