I have a custom connector which I am creating a output field schema for.The HTTP response is JSON in the following format:{
Key: [
[
"string",
"string2",
"..."
]
],
Key2: "String",
Key3: "integer",
}Here is a samp...
The site I'm trying to login with a custom connector first initiates login via HTTP FORM, but then once logged in, the response is a redirect (HTTP 302) to the "next" url which was passed in via the original request. The Workato response handler trea...
I am trying to build out a custom connector which needs to first make a GET call to retrieve a CSRFToken from both cookie and Form in the body, then respond with a POST passing back the cookie and the token form. I've been unable to accomplish this a...