fakturownia-invoice-send-email

Send a Fakturownia invoice by ID to an email address with optional PDF attachment.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-send-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-invoice-send-email
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/recipes/invoice-send-email
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-send-email

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to send invoices by email directly from your Fakturownia workflow, with options to override recipients and include the PDF attachment.

Core Features & Use Cases

  • Send an invoice by email using its ID.
  • Override the recipient address when needed and attach the invoice as a PDF.
  • Use in automated billing workflows to streamline correspondence with customers.

Quick Start

Email an existing invoice by ID, optionally override the recipient, and attach the PDF.

Frequently Asked Questions about fakturownia-invoice-send-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a Fakturownia invoice by email to a different recipient?

To send a Fakturownia invoice by email to a different recipient, use the --email-to option to override the default buyer address and deliver the invoice to your specified contact.

Can I attach a PDF when sending an invoice by email from Fakturownia?

Yes, you can attach a PDF when sending an invoice by email from Fakturownia by enabling the --email-pdf option to include the document as a file attachment in the message.

What is needed to automate sending invoices by email through the Fakturownia API?

Automating sending invoices by email through the Fakturownia API requires an active Fakturownia API context and the specific invoice ID to identify which document to process and dispatch.

Does the Fakturownia email invoice automation support testing without sending real messages?

Yes, the Fakturownia email invoice automation supports testing without sending real messages by using the --dry-run option to simulate the workflow execution safely.

Can I update the buyer email address before sending an invoice from Fakturownia?

Yes, you can update the buyer email address before sending an invoice from Fakturownia by using the --update-buyer-email option to modify the customer contact details prior to dispatch.