Robot de conversion Tally en facture PDF
Ceci est unInvoice Processing, Multimodal AIworkflow d'automatisation du domainecontenant 4 nœuds.Utilise principalement des nœuds comme Webhook, EmailSend, GoogleDocs, GoogleDrive. Générer et envoyer par e-mail des factures PDF à partir de formulaires Tally et Google Docs
- •Point de terminaison HTTP Webhook (généré automatiquement par n8n)
- •Informations d'identification Google Drive API
Nœuds utilisés (4)
{
"meta": {
"instanceId": "__PLACEHOLDER__"
},
"name": "Tally-to-PDF Invoice Bot",
"nodes": [
{
"id": "webhook-tally",
"name": "📝 Tally Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "gdocs-pdf",
"name": "📄 Google Docs → PDF",
"type": "n8n-nodes-base.googleDocs",
"position": [
480,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "email-client",
"name": "💌 E-mail de la facture",
"type": "n8n-nodes-base.emailSend",
"position": [
760,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "drive-backup",
"name": "☁️ Sauvegarde Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
760,
480
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"webhook-tally": {
"main": [
[
{
"node": "gdocs-pdf",
"type": "main",
"index": 0
}
]
]
},
"gdocs-pdf": {
"main": [
[
{
"node": "email-client",
"type": "main",
"index": 0
},
{
"node": "drive-backup",
"type": "main",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Débutant - Traitement des factures, IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Shelly-Ann Davy
@shecodesfloFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
Partager ce workflow