Auth0 · Schema
FlowActionPipedriveAddDealParams
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| connection_id | string | |
| title | string | |
| value | string | |
| user_id | object | |
| person_id | object | |
| organization_id | object | |
| stage_id | object | |
| fields | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FlowActionPipedriveAddDealParams",
"title": "FlowActionPipedriveAddDealParams",
"type": "object",
"additionalProperties": false,
"required": [
"connection_id",
"title"
],
"properties": {
"connection_id": {
"type": "string",
"maxLength": 30,
"format": "flows-vault-connections-id"
},
"title": {
"type": "string"
},
"value": {
"type": "string"
},
"user_id": {
"$ref": "#/components/schemas/FlowActionPipedriveAddDealParamsUserId"
},
"person_id": {
"$ref": "#/components/schemas/FlowActionPipedriveAddDealParamsPersonId"
},
"organization_id": {
"$ref": "#/components/schemas/FlowActionPipedriveAddDealParamsOrganizationId"
},
"stage_id": {
"$ref": "#/components/schemas/FlowActionPipedriveAddDealParamsStageId"
},
"fields": {
"$ref": "#/components/schemas/FlowActionPipedriveAddDealParamsFields"
}
}
}