Sign in

Deliver invoice

documented

Deliver the invoice via email.

POST /api/invs/{hash_key}/deliverInvoicesno implementation yet0 runs
No 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}}}}'