Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.58 KB
coverY layout
0
cover title description tableOfContents outline pagination
visible size
true
full
visible
true
visible
true
visible
visible
visible
true

The Webhooks Framework

The Deveel Webhooks framework is composed of a set of libraries that can be used, at different degrees, to implement a system that allows applications to send and receive webhooks.

  • Sending Webhooks - Using libraries of the framework you can send webhooks to receivers, based on your own logic and rules.
  • Receiving Webhooks - The framework provides a set of libraries implementing the capabilities for receiving webhooks from senders and reacting to events from external systems (such as Twilio, SendGrid, Facebook, etc.).
  • Notifications - The framework provides a set of libraries that can be used to manage subscriptions to events and notify subscribing applications of events that occurred in your system.

Read more about this framework:

Topic Description
Concepts A list of basic concepts used in the framework
Getting Started A quick guide to start using the framework
Sending Webhooks Sending webhooks messages to receivers
Receiving Webhooks Receiving webhooks from senders
Notifications Notify subscribing applications of events occurred in your system