Hello,
I’m trying to trigger an email activity from action processor and I’m getting the following error:
Processing action (...) matched rule " (...) " which resulted in an assyst template email with template '(...)' which failed: " Status code: 302": Runtime values are as follows: Action Type: ASSIGN, Action Id (...)
I guess that’s a HTTP redirect that is not being handled when I use the friendly URL for the REST API, such as url = "https://assystwebhom.trt3.jus.br/assystREST/v2"
As far as I’m concerned, I cannot use a direct IP address, because our assyst web server is deployed in a kubernetes cluster and there’s no guaranteed fixed IP.
Any ideas on how to fix this?