PipedriveTriggerOperations Class

Definition

Trigger operation name constants for the Pipedrive connector. Use these constants with the [ConnectorTrigger] attribute's OperationName property and with the Connector Namespace TriggerConfig operationName field.

public static class PipedriveTriggerOperations
type PipedriveTriggerOperations = class
Public Class PipedriveTriggerOperations
Inheritance
PipedriveTriggerOperations

Fields

Name Description
OnTrigNewActivity

When a new activity is added. Payload type: PipedriveOnTrigNewActivityTriggerPayload.

OnTrigNewDeal

When a new deal is added (V2). Payload type: PipedriveOnTrigNewDealTriggerPayload.

Applies to