pingen_send_letter
Upload a PDF to create a physical letter, either as a draft or send it immediately with your chosen delivery product via Pingen.
Instructions
Upload a PDF and create a letter. By default a DRAFT (auto_send=false) — nothing is mailed until pingen_submit_letter. Set auto_send=true to mail immediately; that path also requires delivery_product, because it is the one route that never reaches pingen_submit_letter and so nothing asks for a product later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_send | No | default false = create draft only | |
| file_path | Yes | absolute path to the PDF | |
| address_position | No | window position of the address on the first page (default left) | |
| delivery_product | No | e.g. cheap (B-Post), fast (A-Post), registered (Einschreiben), premium — CH values. Optional for a draft, required with auto_send=true |