Click or drag to resize

SparkWebhooks Property

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

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.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 room.
See Also