Files
plunk/apps/wiki/content/docs/automation-patterns/index.mdx
T
2025-12-07 10:25:18 +01:00

54 lines
1.4 KiB
Plaintext

---
title: Automation Patterns
description: Workflow patterns and examples
icon: Zap
---
## Learn workflows
<Cards>
<Card icon="Workflow" title="Visual Builder Guide" href="/automation-patterns/visual-builder-guide">
Use the drag-and-drop workflow editor
</Card>
<Card icon="Layers" title="Workflow Patterns" href="/automation-patterns/workflow-patterns">
Common workflow examples
</Card>
</Cards>
## By use case
<Cards>
<Card icon="Users" title="Onboarding" href="/automation-patterns/onboarding-sequences">
Welcome and activate new users
</Card>
<Card icon="Lightbulb" title="Engagement" href="/automation-patterns/engagement-campaigns">
Drive feature adoption
</Card>
<Card icon="RefreshCw" title="Retention" href="/automation-patterns/retention-automation">
Prevent churn and win back users
</Card>
<Card icon="CreditCard" title="Transactional" href="/automation-patterns/transactional-workflows">
Order confirmations and receipts
</Card>
</Cards>
## Advanced
<Cards>
<Card icon="GitBranch" title="Conditional Branching" href="/automation-patterns/conditional-branching">
If/then logic in workflows
</Card>
<Card icon="Database" title="Execution Context" href="/automation-patterns/advanced-execution-context">
Pass event data through workflows
</Card>
<Card icon="Bug" title="Troubleshooting" href="/automation-patterns/troubleshooting-workflows">
Debug workflow issues
</Card>
</Cards>