Azure.Connectors.Sdk.Zendesk.Models Namespace

Classes

Name Description
Item

Response for Create Item

ItemsList

Response for When an item is modified

SearchResult

Response for Search Articles

ZendeskModelFactory

Model factory for creating instances of Zendesk models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

ZendeskOnUpdatedItemsTriggerPayload

Typed trigger payload for the OnUpdatedItems trigger (Zendesk "When an item is modified", operationId: GetOnUpdatedItemsV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<ZendeskOnUpdatedItemsTriggerPayload>(body).

ZendeskTriggers

Static registry of trigger operations for the Zendesk connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See ZendeskTriggerOperations for the complete list of trigger operation name constants.