fakturownia-invoice-ksef-create-send

Create and queue Fakturownia invoices for KSeF submission via the gov-save-and-send flag.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many workflows require creating an invoice in Fakturownia and immediately enqueuing it for submission to the Polish KSeF registry; doing this manually across API calls is error-prone and time-consuming. This Skill documents the API-native companion flag and workflow to ensure invoices are saved and sent to KSeF as part of the same create or update operation.

Core Features & Use Cases

  • Atomic create-and-send: Shows how to include the gov-save-and-send companion flag to create or update an invoice and queue it for KSeF submission in the same API call.
  • Create and requeue: Covers both initial invoice creation and subsequent updates that require requeueing for KSeF (for example when buyer tax details change).
  • Developer guidance: Advises inspecting the Fakturownia invoice schema before automating payloads to avoid validation errors.

Quick Start

Use the CLI to create an invoice and queue it for KSeF by running the fakturownia invoice create command with the --gov-save-and-send flag and a valid invoice payload.

Frequently Asked Questions about fakturownia-invoice-ksef-create-send

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

FAQPage Schema
How do I create an invoice in Fakturownia and send it to KSeF in the same API call?

To create an invoice and send it to KSeF simultaneously, use the Fakturownia API with the gov-save-and-send companion flag. This atomic workflow queues the invoice for Polish KSeF registry submission during creation.

Can I requeue an updated Fakturownia invoice for KSeF submission?

Yes, you can requeue an updated Fakturownia invoice for KSeF submission by applying the gov-save-and-send flag during invoice update workflows. This is useful when buyer tax details change and require resubmission.

What is the gov-save-and-send flag used for in Fakturownia API workflows?

The gov-save-and-send flag is a companion parameter used in Fakturownia API calls to enqueue invoices for Polish KSeF registry submission. It ensures invoices are saved and sent to KSeF within the same operation.

Do I need to inspect the Fakturownia invoice schema before automating KSeF submission?

Yes, you should inspect the Fakturownia invoice schema before automating payloads for KSeF submission. Validating your invoice payload against the schema prevents API validation errors during the create-and-send workflow.

How do I use the CLI to create an invoice and queue it for KSeF?

Run the fakturownia invoice create command with the --gov-save-and-send flag and a valid invoice payload. This CLI command creates the invoice and queues it for KSeF submission instantly.

What are the limitations of using the gov-save-and-send flag for KSeF submission?

The gov-save-and-send flag relies on a valid Fakturownia invoice payload conforming to the schema. If the payload contains validation errors, the atomic create-and-send operation will fail before the invoice reaches the KSeF registry.