Click or drag to resize

WebexWebhooks Property

Gets the webhooks. Webhooks allow the application to be notified via HTTP(or HTTPS) when a specific event occurs in Cisco Webex

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public WebhookClient Webhooks { get; }

Property Value

Type: WebhookClient
The webhooks.
Remarks
Since: 0.1.0
Examples
a new message is posted into a specific space.
See Also