Notification Resources / Web Hook

Overview

The Web Hook Subscription API manages web hook subscriptions.

Concepts

Web Hooks

Web hooks are a notification mechanism in which the Xformative API events publish a notification to a subscribing third party endpoint.

Subscribe

The act of registering an endpoint that should be notified when an event is processed.

Publish

The act of notifying subscribers that an event has processed.

Events

subscribe
Subscribes to an Xformative API event and provides a callback endpoint for notification.
publish
Publishes the notification to the endpoint provided in the subscription.