Hello,
is the api-call list at https://app.invoiceninja.com/api-docs#/ complete?
What abount API calls like the following? Where are they documented?
curl -X POST ninja.dev/api/v1/email_invoice -d ‘{“id”:1}’
-H “Content-Type:application/json” -H “X-Ninja-Token: TOKEN”
I would like to send “Payment received” Emails after adding payments via api. Is this possible?
Thanks,
Michael