ERPNext 3rd party integrations.

Hi, I’m new to using ERPNext and the Frappe framework. I have already installed it, and it’s running on my Linux system. I want to know how I can integrate a third-party API for an SMS gateway and a payment gateway. Any help would be appreciated. Thanks in advance.

Can you mention the exact third-party API provider?

If the integration already exists. You can avoid reinventing it

Since I’m new to this, any third-party API provider would work—I just want to know if it’s possible. If there are existing providers, could you please explain how to integrate one in ERPNext v15?

Thank you!

Find the existing integration apps here:

https://frappecloud.com/marketplace

If any app suits your use case.

Then do bench get-app [github repo link], then install-app command to your site

& SMS Settings

1 Like

How can I integrate any of my custom API for data retrieval?

Via custom app

Write your python functions with your business logic and hit the api endpoints

Or

Try webhooks