ANSWERED

Dashboard view for an external screen

I'm looking for something to cast/display on a TV for a team to see, is there something baked in or would I need to build something on my own via API?
ANSWERED

Update tag from geofence entry / exit

How to add and remove a tag from a vehicle / asset whenever it enters or exits a geofence?
ANSWERED

Vehicles

how can I register a vehicle on samsara I didn't see any api about this and also tell me about is samsara provides vehicle service like bus truck etc.
ANSWERED

How to remove a tag from a vehicle

I can add vehicles to tags however no way of removing from another tag when updating it will only add to another tag
ANSWERED

Non-Geogenced by Zip

We get a list of vehicles that are outside of our geofenced areas. Is there a way to pull the closest geofence job that we have mapped out to these vehicles? Right now, the list that gets populated is just city, state and zip. Open to any ideas and suggestions.

Samsara Webhook Signature Not Verified

Hi - For some reason, I am unable to retrieve the expected signature when using webhooks. Here is the code input: ``` function(input) { const webhookSecret = input.secret; const secret = Buffer.from(webhookSecret, 'base64'); let message = `v1:${input.timestamp}:${JSON.stringify(input.body)}`; let hmac = crypto.createHmac('sha256', secret).update(message); let expectedSignature = hmac.digest('hex'); let expectedHeader = 'v1=' + expectedSignature; return { signature: expectedSignature, header: expectedHeader }; } ```
ANSWERED

Customizable Live Sharing Links

Is it possible to customize the looks of the page it opens when opening a live tracking link? Change colors? Add logos? Thanks,
ANSWERED

Is there a way of requesting video footage for a specific time period.

If a specific harsh or safety event hasnt occured/triggered but potentially bad driving impaired anoother driver i.e. the notices on the back of a truck "call this number if Im driving badly". How can this be validated. There does not appear to be a direct API to request video from the DVIR
ANSWERED

Trailer - Vehicle Assignments

Hello, I'm trying to figure out links between Trailers and Vehicles via the API. I'm basing this off of the Route feed, so I have a list of Driver Ids and Vehicle Ids to work with. The only API I'm finding is for Trailer Assignments, which is based on Trailer Ids. I guess I could use it to match to the provided Driver Ids, but it would be pretty inefficient. Are there any other APIs that provide the link between Vehicles and Trailers?
ANSWERED

Retrieve a single current location by VIN

Can you retrieve the location of a single vehicle by specifying the VIN? Alternatively can the VIN be included in the location listing of all vehicles so the record can be found by VIN. Also can you retrieve a single vehicle location by the name?