Api call: Send Payment received mail

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

Additional features are documented here:

http://docs.invoiceninja.com/en/latest/api.html

We don’t support sending a payment email when it’s manually added through the API.