Deveel Webhooks
DeveelGitHub
  • Deveel Webhooks
  • Getting Started
  • Concepts
    • What is a Webhook?
    • What is a Webhook Subscription?
    • What is a Sender of Webhooks?
    • What is a Receiver of Webhooks?
    • What is an Event Notification?
  • Sending Webhooks
    • Configuring the Sender
    • Signing Webhooks
    • Webhook Serialization
  • Webhook Notifications
    • Webhook Subscriptions Management
      • Data Layers
        • Entity Framework Layer
    • The WebhookNotifier Service
    • Webhook Factories
    • Filtering Webhook Subscriptions
  • Receivers
    • Webhook Receivers
    • Facebook Webhook Receiver
    • Receiving Webhooks
    • SendGrid Webhook and E-Mail Receiver
    • Twilio Webhook Receiver
  • Developer Guidelines
  • Frequently Asked Questions
Powered by GitBook

Deveel Webhooks

NextGetting Started

Last updated 1 year ago

Was this helpful?

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.

  • - Using libraries of the framework you can send webhooks to receivers, based on your own logic and rules.

  • - 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.).

  • - 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

A list of basic concepts used in the framework

A quick guide to start using the framework

Sending webhooks messages to receivers

Receiving webhooks from senders

Notify subscribing applications of events occurred in your system

Page cover image
Sending Webhooks
Receiving Webhooks
Notifications
Concepts
Getting Started
Sending Webhooks
Receiving Webhooks
Notifications