<@ULVA73B9P> I am trying to use a webhook that connects to an automation and then run a deployment w...
s
@Marvin I am trying to use a webhook that connects to an automation and then run a deployment with specific data that I sent from the webhook url the problem is that the body always show up like this like a string but I am sending that as JSON
Copy code
name=\"time_unit_type\"\\r\\n\\r\
m
It seems like you're experiencing an issue where the JSON data sent from a webhook to a Prefect deployment is being converted into a string with unwanted escape characters. To help you resolve this, I'll provide a solution based on the Prefect version you're using. Could you please let me know whether you're using Prefect 2.x or Prefect 3.x? If you're unsure, you can also give me more context about your setup, and I can help determine the version for you.
s
2X