I have a prefect flow that pulls data from integra...
# ask-community
e
I have a prefect flow that pulls data from integrations (slack, notion, etc), and after ingestion triggers a bunch of other flows for analysis and associations. For these integrations, i want to be able to sync in a regular cadence. Would using a cron prefect flow to kick off a bunch of ingestion flows be the right way to think about this? Or is there a better recommendation? Would love to chat with a CX engineer on the prefect team about potential designs for my usecase