Cloudron API - exposes domain email config ?
-
Working on scripting in my ClouDNS Steward app
I want to programatically retrieve information on a domain's email settings which is visible in the Cloudron portal (all, not just the bits in the screenshot), e.g.

NB : this is a GET - I am not trying to change anything in Cloudron
Is there a way to do this "properly" ?
Or I have to get creative and hack something ? -
Hello @timconsidine
Do you mean https://docs.cloudron.io/api/get-mail-status ?
You can even try this API inside the documentation. -
Hello @timconsidine
Do you mean https://docs.cloudron.io/api/get-mail-status ?
You can even try this API inside the documentation. -
Hello @timconsidine
Do you mean https://docs.cloudron.io/api/get-mail-status ?
You can even try this API inside the documentation.@James yes !
Not only does it provide me with the expected settings (the GET that I originally wanted), it also makes the expected vs actual test. So I don't need to do so in my code ! That makes the whole job easier.
Many thanks for the link and for a nice implementation of the functionality

-
@James yes !
Not only does it provide me with the expected settings (the GET that I originally wanted), it also makes the expected vs actual test. So I don't need to do so in my code ! That makes the whole job easier.
Many thanks for the link and for a nice implementation of the functionality

-
Hello @timconsidine
Happy to help.
The new API doc where you can actually test the API inside the doc is really nice for such cases.