> For the complete documentation index, see [llms.txt](https://tutorials.deeple.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.deeple.ai/faq/line-oa/webhook-redelivery-line-developers.md).

# เปิดใช้งาน Webhook redelivery ใน LINE Developers

**Webhook redelivery** คือ ฟีเจอร์จาก LINE developers ถูกพัฒนาขึ้นเพื่อตอบโจทย์การทำงานของแชทบอทโดยเฉพาะ ซึ่งมีจุดเด่นคือช่วยให้ร้านค้าที่ใช้บริการแชทบอท สามารถรับข้อความจาก LINE Official Account (LINE OA) ได้อย่างครบถ้วน หากพบปัญหาการส่งข้อความจาก LINE OA มาที่ระบบ deeple ตกหล่นไม่ครบถ้วน ฟีเจอร์นี้จะช่วยส่งข้อความมาที่ระบบอีกครั้ง ดังนั้นเพื่อป้องกันปัญหาที่จะเกิดขึ้นในอนาคต ขอแนะนำให้ร้านค้าเปิดใช้งานฟีเจอร์ Webhook redelivery ผ่านเว็บไซต์ LINE developers ไว้ โดยทำตามขั้นตอนดังนี้

1. เปิดเว็บไซต์ <https://developers.line.biz/> และคลิกปุ่ม Log in

![](/files/hXtaQvpoRAh26Wej3GQr)

2\. Log in เข้าสู่บัญชี LINE OA ของร้านค้า

![](/files/SiqdLVjrm1mzx7ZLxGVf)

3\. เลือก Provider ของร้านค้า

![](/files/ctxU7jO97HdRVswt0ibl)

4\. เลือกบัญชี LINE OA ของร้านค้า

![](/files/MqcXQmbYGohK7wHc0ay4)

5\. คลิก "Messaging API" และเลื่อนหน้าจอลงมาจะพบหัวข้อ Webhook settings

![](/files/GABrvUlpzMj6wUofEFHB)

6\. เลือกเปิดใช้งาน Webhook redelivery

![](/files/yyF35a8HWIkZqhOd5DZ0)

7\. คลิกยอมรับเงื่อนไขการเปิดใช้งาน Webhook redelivery

8\. คลิก Enable Webhook redelivery

![](/files/nrdH3wR2ykSXeoZqjC9l)

9\. หน้าเว็บไซต์จะอัปเดตการเปิดใช้งาน Webhook redelivery โดยอัตโนมัติ

![](/files/WWGC34TOdofJOjhUW35x)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tutorials.deeple.ai/faq/line-oa/webhook-redelivery-line-developers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
