Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakvatech/Bulk-Webhook
Bulk Webhook
https://github.com/aakvatech/Bulk-Webhook
Last synced: 2 months ago
JSON representation
Bulk Webhook
- Host: GitHub
- URL: https://github.com/aakvatech/Bulk-Webhook
- Owner: aakvatech
- License: other
- Created: 2021-10-16T14:13:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:42:43.000Z (8 months ago)
- Last Synced: 2024-05-15T18:13:26.654Z (6 months ago)
- Language: Python
- Size: 124 KB
- Stars: 11
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-frappe - Bulk Webhook - Bulk Webhook allows creating webhook that sends multiple records and also reports from ERPNext, and has support for Apache Kafka. (Uncategorized / Uncategorized)
README
## Bulk Webhook
Bulk Webhook allows creating webhook that sends multiple records and also reports from ERPNext. It kinds of combines Auto-email Reports and Webhook.
It also extends to allowing writing own scripts to be processed and the data thereof can be used to send via webhook like functionality to another site. We have used it to send to kafka.
It has scheduling facility of "Every 5 minutes", "Every 15 minutes", "Every 30 minutes", "Hourly", "Daily", "Weekly" or "Monthly".
It has defaults that are defined at "Bulk Webhook Settings" level so that you may not need to repeat in each of the webhook if you have kafka like scenario where the authentication header could be common.#### License
MIT