fakturownia-invoice-recipients-issuers

Create or update invoice recipients and issuers in JSON payloads via the Fakturownia CLI or API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This recipe simplifies adding, updating, and removing additional recipient and issuer contacts within invoice payloads so invoices can notify or reference multiple parties without manual payload assembly.

Core Features & Use Cases

  • Create with recipients and issuers: Include recipients and issuers arrays when creating an invoice to attach additional contact entries.
  • Update or delete entries: Update recipient or issuer fields by id or remove them using the _destroy flag during invoice updates.
  • Use Case: Add an external billing contact and an alternate issuer email to ensure the correct parties receive notifications and copies of the invoice.

Quick Start

Use the fakturownia CLI to create or update an invoice by supplying a JSON payload that includes recipients and issuers arrays.

Frequently Asked Questions about fakturownia-invoice-recipients-issuers

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

FAQPage Schema
How do I add multiple recipients and issuers to a Fakturownia invoice payload?

To add multiple recipients and issuers to a Fakturownia invoice payload, include recipients and issuers arrays within your JSON input when creating or updating the invoice. This attaches additional contact entries to notify or reference multiple parties.

Can I update or delete existing recipient contacts on an invoice using the Fakturownia CLI?

Yes, you can update or delete existing recipient contacts using the Fakturownia CLI by supplying their id in the JSON payload. To remove an entry, include the _destroy flag while respecting invoice validation rules during the update operation.

What JSON format is required to attach additional billing contacts to Fakturownia invoices?

The JSON format required to attach additional billing contacts requires recipients and issuers arrays containing the contact details. When updating, entries must include the specific id, and deletions use the _destroy flag within the invoice payload.

When do I need to include recipients and issuers arrays in Fakturownia API requests?

You need to include recipients and issuers arrays in Fakturownia API requests when an invoice requires extra recipient or issuer records for notifications. This is applied during create or update operations to ensure correct parties receive invoice copies.

Does the Fakturownia invoice update process support deleting issuer entries with a flag?

Yes, the Fakturownia invoice update process supports deleting issuer entries by using the _destroy flag in the JSON payload. This allows you to remove specific issuer contacts by id while maintaining invoice validation integrity.