# Sentience Growth Free Sample Workflows

These files are starter n8n workflows. They are meant to show the structure of a practical automation, not to run as finished production systems.

## How to use them

1. Open n8n.
2. Create a new workflow.
3. Choose **Import from file**.
4. Select one of the `.n8n.json` files.
5. Open the sticky note inside the workflow.
6. Replace the sample data with your real tools, credentials, fields, and approval rules.
7. Test the workflow with safe example data before connecting it to live email, customer records, or team notifications.

## What is included

- `email-triage-starter.n8n.json`: sample inbox triage and priority scoring.
- `follow-up-reminder-starter.n8n.json`: sample stale-conversation follow-up logic.
- `daily-brief-starter.n8n.json`: sample daily operating brief builder.
- `reports-docs-starter.n8n.json`: sample report and document draft builder.

## Important

These workflows do not include your credentials, private data, business rules, or production integrations. Treat them as starting points. A real implementation should be adapted to your tools, reviewed for privacy and security, and tested before live use.
