interface PipedriveTriggerNodeParameters {
action?:
| "create"
| "delete"
| "deleted"
| "*"
| "updated"
| "change"
| "added"
| "merged";
authentication?: "oAuth2"
| "apiToken";
entity?:
| "person"
| "deal"
| "organization"
| "user"
| "*"
| "pipeline"
| "activity"
| "note"
| "product"
| "activityType"
| "stage";
incomingAuthentication?: "none"
| "basicAuth";
object?:
| "person"
| "deal"
| "organization"
| "user"
| "*"
| "pipeline"
| "activity"
| "note"
| "product"
| "activityType"
| "stage";
}
Properties§
Source§readonly action?:
| "create"
| "delete"
| "deleted"
| "*"
| "updated"
| "change"
| "added"
| "merged"
readonly action?:
| "create"
| "delete"
| "deleted"
| "*"
| "updated"
| "change"
| "added"
| "merged"
Source§readonly entity?:
| "person"
| "deal"
| "organization"
| "user"
| "*"
| "pipeline"
| "activity"
| "note"
| "product"
| "activityType"
| "stage"
readonly entity?:
| "person"
| "deal"
| "organization"
| "user"
| "*"
| "pipeline"
| "activity"
| "note"
| "product"
| "activityType"
| "stage"
Type of object to receive notifications about Default: "*"
Type of action to receive notifications about Default: "*"