# Call api post

**URL:** https://community.glideapps.com/t/call-api-post/86265
**Category:** Ask for Help
**Created:** [February 5, 2026, 9:44pm UTC](https://community.glideapps.com/t/call-api-post/86265 "2026-02-05T21:44:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mbraunperu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mbraunperu/32/83676_2.png) [@mbraunperu](https://community.glideapps.com/u/mbraunperu)
#### Post date: [February 5, 2026, 9:44pm UTC](https://community.glideapps.com/t/call-api-post/86265/1 "2026-02-05T21:44:04Z")

</div>

Hello Gliders!!! I am using a button whose action is CALL API. The instruction on the receiver side is “In the body of the request, it should be of type “x-www-form-urlencoded”. Then it gives me 4 keys and key values. I tried configuring this in the CALL API action with no success. Please help.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 6, 2026, 1:19am UTC](https://community.glideapps.com/t/call-api-post/86265/2 "2026-02-06T01:19:18Z")

</div>

Can you try using a template column and structuring the API body call as something like:

`key1=value1&key2=value2&key3=value3&key4=value4`

Remember to set Content-Type in header to `application/x-www-form-urlencoded`

---

<div class="post-metadata">

### Author: ![mbraunperu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mbraunperu/32/83676_2.png) [@mbraunperu](https://community.glideapps.com/u/mbraunperu)
#### Post date: [February 6, 2026, 2:56am UTC](https://community.glideapps.com/t/call-api-post/86265/3 "2026-02-06T02:56:30Z")

</div>

> [@ThinhDinh](#):
>
> application/x-www-form-urlencoded

Thank you so much Thinh! Upon setting the Content-Type in header, it worked!!! It is the first time I come across the content-type issue. New to me. Thanks!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 6, 2026, 2:58am UTC](https://community.glideapps.com/t/call-api-post/86265/4 "2026-02-06T02:58:54Z")

</div>

Great to hear!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [February 13, 2026, 2:59am UTC](https://community.glideapps.com/t/call-api-post/86265/5 "2026-02-13T02:59:46Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
