Disclaimer: Parts of this content have been generated with the use of AI.
Practical demo applications for integrating workflow automation into your applications. These examples show how to embed Embed Workflow's visual workflow builder and automation capabilities directly into your platform.
- How to integrate Embed Workflow into existing applications
- Setting up automated notifications and workflows
- Using pre-built triggers and actions
- Implementing fallback systems for reliability
- Best practices for workflow automation
todo-slack-notifications/ A complete Next.js Todo application that demonstrates:
- Task creation and completion workflows
- Automated email or Slack notifications using Embed Workflow
- Embedded workflow builder UI integration
- JWT authentication for secure access
- Fallback notification system
ai-content-router/ An advanced AI-powered content generation and distribution system that demonstrates:
- AI integration with conditional prompts
- Smart content routing based on content type
- Multi-channel distribution (Email, Slack)
- Complex workflow logic with branching
- OpenAI API integration for content generation
-
Clone the Repository
git clone [repository-url] cd embed-workflow-demos
-
Choose Your Demo Navigate to the demo you want to explore:
Beginner Level:
cd beginner/todo-slack-notifications
Intermediary Level:
cd intermediary/ai-content-router
-
Follow Setup Instructions Each demo includes a detailed README with setup instructions, API key configuration, and usage examples.
- Node.js 16+ installed
- An Embed Workflow account (sign up here)
- Basic knowledge of JavaScript/React
Each demo includes:
- Complete source code with comments
- Step-by-step setup instructions
- Configuration examples
- Troubleshooting guides
Start with the beginner demo to understand the basics, then progress to the intermediary demo to explore advanced features like AI integration and complex workflow logic.