Send an invoice to a freelance client from a conversation
Когда использовать: Client just confirmed scope in chat — you want the invoice out before context-switching.
Предварительные требования
- Server/skill installed and authenticated — See repo README
Поток
-
Draft the invoiceCreate a PayPal invoice for [email protected] for $2,400 USD: 1 line item 'May consulting retainer, 24h @ $100'. Due net-15.✓ Скопировано→ Invoice id + payment link
-
Confirm and sendSend the invoice now and tell me the URL to copy into email.✓ Скопировано→ Sent status + URL
Итог: Invoice issued in 30 seconds without leaving the chat.
Подводные камни
- Always start in sandbox. Live mode is one env var away from being real money. Set PAYPAL_ENVIRONMENT=sandbox until you've tested the exact f — Always start in sandbox. Live mode is one env var away from being real money. Set PAYPAL_ENVIRONMENT=sandbox until you've tested the exact flow.