Azure.Connectors.Sdk.Pipedrive.Models Namespace

Classes

Name Description
ActivityResponse

Response for When a new activity is added

AddActivityRequest

AddActivityRequest

AddDealRequest

AddDealRequestV2

DealResponse

Response for Get deal by id

ListDealsResponse

Response for List deals

PipedriveModelFactory

Model factory for creating instances of Pipedrive 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.

PipedriveOnTrigNewActivityTriggerPayload

Typed trigger payload for the OnTrigNewActivity trigger (Pipedrive "When a new activity is added", operationId: TrigNewActivity). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<PipedriveOnTrigNewActivityTriggerPayload>(body).

PipedriveOnTrigNewDealTriggerPayload

Typed trigger payload for the OnTrigNewDeal trigger (Pipedrive "When a new deal is added (V2)", operationId: TrigNewDealV2). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<PipedriveOnTrigNewDealTriggerPayload>(body).

PipedriveTriggers

Static registry of trigger operations for the Pipedrive 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 PipedriveTriggerOperations for the complete list of trigger operation name constants.

StageResponse

Response for Get stage by id

UpdateDealStageRequest

UpdateDealStageRequestV2

UpdateDealStatusRequest

UpdateDealStatusRequest

Structs

Name Description
VisibleTo

Extensible enum for known VisibleTo values.