@acrewity/n8n-nodes-acrewity
v0.1.16
Published
n8n community node for Acrewity API - A unified API platform with 22+ utility services including PDF processing, data conversion, QR codes, barcodes, and more
Maintainers
Readme
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
- Go to Settings > Community Nodes
- Select Install
- Enter
@acrewity/n8n-nodes-acrewity - Click Install
Manual Installation
npm install @acrewity/n8n-nodes-acrewityCredentials
To use this node, you need an Acrewity API key:
- Sign up at acrewity.com
- Go to your Dashboard > API Keys
- Create a new API key
- Copy the key (starts with
ak_)
In n8n:
- Go to Credentials
- Create new Acrewity API credential
- Paste your API key
Usage
- Add the Acrewity node to your workflow
- Select a Resource (service type)
- Select an Operation
- Fill in the required parameters
- Execute!
Example: Generate UUIDs
- Resource:
UUID Generator - Operation:
Generate UUID - UUID Version:
Version 4 (Random) - Count:
5
Example: Convert HTML to PDF
- Resource:
HTML to PDF - Operation:
Convert to PDF - HTML Content:
<html><body><h1>Invoice #123</h1>...</body></html>
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
