Connectors
...
Actions
ServiceNow Get Custom Action
5 min
description executes a custom action in servicenow by targeting specific api endpoints with 'mid extension' and 'end extension' path parameters endpoint url api/{{mid extension}}/v2/{{end extension}} method get inputs path parameters (object) – required mid extension (string) – required end extension (string) – required output example \[ { "status code" 200, "response headers" { "content length" "140", "content type" "application/json", "date" "mon, 2 sep 2024 20 37 23 gmt" }, "reason" "ok", "json body" {} } ] output parameters status code (number) reason (string) json body (object) response headers header type content length string content type string date string