> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Workflows

> Ready-to-use workflow templates to get you started

These ready-to-use examples live in the `workflows-examples/` folder of the [GitHub repository](https://github.com/crossmint/n8n-nodes-crossmint).

## Buy Celsius

**File**: `buy-celsius.json`

This workflow demonstrates the complete wallet lifecycle and checkout process:

* Create or retrieve a wallet
* Get wallet details
* Check wallet balance
* Create and pay for an order

<img src="https://mintcdn.com/crossmint/iJ4Pa4z5KCoLtzBg/images/solutions/n8n/buy-celsius.png?fit=max&auto=format&n=iJ4Pa4z5KCoLtzBg&q=85&s=908ab791681591231a62caa6274c21ca" alt="Crossmint nodes examples" width="2302" height="412" data-path="images/solutions/n8n/buy-celsius.png" />

<Card title="Download workflow" icon="download" href="https://github.com/crossmint/n8n-nodes-crossmint/blob/main/workflows-examples/buy-celsius.json">
  Import this workflow into your n8n instance
</Card>

## Buy Any Item from Amazon or Shopify Using Natural Language

**File**: `buy-items-amazon.json`

An advanced workflow that combines AI and automation:

1. Receives product requests in natural language
2. Uses OpenAI to parse and extract product details
3. Automatically purchases items from Amazon using stablecoins

<img src="https://mintcdn.com/crossmint/iJ4Pa4z5KCoLtzBg/images/solutions/n8n/buy-items-from-amazon.png?fit=max&auto=format&n=iJ4Pa4z5KCoLtzBg&q=85&s=947d9edca43997ba476e67dd94731ce0" alt="Buy items from Amazon workflow" width="2590" height="444" data-path="images/solutions/n8n/buy-items-from-amazon.png" />

<Card title="Download workflow" icon="download" href="https://github.com/crossmint/n8n-nodes-crossmint/blob/main/workflows-examples/buy-items-amazon.json">
  Import this workflow into your n8n instance
</Card>

## How to Use These Workflows

<Steps>
  <Step title="Download the workflow JSON">
    Click the download link for the workflow you want to use
  </Step>

  <Step title="Import into n8n">
    In n8n, go to **Create Workflow**, in the top right select the **options menu** (three dots), hit **Import from File** and select the JSON file
  </Step>

  <Step title="Configure credentials">
    Set up your Crossmint API credentials in the workflow nodes
  </Step>

  <Step title="Update personal data">
    Replace placeholder values with your own:

    * Email addresses
    * Wallet addresses
    * Admin signer private keys
    * Product URLs or IDs
    * Delivery address
  </Step>

  <Step title="Test in Staging">
    Run the workflow in Staging environment first to verify everything works
  </Step>

  <Step title="Execute">
    Run the workflow and monitor the results
  </Step>
</Steps>

## Need More Help?

<CardGroup cols={2}>
  <Card title="Ask the Expert GPT" icon="robot" href="https://chatgpt.com/g/g-68d13ccc81ac8191a0c3716ce980faff-n8n-crossmint-expert" rel="noopener noreferrer">
    Get AI-powered guidance on building workflows
  </Card>

  <Card title="Wallets Node" icon="wallet" href="/solutions/n8n/nodes/wallets">
    Learn about all wallet operations and features
  </Card>

  <Card title="Checkout Node" icon="credit-card" href="/solutions/n8n/nodes/checkout">
    Automate purchases from Amazon and Shopify
  </Card>

  <Card title="View All Examples" icon="github" href="https://github.com/crossmint/n8n-nodes-crossmint/tree/main/workflows-examples" rel="noopener noreferrer">
    Browse all workflow examples on GitHub
  </Card>
</CardGroup>
