Skip to main content
Description: Manage operations in Proxy. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Proxy - POST JSON POST JSON to httpbin.org
{
  "automationType": "proxy",
  "nodeId": "proxy-post-001"
}
Example 2: Proxy - GET with Query GET with query params to httpbin.org
{
  "automationType": "proxy",
  "nodeId": "proxy-get-001"
}
Example 3: Proxy - PUT JSON PUT JSON to httpbin.org
{
  "automationType": "proxy",
  "nodeId": "proxy-put-001"
}
Example 4: Proxy - DELETE DELETE with query params to httpbin.org
{
  "automationType": "proxy",
  "nodeId": "proxy-delete-001"
}