mira
12/06/2023, 12:54 PMMarvin
12/06/2023, 12:55 PM{{ body|tojson }}
, which implies that webhooks can handle incoming bodies in JSON format. The example given suggests that a POST request with a JSON body will result in an event with additional default values filled out.
Given this information, if a webhook emits an event in a non-JSON format, it may not be straightforward to match against it directly using Prefect automations. The automations seem to be designed to work more seamlessly with JSON-formatted event bodies.
To better answer your question, I would need to refer to more specific documentation or use cases pertaining to Prefect automations and webhooks. If you would like me to search for open GitHub issues that might relate to this topic, I can do that for further clarity.