Send an invoice to a freelance client from a conversation
Quand l'utiliser : Client just confirmed scope in chat — you want the invoice out before context-switching.
Prérequis
- Server/skill installed and authenticated — See repo README
Déroulement
-
Draft the invoiceCreate a PayPal invoice for [email protected] for $2,400 USD: 1 line item 'May consulting retainer, 24h @ $100'. Due net-15.✓ Copié→ Invoice id + payment link
-
Confirm and sendSend the invoice now and tell me the URL to copy into email.✓ Copié→ Sent status + URL
Résultat : Invoice issued in 30 seconds without leaving the chat.
Pièges
- 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.