# Webhook replays "Accepted" (Reopen Topic)

**URL:** https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378
**Category:** Questions
**Tags:** connections
**Created:** [April 28, 2024, 2:50pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378 "2024-04-28T14:50:21Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 2:50pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/1 "2024-04-28T14:50:21Z")

</div>

I have Twilio Messaging Service for WhatsApp that any time a message is recived is sent to a Make webhook.  
The problem is that every message gets an automatic reply, “Accepted”.

I’d like to make that stop, I have been following this thread ([Webhook replies "Accepted"?](https://community.make.com/t/webhook-replies-accepted/4559)) but the solution is not working for me any idea ?

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/9/9912e8c279c19b61b73acc5de0779b113392003b.png)

---

<div class="post-metadata">

### Author: ![Donald\_Mitchell](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/donald_mitchell/32/8749_2.png) [@Donald\_Mitchell](https://community.make.com/u/Donald_Mitchell)
#### Post date: [April 28, 2024, 2:57pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/2 "2024-04-28T14:57:04Z")

</div>

Hello @Rafael_Sanchez,

Shouldn’t you use Status code 200 for this instead of 300?  
Whatever you put in the body will be replied to the texter, unless it’s blank, in which case they shouldn’t receive any reply, not even the “Accepted” message.  
Also, the scenario needs to be turned on or you need to hit Run Once before sending the text/before Twilio fires the Webhook.

---

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 3:00pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/3 "2024-04-28T15:00:50Z")

</div>

Helo @Donald_Mitchell I did it and still same result.

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [April 28, 2024, 3:04pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/5 "2024-04-28T15:04:36Z")

</div>

Try `{{emptystring}}` in the body for a blank response.

![Screenshot_2024-04-28_230439](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/a/9a6f737b1ed37b6d452968132f2121f2d7a6d958.png)

---

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 3:04pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/6 "2024-04-28T15:04:57Z")

</div>

Helo @samliew

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/7/c79c3fbd53b2b212c1ab979b7aae8e660031c247.png)

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/0/4054e97192d1e934b286979ac42e516701f17e1b.png)

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/a/9/a93074eaf65c5dbade65d1769ca123fe24e270ed.jpeg)

---

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 3:09pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/7 "2024-04-28T15:09:41Z")

</div>

@samliew same result:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/c/dc49704889978735da97d17c074c938f48fff15c.jpeg)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [April 28, 2024, 3:17pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/8 "2024-04-28T15:17:03Z")

</div>

> [@samliew](#):
>
> Try `{{emptystring}}` in the body for a blank response.

I’m almost certain this is the answer. You might need to save your scenario and switch off/on your scenario schedule.

Also, I did not need to set any custom headers.

You can test this in a new scenario:

## Module Export

You can **copy** and **paste** this module export into your scenario. This will paste the modules shown in my screenshots above.

1. Copy the JSON code below by clicking the copy button when you mouseover the **top-right** of the code block  
 ![Screenshot_2024-01-17_200117](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/2/b/2b1b692880388420db5045bf51ef344e6698a816.png)

2. Enter your scenario editor. Press ESC to close any dialogs. Press CTRLV (paste keyboard shortcut for Windows) to paste directly in the canvas.

3. Click on each imported module and save it for validation. You may be prompted to remap some variables and connections.

#### JSON

```json
{
    "subflows": [
        {
            "flow": [
                {
                    "id": 147,
                    "module": "gateway:CustomWebHook",
                    "version": 1,
                    "parameters": {
                        "hook": 512783,
                        "maxResults": 1
                    },
                    "mapper": {},
                    "metadata": {
                        "designer": {
                            "x": -832,
                            "y": -4015,
                            "messages": [
                                {
                                    "category": "link",
                                    "severity": "warning",
                                    "message": "A trigger must be the first module in a scenario."
                                }
                            ]
                        },
                        "restore": {
                            "parameters": {
                                "hook": {
                                    "label": "My temp webhook",
                                    "data": {
                                        "editable": "true"
                                    }
                                }
                            }
                        },
                        "parameters": [
                            {
                                "name": "hook",
                                "type": "hook:gateway-webhook",
                                "label": "Webhook",
                                "required": true
                            },
                            {
                                "name": "maxResults",
                                "type": "number",
                                "label": "Maximum number of results"
                            }
                        ]
                    }
                },
                {
                    "id": 148,
                    "module": "gateway:WebhookRespond",
                    "version": 1,
                    "parameters": {},
                    "mapper": {
                        "status": "200",
                        "body": "{{emptystring}}",
                        "headers": []
                    },
                    "metadata": {
                        "designer": {
                            "x": -582,
                            "y": -4015
                        },
                        "restore": {
                            "expect": {
                                "headers": {
                                    "mode": "chose"
                                }
                            }
                        },
                        "expect": [
                            {
                                "name": "status",
                                "type": "uinteger",
                                "label": "Status",
                                "validate": {
                                    "min": 100
                                },
                                "required": true
                            },
                            {
                                "name": "body",
                                "type": "any",
                                "label": "Body"
                            },
                            {
                                "name": "headers",
                                "type": "array",
                                "label": "Custom headers",
                                "validate": {
                                    "maxItems": 16
                                },
                                "spec": [
                                    {
                                        "name": "key",
                                        "label": "Key",
                                        "type": "text",
                                        "required": true,
                                        "validate": {
                                            "max": 256
                                        }
                                    },
                                    {
                                        "name": "value",
                                        "label": "Value",
                                        "type": "text",
                                        "required": true,
                                        "validate": {
                                            "max": 4096
                                        }
                                    }
                                ]
                            }
                        ],
                        "advanced": true
                    }
                }
            ]
        }
    ],
    "metadata": {
        "version": 1
    }
}

```

---

<div class="post-metadata">

### Author: ![Donald\_Mitchell](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/donald_mitchell/32/8749_2.png) [@Donald\_Mitchell](https://community.make.com/u/Donald_Mitchell)
#### Post date: [April 28, 2024, 3:23pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/9 "2024-04-28T15:23:26Z")

</div>

I use Twilio and it worked with Response code 200 and nothing in the Body or Headers. Like @samliew suggested, try removing the headers as well.

---

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 3:32pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/10 "2024-04-28T15:32:07Z")

</div>

I did as you said @samliew it seems to bo working by not sending back “Accepted” however it should send the body of the response webhook but that is not happening.

---

<div class="post-metadata">

### Author: ![Rafael\_Sanchez](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/rafael_sanchez/32/5425_2.png) [@Rafael\_Sanchez](https://community.make.com/u/Rafael_Sanchez)
#### Post date: [April 28, 2024, 3:59pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/11 "2024-04-28T15:59:56Z")

</div>

Thank you, everyone. Creating a scenario from scratch seemed to have solved the issue. Though I’m not entirely certain that was the cause, for now, it’s resolved.

I sincerely appreciate your assistance and for dedicating your time to be with me on a Sunday. I will be sure to pay it forward by helping others in the same way.

Thank you.  
@Donald_Mitchell  
@samliew

---

<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: [May 12, 2024, 4:04pm UTC](https://community.make.com/t/webhook-replays-accepted-reopen-topic/35378/12 "2024-05-12T16:04:02Z")

</div>


