https://prefect.io logo
Title
d

Deceivious

04/13/2023, 12:28 PM
Hi, My data source provides updated data through an webhook. Is it possible for Prefect 2 to trigger a flow with an incoming webhook or do I have to deploy a separate web application to handle those incoming webhooks and trigger a flow using the Prefect API ?
w

Will Raphaelson

04/13/2023, 2:45 PM
Hey @Deceivious thanks for the question - we’re working on incoming webhooks next, I anticipate we’ll have something out around the middle of next month. Youd be able to create an event resource in prefect cloud and hit that url to kick off any type of automation, including running a flow.
d

Deceivious

04/13/2023, 2:48 PM
Hi thanks for the reply. We use both cloud and locally hosted server for development. Is this going to be limited to prefect cloud or will it also be extended to prefect server?
w

Will Raphaelson

04/13/2023, 2:49 PM
At least initially this will be limited to cloud
d

Deceivious

04/13/2023, 2:49 PM
Thanks.