Click or drag to resize

Webhook Class

A data type presents a Webhook at Cisco Webex for Developer.
Inheritance Hierarchy
SystemObject
  WebexSDKWebhook

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Webhook

The Webhook type exposes the following members.

Constructors
  NameDescription
Public methodWebhook
Initializes a new instance of the Webhook class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that the webhook being created.
Public propertyEvent
The event type for the webhook.
Public propertyFilter
The filter that defines the webhook scope.
Public propertyId
The identifier of this webhook.
Public propertyName
A user-friendly name for this webhook.
Public propertyResource
The resource type for the webhook.
Public propertySecret
The Secret use to generate payload signature.
Public propertyStatus
The status of the webhook. Use
active
to reactivate a disabled webhook.
Public propertyTargetUrl
The URL that receives POST requests for each event.
Top
Remarks
see [Webhook Explained](https://developer.webex.com/webhooks-explained.html)
Remarks
Since: 0.1.0
See Also