Back to Nodes

Acrewity

Last updated Jul 3, 2026

n8n community node for Acrewity API - A unified API platform with 22+ utility services including PDF processing, data conversion, QR codes, barcodes, and more

529 Weekly Downloads
611 Monthly Downloads

Included Nodes

Acrewity

Description

n8n-nodes-acrewity

This is an n8n community node for Acrewity – a unified API platform with 22+ utility services.

Features

This node provides access to all Acrewity API services:

Data & Utilities

  • UUID Generator – Generate unique identifiers (v1, v4)
  • Regex Matcher – Pattern matching and text extraction
  • Text Diff – Compare two texts and highlight differences
  • URL Encoder/Decoder – Safely encode and decode URLs
  • Timezone Converter – Convert times between timezones
  • JSON Schema Validator – Validate JSON against schemas
  • Content Processing

  • URL to Markdown – Convert web pages to Markdown
  • HTML to Markdown – Convert HTML content to Markdown
  • Markdown to HTML – Convert Markdown to HTML with syntax highlighting
  • HTML to PDF – Generate PDF documents from HTML
  • Document Generation

  • QR Code Generator – Generate QR codes (PNG/SVG)
  • Barcode Generator – Generate 1D barcodes (Code128, EAN-13, EAN-8, UPC, Code39, ITF-14, Codabar)
  • Markdown Table Generator – Create formatted Markdown tables
  • Sitemap Generator – Extract links from web pages and generate XML sitemaps
  • File Conversion

  • Image Converter – Convert between JPEG, PNG, WebP, BMP, GIF, ICO, TIFF
  • Excel to JSON – Parse Excel files to JSON
  • JSON to Excel – Create Excel files from JSON (single or multi-sheet, with cell positioning and formula support)
  • PDF Operations

  • PDF Merge – Combine multiple PDF files
  • PDF Extract Page – Extract specific pages from PDFs
  • PDF to HTML – Convert PDFs to HTML
  • PDF to Markdown – Convert PDFs to Markdown
  • Communication

  • Email Access – Send emails via SMTP, fetch emails via IMAP/POP3, mark as read
  • Installation

    In n8n Desktop/Self-hosted

    1. Go to Settings > Community Nodes
    2. Select Install
    3. Enter @acrewity/n8n-nodes-acrewity
    4. Click Install

    Manual Installation

    npm install @acrewity/n8n-nodes-acrewity
    

    Credentials

    To use this node, you need an Acrewity API key:

    1. Sign up at acrewity.com
    2. Go to your Dashboard > API Keys
    3. Create a new API key
    4. Copy the key (starts with ak_)

    In n8n:
    1. Go to Credentials
    2. Create new Acrewity API credential
    3. Paste your API key

    Usage

    1. Add the Acrewity node to your workflow
    2. Select a Resource (service type)
    3. Select an Operation
    4. Fill in the required parameters
    5. Execute!

    Example: Generate UUIDs

    1. Resource: UUID Generator
    2. Operation: Generate UUID
    3. UUID Version: Version 4 (Random)
    4. Count: 5

    Example: Convert HTML to PDF

    1. Resource: HTML to PDF
    2. Operation: Convert to PDF
    3. HTML Content:

    Invoice #123

    ...

    API Documentation

    Full API documentation is available at acrewity.com/docs

    Credits

    Each API operation costs 1 credit. Check your credit balance in the Acrewity dashboard.

    Support

  • Documentation: acrewity.com/docs
  • Issues: GitHub Issues
  • Contact: acrewity.com/contact

License

MIT