Installing Workflows

How to download and set up purchased workflows in your automation platform.

Download Your Workflow

After purchasing (or downloading a free workflow):

  1. Go to your Purchases page from the user menu.
  2. Find the workflow and click Download.
  3. You'll receive a file in the format used by your platform (JSON for n8n, blueprint for Make, etc.).

Import by Platform

n8n:

  1. Open your n8n instance.
  2. Go to WorkflowsImport from File.
  3. Select the downloaded JSON file.
  4. The workflow appears in your workflow list.

Make:

  1. Log into Make.
  2. Click Create a new scenarioImport Blueprint.
  3. Upload the blueprint JSON file.

Zapier:

  1. Use the shared Zap link provided with your purchase.
  2. Click Try this Zap to add it to your account.
  3. Configure the connected apps and authentication.

LangChain / CrewAI:

  1. Extract the downloaded files to your project directory.
  2. Install dependencies with pip install -r requirements.txt or npm install.
  3. 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.