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”
}
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!