Home Technology Sending Data From Other Applications To ERPNext with Webhooks

Sending Data From Other Applications To ERPNext with Webhooks

by karani

In this video we will Implement a webhook inside a custom Python file and use it to send data to an ERPNext application.

Webhooks are one of a few ways web applications can communicate with each other. It allows you to send real-time data from one application to another whenever a given event occurs.

This is how PayPal tells your accounting app when your clients pay you, how Twilio routes phone calls to your number, and how WooCommerce can notify you about new orders in Slack.

 

You may also like

Leave a Comment