Click or drag to resize

WebhookClient Class

WebhookClient allow your app to be notified via HTTP when a specific event occurs on Webex. For example, your app can register a webhook to be notified when a new message is posted into a specific space
Inheritance Hierarchy
SystemObject
  WebexSDKWebhookClient

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

The WebhookClient type exposes the following members.

Constructors
  NameDescription
Public methodWebhookClient
Initializes a new instance of the WebhookClient class.
Top
Methods
  NameDescription
Public methodCreate
Posts a webhook for the authenticated user.
Public methodDelete
Deletes a webhook by id.
Public methodGet
Retrieves the details for a webhook by id.
Public methodList
Lists all webhooks of the authenticated user.
Public methodUpdate
Updates a webhook by id.
Top
Remarks
Since: 0.1.0
See Also