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.