Api endpoints for automation

Hello

Congrats on a great software. I have heard great things. In congo many people use sage and it sucks, can you help me figure out if there is a way to connect to manager via an api to automate transactions into it?

I batch scan invoices and have them classified with ai into google sheets. I then want to input those into manager.

Thanks a lot.

@lubos your insight would be greatly appreciated.

@nicolaszein: There is a limited import facility that you can access from the UI. Go to Banks and Cash Accounts/Import bank statement. This works well with CAMT.053 downloads from the bank, be it only for payments and receipts. But I gather from your question that you don’t have such downloads.

There is also an api, but it is not very well documented and you will need to find out a lot for yourself. Point your browser at http://localhost:55667/api2, assuming you have the desktop version with default installation. This will give you an overview of the available endpoints. Some more information can be found at https://manager.readme.io/. But again, you will have to find out much for yourself. Apart from coding, you will have to find a web host for your extension, or you will have to host it yourself.

Also, have a look at the Developer Toolkit at Two Free Extensions for the Community. It might give you a start.

Hope this helps.

Thank you so much @jeroen1, that is kind of you to take the time to write such a detailed answer. I am very interested in the server version because we plan on having multiple clients on the same instance and thus build a multitenant app. I will try to contact @Khurram_Shahzad and see what if he can assist us.

@Khurram_Shahzad Hello Khurram, congratulations on your hard work with your extensions you provided to the community. I was wondering if I could ask for your expertise figuring out this issue we have with the API, do you think this is at all possible?