Description:
When trying to use Automate API’s you may encounter a Something_Went_Wrong: message : “An error has occured on the server”
Works with Evolve/Studio Manager
Cause:
When supplying the EvolveUser field you use a \ in the string
Solution:
For EvolveUser, you’ll need to use double slash \\
For example: “EvolveUser”: “Precisely\\evolveusername”