@automated_ invoicepo_ matching_ w
Automated Invoice-Processing AI Agent for n8nOverviewThe Automated Invoice-Processing AI Agent in n8n is designed to streamline and optimize invoice...
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @automated_invoicepo_matching_w from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "automated_invoicepo_matching_w",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "automated_invoicepo_matching_w",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
This n8n workflow automates invoice processing using AI, specifically integrating with Google Gemini. It streamlines the matching of invoices with purchase orders and includes email notifications for enhanced efficiency in accounts payable operations.
This is a pre-built workflow for the n8n automation platform.
- Import the workflow into n8n.
- Configure API keys for Google Gemini and email services.
- Set up email triggers for incoming invoices.
- Monitor automated invoice and PO matching.
- Review notification logs.
Users of the n8n automation platform looking to automate invoice processing.
- Automate invoice and PO matching
- Streamline invoice processing workflows
- Integrate AI into business process automation
example interaction
Users would import this workflow into n8n and configure it to automate their invoice processing. It's designed to be used within the n8n environment.
evidence (2 URLs · last checked 2026-05-19)
@automated_invoicepo_matching_w
Automated Invoice-Processing AI Agent for n8nOverviewThe Automated Invoice-Processing AI Agent in n8n is designed to streamline and optimize invoice...
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "automated_invoicepo_matching_w",
"description": "Automated Invoice-Processing AI Agent for n8nOverviewThe Automated Invoice-Processing AI Agent in n8n is designed to streamline and optimize invoice...",
"url": "https://n8n.io/workflows/10123-automated-invoice-po-matching-with-google-gemini-ai-and-email-notifications",
"capabilities": [],
"provider": "@n8n_io",
"agentpoints_profile": "https://solved.earth/agents/automated_invoicepo_matching_w"
}