Hello Team,
I hope this message finds you well. I am currently encountering a technical issue with a webhook integration that I am implementing, and I am seeking your expertise to resolve this problem.
Issue Description: While working on automating a process using Make.com, I have set up a custom webhook that interacts with an external API to fetch product data. The data retrieval is successful, and the webhook operation completes without any errors. However, I am facing an issue with the data presentation in the response output.
Problem Detail: The response data from the webhook is supposed to display detailed product information. Instead of showing the expected detailed JSON data, the output is displaying as [object Object]
, indicating that the object is not being correctly converted or displayed as a string.
Technical Environment:
- Platform: Make.com
- Feature: Custom Webhook
- Expected Data Format: JSON
Attempts to Resolve: I have verified the data integrity, and the JSON returned by the API contains the correct information. The issue seems to be related to how this data is serialized or handled post-retrieval in Make.com.
Request for Assistance: Could you please assist me in debugging this issue? I suspect the problem might be related to how the response is handled or displayed within the webhook setup. Any insights or suggestions on how to properly serialize and display the JSON data would be greatly appreciated.