Deliver invoice
documentedDeliver the invoice via email using default or custom content.
POST /api/invs/{hash_key}/deliverInvoicesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://[subdomain].hiveage.com/api/invs/{{$hash_key}}/deliver" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-u "{{HIVEAGE_API_KEY}}:" \
-d '{"delivery": {"recipients": {{$recipients}}, "blind_copies": {{$blind_copies}}, "subject": "{{$subject}}", "message": "{{$message}}", "attachment": {{$attachment}}}}'