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.