Events Forwarding

Essam3 months ago

Dears,

I have tried to use the script.google.app for events forwarding. the configuration as follows:

<entry key='event.forward.type'>json</entry>
        <entry key='event.forward.exchange'>traccar</entry>
        <entry key='event.forward.topic'>events</entry>
        <entry key='event.forward.url'>https://script.google.com/macros/s/APP-KEY/exec
</entry>
<entry key='event.forward.header'>FirstHeader: Hellow SecondHeader: World</entry> 

But no data received form Traccar.
I test the script app by post man, it is work as proper. But from Traccar No.

Many Thanks for your help.

Anton Tananaev3 months ago
  • Why do you have a new line in your URL?
  • Why you don't have a new line in your headers?
  • Why do you have config parameters unrelated to JSON forwarding?

Please cleanup your config first.