Q&A
running a workflow on a schedule (like cron)
Sep 8167
i need a workflow that runs every morning at 8am to pull data from an API and update a table. basically a daily sync job
is there a schedule trigger or do i have to use an external cron to hit a webhook? in n8n i was using the cron node and it worked fine but was annoying to configure timezones