# Activepieces: 'Return Response' is Empty

**URL:** https://community.pickaxe.co/t/activepieces-return-response-is-empty/2111
**Category:** General
**Created:** [October 16, 2024, 9:24pm UTC](https://community.pickaxe.co/t/activepieces-return-response-is-empty/2111 "2024-10-16T21:24:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fluent\_friends](https://yyz2.discourse-cdn.com/flex004/user_avatar/community.pickaxe.co/fluent_friends/32/884_2.png) [@fluent\_friends](https://community.pickaxe.co/u/fluent_friends)
#### Post date: [October 16, 2024, 9:24pm UTC](https://community.pickaxe.co/t/activepieces-return-response-is-empty/2111/1 "2024-10-16T21:24:45Z")

</div>

Hey legends,

Im trying to create a simple Action/Webhook with Activepieces.

All my testing works until I am waiting for the response, which is empty. My prompt just says “Display the entire JSON response to the user”

Is there any specific JSON or formatting or Headers or quirk to know about the response?

Currently I am just putting:

{  
“status”: 200,  
“message”: “Success”  
}

 ![Screenshot (1387)](https://canada1.discourse-cdn.com/flex004/uploads/pickaxeproject/original/1X/2898b62629cd8393c4154213ed3a0c0988dd7856.png)

and here is the pickaxe’s response;  
"Successfully sent data. Result: {}

This indicates that the webhook request was sent successfully, but the response was an empty JSON object. This could mean that the webhook endpoint processed the request but didn’t return any specific data in response."

Thanks for any help!

---

<div class="post-metadata">

### Author: ![ab2308](https://yyz2.discourse-cdn.com/flex004/user_avatar/community.pickaxe.co/ab2308/32/1542_2.png) [@ab2308](https://community.pickaxe.co/u/ab2308)
#### Post date: [October 16, 2024, 11:01pm UTC](https://community.pickaxe.co/t/activepieces-return-response-is-empty/2111/2 "2024-10-16T23:01:59Z")

</div>

@fluent_friends did you add the response format in the action code in Pickaxe?

I’m not familiar with Activepieces but should not be too dissimilar to Make

---

<div class="post-metadata">

### Author: ![fluent\_friends](https://yyz2.discourse-cdn.com/flex004/user_avatar/community.pickaxe.co/fluent_friends/32/884_2.png) [@fluent\_friends](https://community.pickaxe.co/u/fluent_friends)
#### Post date: [October 17, 2024, 1:27pm UTC](https://community.pickaxe.co/t/activepieces-return-response-is-empty/2111/3 "2024-10-17T13:27:44Z")

</div>

Thanks ab, Yes I have tried it, but whenever I include anything like a ‘response format’ (i just ask chatgpt to edit the python code to include it) the testing goes from giving me an empty response JSON{} to repeating to me the initial POST JSON that I send.

But i have moved to N8N and im already getting better results.

Thanks for the reply
