Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getlark.ai/llms.txt

Use this file to discover all available pages before exploring further.

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: $GETLARK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"schedule": "0 9 * * *"}'
Learn more about configuring alerts in Slack.