Wordpress Website integration with ERPNEXT

I want to integrate existing website with erpnext. I want to implement a functionality so that whenever an event happens in website than the nortification must be sended to erpnext.
This will help me to streamline the sales process
Please help me in achieving the same.

I use n8n to simplify the integration between WordPress and ERPNext. By utilizing the Jet Engine plugin, I can send a REST request to a webhook configured in n8n with the required information. In turn, n8n sends a POST request to ERPNext. N8N is powerful so it also allow to push the information to a redis queue in case ERPnext is not available and you can create a periodic workflow that retry sending what’s in the queue to ERPnext and avoid data loss during downtimes.

1 Like