Update wiki
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user