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.