Installing Workflows
How to download and set up purchased workflows in your automation platform.
Download Your Workflow
After purchasing (or downloading a free workflow):
- Go to your Purchases page from the user menu.
- Find the workflow and click Download.
- You'll receive a file in the format used by your platform (JSON for n8n, blueprint for Make, etc.).
Import by Platform
n8n:
- Open your n8n instance.
- Go to Workflows → Import from File.
- Select the downloaded JSON file.
- The workflow appears in your workflow list.
Make:
- Log into Make.
- Click Create a new scenario → Import Blueprint.
- Upload the blueprint JSON file.
Zapier:
- Use the shared Zap link provided with your purchase.
- Click Try this Zap to add it to your account.
- Configure the connected apps and authentication.
LangChain / CrewAI:
- Extract the downloaded files to your project directory.
- Install dependencies with
pip install -r requirements.txtornpm install. - Configure environment variables as described in the included README.
Configuration
Most workflows require some initial configuration:
- API Keys: Add your own API keys for connected services (OpenAI, Google, Slack, etc.).
- Credentials: Set up authentication for apps used in the workflow.
- Variables: Customize settings like email addresses, webhook URLs, or file paths.
Each workflow includes setup instructions from the creator. Look for a README file or setup guide in your download.