n8n node for SAT Mexico integration - CFDI invoicing, RFC validation, UDI, exchange rates
npm install n8n-nodes-sat-mexicon8n-nodes-sat-mexico
bash
npm install n8n-nodes-sat-mexico
`
⚙️ Configuration
$3
| Provider | Free Plan | Link |
|----------|-----------|------|
| Facturapi | Yes (sandbox) | facturapi.io |
| Finkok | Yes (testing) | finkok.com |
1. Create an account with one of the providers
2. Get your API Key
3. Configure credentials in n8n
$3
No credentials needed - works without configuration.
📖 Usage
$3
`javascript
// Input: "XAXX010101000"
// Output:
{
"valid": true,
"rfc": "XAXX010101000",
"tipo": "General Public",
"message": "Generic RFC for general public"
}
`
$3
`javascript
// Output:
{
"indicator": "UDI",
"value": 8.25,
"date": "2024-01-15",
"source": "Banxico"
}
`
$3
`javascript
// Output:
{
"currency": "USD",
"exchangeRate": 17.50,
"date": "2024-01-15",
"source": "Exchange Rate API"
}
``