Webhook Class |
Namespace: SparkSDK
public class Webhook
The Webhook type exposes the following members.
Name | Description | |
---|---|---|
Created |
The timestamp that the webhook being created.
| |
Event |
The event type for the webhook.
| |
Filter |
The filter that defines the webhook scope.
| |
Id |
The identifier of this webhook.
| |
Name |
A user-friendly name for this webhook.
| |
Resource |
The resource type for the webhook.
| |
Secret |
The Secret use to generate payload signiture.
| |
Status |
The status of the webhook. Use active | |
TargetUrl |
The URL that receives POST requests for each event.
|