I need to configure a JSON poll connector using token. First I need to get a token using POST request and then pass the token to the different url to get jSON data. I think it is a very typical process: get a token from token url and get json data using the token authentification. But it is unclear in Geoevent how to do.
Any idea or sample?