What you will do
This quickstart walks you through the shortest path to a working workflow:- Sign up and onboard.
- Connect apps.
- Create a workflow via prompting.
- Test the workflow.
- Publish it and verify the first run.
Before you start
Choose one outcome you want to automate. Good first examples include:- Send a Slack message when a webhook is received
- Run a scheduled workflow that summarizes updates
- Collect data from one app and write it into another
Step 1: Open Workflow Machine
After signing in, you will land in the main product area. The most important sections for a new user are:- Home for entry points and templates
- Templates for prebuilt workflow ideas
- Connections for app authentication
- Workflows for creating and editing automations
- Settings for profile, subscription and usage information
Step 2: Connect your first app
Before many steps can work, you need a connection. Open Connections and create a connection for the app you plan to use. Depending on the integration, this may use OAuth or API keys. Good first connection choices:- Slack for notifications
- Gmail for inbox workflows
- Notion for creating or updating pages
- Google Sheets for logging records
Step 3: Create a workflow
Under Home:- Describe your use case
- Send the prompt
Step 4: Review and refine the workflow
Once the workflow draft is created, review it in the editor and make any changes you want. You can update the trigger, adjust the step order, edit field mappings, remove steps that are not needed, or add new ones yourself. The workflow does not need to stay exactly as AI generated it. You can manually shape it until it matches the process you actually want to run. For a first workflow, keep the structure simple and focus on one clear outcome. After the basic flow looks right, move on to testing.Step 5: Test before publishing
Before publishing, run a test. You can test the workflow in different ways depending on what you want to validate:- Test a single trigger
- Test a single step
- Test a full run using a specific trigger
- Check whether the trigger is configured correctly
- Confirm that connected accounts work
- Inspect step outputs
- Catch mapping mistakes before the workflow goes live
- Missing connection setup
- Required fields not being filled in
- Data shape mismatches between steps
- A trigger that was configured differently than expected
Step 6: Publish and verify the first run
Once the test passes, publish the workflow. After publishing:- Trigger it with a real input
- Open the run history
- Verify that each step completed as expected
Recommended first workflow patterns
If you want something easy to prove out quickly, start with one of these:- Webhook in, Slack message out
- Schedule in, AI summary out
- Form response in, spreadsheet row out
- Email in, AI classification plus notification out
Next steps
Take the product tour
Learn how the main areas of the app fit together.
Build your first workflow
Follow a more detailed workflow creation guide.
Connect your first app
Learn how connections work and how to avoid common auth issues.
Understand workflows
Learn the core concepts behind triggers, steps, runs, and versions.