# ❗ Issue: No Support for application/x-www-form-urlencoded Body Type in Tiledesk Webhook Node

**URL:** https://tiledesk.discourse.group/t/issue-no-support-for-application-x-www-form-urlencoded-body-type-in-tiledesk-webhook-node/519
**Category:** Technical issue
**Created:** [January 5, 2026, 9:43am UTC](https://tiledesk.discourse.group/t/issue-no-support-for-application-x-www-form-urlencoded-body-type-in-tiledesk-webhook-node/519 "2026-01-05T09:43:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![VeditaGupta](https://avatars.discourse-cdn.com/v4/letter/v/919ad9/32.png) [@VeditaGupta](https://tiledesk.discourse.group/u/VeditaGupta)
#### Post date: [January 5, 2026, 9:43am UTC](https://tiledesk.discourse.group/t/issue-no-support-for-application-x-www-form-urlencoded-body-type-in-tiledesk-webhook-node/519/1 "2026-01-05T09:43:14Z")

</div>

### **Problem Description**

My API expects requests with the header:

```auto
Content-Type: application/x-www-form-urlencoded

```

However, in **Tiledesk Webhook (HTTP Request) node**, the available body options are only:

- `form-data`

- `raw JSON`

- `none`

There is **no option to send a request body as `x-www-form-urlencoded`** , which makes it impossible to directly call APIs that strictly require this content type.

* * *

## 🧠 Why This Is a Problem (Technical Context)

- `application/x-www-form-urlencoded` is **not the same** as `multipart/form-data`

- Many **OAuth** , **legacy** , and **authentication APIs** only accept:

- Even if we manually set the header as:

* * *

## ❌ What Currently Does NOT Work

- Using **form-data** → sent as `multipart/form-data`

- Using **raw JSON** → sent as `application/json`

- Manually adding header → does not change body encoding

Result:  
👉 API rejects the request due to \*\*invalid body format

Please Support..!\*\*

Thanks

Vedita Gupta
