Click or drag to resize

WebhookClient Class

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

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