diff --git a/src/configurations/destinations/http/ui-config.json b/src/configurations/destinations/http/ui-config.json index 8148ce3b0..d83182fa3 100644 --- a/src/configurations/destinations/http/ui-config.json +++ b/src/configurations/destinations/http/ui-config.json @@ -174,7 +174,16 @@ { "label": "XML", "value": "XML" - } + }, + { + "label": "FORM", + "value": "FORM" + }, + { + "label": "FORM-URLENCODED", + "value": "FORM-URLENCODED" + }, + ], "default": "JSON" }