Back to all templates
Learn ByteChef by doing
Build your first ByteChef automation: fetch a random quote daily and log it.
Description:
New to ByteChef? This simple workflow is the perfect way to get started. In just a few minutes, you'll build your first automation that runs on a schedule, fetches a random quote from the internet and logs it.
Key Features:
- Daily schedule trigger — no manual intervention needed
- HTTP GET request to a public API with JSON response parsing
- Data reference between tasks using ByteChef expression syntax
- Logger step for inspecting output without extra integrations
Prerequisites:
- A running ByteChef instance
- Internet access to reach the public quotes API
Ideal For:
Anyone new to ByteChef who wants a zero-configuration first workflow that demonstrates triggers, HTTP calls, and task chaining.
STEPS
- Trigger: the workflow fires once every day at midnight.
- Get a random quote: HTTP GET request to dummyjson.com/quotes/random returns a JSON object.
- Log the quote: the Logger step prints the quote field from the HTTP response to the execution log.
COMPONENTS
Schedule
Http Client
Logger
CATEGORYgetting-started