Ready-to-use prompts and JSON schemas for n8n AI nodes. Copy, paste, and go.
Prompts for n8n's AI nodes — Information Extractor, Text Classifier, and Summarizer.
{{ $json.text }} or {{ $json.body }}net_margin_pct < 10.line_items array can be split using a Split Out node for individual row processinginvoices then again on line_items to get one row per line itemitem_type field lets you filter modifiers vs products downstream. Use a Filter node to separate discounts for separate processing, or a Switch to route each type differently.Prompts for improving AI Agent node system messages — fixing output format issues, Telegram compatibility, and reliable structured responses.
MarkdownV2RM 1,250.00 and unescaped exclamation marks. The #2 cause is using standard Markdown headers (##) instead of bold (*text*). Adding these rules to your system message fixes 95% of Telegram formatting failures.HTML instead, and update the system message rules to output <b>, <i>, <code> tags. HTML mode is more forgiving with special characters but less flexible for styling.Prompts for generating JavaScript code to use inside n8n's Code node — for data transformation, report generation, and file output.
Buffer.from(html).toString('base64'), then returns it as a binary property. This makes it downloadable as an .html file through the n8n UI or via webhook response.transaction_date, settlement_amount, pos_total). The more specific your input, the more accurate the generated code.