Yes, you can use the forwarder feature for both positions and events.
And for notifications channels you can use SMS, email, and various push notification services.
Can add a new channel - integration. And send a json file to some address.
Can add a new channel - integration. And send a json file to some address.
If you need to control many devices and control through your channels is inconvenient.
Traccar supports sending JSON payload via the forward feature.
Other parts of your question or statement is not clear, what do you mean by new channel-integration and inconvenience?.
You can use SMS channel. It basically allows you to call any arbitrary API endpoint.
Traccar, only notifications are configured and sent through channels.
I suggest adding a new channel
<entry key='notificator.types'>integration,...</entry>
<entry key='notificator.integration.url'>http://server/</entry>
We won't be adding it because we already have event forwarding. There's too much overlap with it.
Events can be blocked. Where to find event names to configure the filter.
For example, block the sending of the event type - deviceOffline.
Maybe so?
<entry key='event.deviceOffline'>false</entry>
Is it possible to send data to other systems?
For example, create an integration channel and send notifications to it.