Where did you add those attributes and where do you expect to get them?
I imagined that in the events I could create a static attribute with specific information in the same way I can when registering a device...
but I've already noticed that in events there can only be attributes that collect data from the platform.
I tried using the driveuniqueid parameter. collected the driver ID. I didn't find the option to collect the name we give the driver.
Event is not the same thing as notification.
sorry..I spelled it wrong. is notification.
I'm Brazilian and I'm using a translator.
Then you haven't answered this critical question:
where do you expect to get them
OK, so you have it there. What's the problem?
I specified 3 parameters.
only the first is sent.
https://uploaddeimagens.com.br/imagens/4VzfRjs
On the screenshot you're showing a position and an event objects. I don't see any notification objects. That's why I keep asking the same question, which I think you don't understand. You never receive a notification object. It's just a configuration. You receive an event.
I understand... so what I want is not possible in this configuration.
thanks... i'll look for another solution
I'm still waiting for the answer. What do you want to add and where? If you want to add some arbitrary data to events, it's not possible without code changes. If you want to add something to the position, you can use computed attributes.
I solved. I used the device attributes...
thanks for listening.
I created a speed limit exceeded notification. I added some static attributes, such as:
however when receiving the notification in my webhook the attributes are not being sent.