<@ULVA73B9P> the field JSON Data in my custom webh...
# ask-marvin
c
@Marvin the field JSON Data in my custom webhook block is not going to be saved, while "form data" is. why?
m
It seems there are no existing GitHub issues directly related to JSON data not being saved in custom webhook blocks. However, I found some general documentation about webhook blocks in Prefect, which might provide some insights. 1. Webhook Endpoints: Prefect assigns a URL when you create a webhook, and it supports common HTTP methods. If the issue is related to how the JSON data is being sent or received, you might want to check the request methods and ensure they align with Prefect's expectations. More details can be found here. 2. Custom Webhook Block: Prefect allows the creation of custom webhook blocks, which can be used to call custom webhooks. However, there isn't specific documentation on why JSON data might not be saved while "form data" is. You might want to ensure that the webhook is correctly configured to accept and process JSON data. More information about block types can be found here. If JSON data is not being saved, it could be due to how the webhook is configured to handle incoming data. Double-check the configuration settings and the format of the data being sent. If the issue persists, consider reaching out to the Prefect community or support for more specific troubleshooting.