Skip to main content

Setting a schedule

You can schedule any workflow to run on a recurring basis from the dashboard or API. Screenshot showing the schedule editor in dashboard. You can also update the schedule through the API:
curl -X PUT https://api.getlark.ai/workflows/wf_abc123 \
  -H "X-API-Key: $LARKCI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"schedule": "0 9 * * *"}'
Learn more about configuring alerts in Slack.