Overview
Remix Workflows is a feature of SaasRock that allows users to create and manage workflows. This feature offers four different editions with varying levels of features and pricing. Users can take advantage of variables, credentials, execution modes, API integrations, trigger blocks, action blocks, and more.
Features
- Variables: Create and manage variables that can be used in workflows.
- Credentials: Store and manage credentials for API integrations.
- Tenants/Accounts own workflows: Enable users to have their own workflows within their accounts.
- Execution Modes: Choose between manual or automatic execution modes for workflows.
- API: Integrate workflows with external APIs.
- Stream: Streamline workflow processes by using the Stream feature.
- Trigger Blocks: Use manual or automated triggers to initiate workflows.
- Row Event: Utilize row events to trigger actions within workflows.
- Action Blocks: Perform actions within workflows, such as making HTTP requests, logging, and alerting users.
- Switch: Use conditional logic with the Switch feature.
- Iterator: Iterate over a set of values within workflows.
- Variable: Use variables within workflows.
- Wait for Input: Pause workflows and wait for user input.
- GPT Chat Completion: Utilize the GPT Chat Completion feature for AI-powered interactions.
- Row Get, Create, Update, Delete: Perform CRUD operations on rows within workflows.
- Cron Blocks: Schedule workflows to run at specific times.
- Send Email: Send emails as part of workflow actions.
- Global Workflows: Create and manage global workflows.
Installation
- Rename
.env.exampleto.envand set your variables. - Install dependencies:
# Use NPM
npm install
# Use Yarn
yarn install
- Initialize the database:
npx prisma db push --preview-feature
npx prisma db seed --preview-feature
or manually push the schema and seed the database:
npx prisma migrate dev --preview-feature
npx prisma db seed --preview-feature
- Start the development server:
# Use NPM
npm run dev
# Use Yarn
yarn dev
- Build workflows and start using Remix Workflows.
Summary
Remix Workflows is a powerful feature of SaasRock that allows users to create and manage workflows with ease. With a range of features and editions to choose from, users can customize their workflows to suit their specific needs. The installation process is straightforward, making it easy for users to get started and take advantage of the various capabilities provided by Remix Workflows. Overall, this feature provides a comprehensive solution for workflow management and automation.