Send invoice reminder
documentedSend a reminder for the invoice.
POST /api/invs/{hash_key}/reminderInvoicesno 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}}/reminder" \
-X POST \
-u {{HIVEAGE_API_KEY}}: \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"delivery": {"recipients": {{$recipients}}, "blind_copies": {{$blind_copies}}, "subject": "{{$subject}}", "message": "{{$message}}", "attachment": {{$attachment}}}}'