SlackOnNewFileTriggerPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Typed trigger payload for the OnNewFile trigger (Slack "When a file is created", operationId: OnNewFile).
Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<SlackOnNewFileTriggerPayload>(body).
public class SlackOnNewFileTriggerPayload : Azure.Connectors.Sdk.TriggerCallbackPayload<System.Text.Json.JsonElement?>
type SlackOnNewFileTriggerPayload = class
inherit TriggerCallbackPayload<Nullable<JsonElement>>
Public Class SlackOnNewFileTriggerPayload
Inherits TriggerCallbackPayload(Of Nullable(Of JsonElement))
- Inheritance
Constructors
| Name | Description |
|---|---|
| SlackOnNewFileTriggerPayload() | |
Properties
| Name | Description |
|---|---|
| Body |
The body envelope containing the trigger items. (Inherited from TriggerCallbackPayload<T>) |