# I'm having an issue with this module, it's showing a data error - bad request

**URL:** https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270
**Category:** Questions
**Tags:** api, error
**Created:** [March 11, 2026, 7:45am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270 "2026-03-11T07:45:55Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dung\_le\_tri](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@dung\_le\_tri](https://community.make.com/u/dung_le_tri)
#### Post date: [March 11, 2026, 7:45am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/1 "2026-03-11T07:45:55Z")

</div>

### 🎯 What is your goal?

Hello. I am working on creating scenarios for downloading images from Lark Base and sending them via Telegram through a webhook.

### 🤔 What is the problem & what have you tried?

However, I am encountering an error as shown in the image. Based on the configuration of those modules, I don’t know where I went wrong.  
I have tried updating the App Secret in the module to see if it would work, but it still didn’t.

### 📋 Error messages or input/output bundles

This is the error message:

DataError  
Bad Request  
null

### 🔗 Create public scenario page

> **[Gửi thông tin từ lark qua tele - Make.com Automation Scenario](https://eu2.make.com/public/shared-scenario/4fksBycA9mb/gui-thong-tin-tu-lark-qua-tele)**
>
> Preview Gửi thông tin từ lark qua tele created with Make.com. Connect your favorite apps and automate repetitive tasks.

### 📸 Screenshots (scenario flow, module settings, errors)

 ![image 1.png](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/f/6/f6fdfdbb6bd60a34a988e4afbece508abb04a3d5.png)

---

<div class="post-metadata">

### Author: ![alasless](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/alasless/32/70776_2.png) [@alasless](https://community.make.com/u/alasless)
#### Post date: [March 11, 2026, 8:35am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/3 "2026-03-11T08:35:57Z")

</div>

Can you show me the mapping you are doing in your http module?

---

<div class="post-metadata">

### Author: ![dung\_le\_tri](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@dung\_le\_tri](https://community.make.com/u/dung_le_tri)
#### Post date: [March 11, 2026, 8:46am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/4 "2026-03-11T08:46:03Z")

</div>

Hello. Thank you for your concern. I will send you the images. Please take a look.

 ![HTTP10 - 1](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/2/3/23625961feda1e20bf727ebac088856e9cc413c7.png)

 ![HTTP10 - 2](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/e/de227100acbcb069f6b6b6ae6ff462b62e07fa76.png)

```auto
                                     HTTP[10]

```

 ![HTTP8 - 1](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/5/5/55de1185a808f7ef356f082bf2c4b2635838121e.png)

 ![HTTP8 - 2](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/f/ef1b49e7abbf79a066de4547f9ccb1342eaf396e.png)

 ![HTTP8 - 3](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/8/d/8df47afb38264a52adcf15096fd24b986e1aeb4b.png)

```auto
                                    HTTP[8]

```

---

<div class="post-metadata">

### Author: ![Devtrest](https://avatars.discourse-cdn.com/v4/letter/d/f4b2a3/32.png) [@Devtrest](https://community.make.com/u/Devtrest)
#### Post date: [March 11, 2026, 11:47am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/5 "2026-03-11T11:47:54Z")

</div>

`Bad Request` on an HTTP module usually means the request is reaching the API, but something in the request is invalid.

From your screenshot, the best place to check is the **HTTP module setup** itself URL, headers, body, and especially any mapped values coming from the iterator. If one required field is empty or in the wrong format, Make often just shows a generic `Bad Request`.

So I’d review:

- the request URL

- headers/auth

- body type

- mapped file/image field from Lark Base

Most likely it’s not the App Secret, but one of the request parameters being sent in the wrong format or as null.

---

<div class="post-metadata">

### Author: ![quintinmorrow](https://avatars.discourse-cdn.com/v4/letter/q/919ad9/32.png) [@quintinmorrow](https://community.make.com/u/quintinmorrow)
#### Post date: [March 12, 2026, 10:27am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/6 "2026-03-12T10:27:15Z")

</div>

Bad request errors in Make modules can be tricky because the scenario may look correct at first glance. I’ve run into this when one of the mapped fields was sending an empty value or the format didn’t match what the API expected. Checking the raw output from the previous step usually helps reveal where the request starts breaking.

---

<div class="post-metadata">

### Author: ![Devtrest](https://avatars.discourse-cdn.com/v4/letter/d/f4b2a3/32.png) [@Devtrest](https://community.make.com/u/Devtrest)
#### Post date: [March 12, 2026, 12:07pm UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/7 "2026-03-12T12:07:59Z")

</div>

A `Bad Request` in an HTTP module usually means the request is being sent, but one of the fields is invalid or empty.

From your scenario, I’d mainly check the **2nd HTTP module** : the URL, headers, body, and especially the values mapped from the iterator. Very often the issue is a required parameter missing or being sent as `null`, not the App Secret itself.

So I’d say the problem is more likely in the **request data being sent** than in the connection itself.

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [June 10, 2026, 11:18am UTC](https://community.make.com/t/im-having-an-issue-with-this-module-its-showing-a-data-error-bad-request/105270/8 "2026-06-10T11:18:11Z")

</div>


