https://prefect.io logo
w

Will Raphaelson

07/10/2023, 9:21 PM
Used some of the newer Cloud features (event webhooks, deployment triggers) to kick off flow runs in response to kafka messages. https://medium.com/the-prefect-blog/beyond-scheduling-event-driven-flows-with-prefect-b072edd06833
🦜 6
cool cool 5
🔥 11
👀 4
gritty intensifies 4
l

liej6799

07/26/2023, 1:52 PM
hi will, can i check is it possible for it to call deployment run from webhook without the need of automation. or the only way is using rest function?
w

Will Raphaelson

07/26/2023, 2:50 PM
you’ll need to link the webhook request to the deployment with an automation.
l

liej6799

07/27/2023, 1:25 PM
is it possible to bypass automation due to the limit
w

Will Raphaelson

07/27/2023, 1:47 PM
it is not possible via prefect, but if you control the webhook you could potentially hit the /flow_runs endpoint directly rather than a webhook with the appropriate auth/payload to kick off a flow run.
2 Views