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.