Skip to main content
Version: 7.0.0

HubspotDealStage

This page supports schema for Hubspot Datatype HubspotDealStage.

{
"properties": {
"label": {
"type": "string",
"x-label": {
"en": "Hubspot Deal stage Name",
"ko": "허브스팟 딜 스테이지 이름"
}
},
"value": {
"type": "string",
"x-label": {
"en": "Hubspot Deal stage Value",
"ko": "허브스팟 딜 스테이지 값"
}
}
},
"type": "string"
}

Input Schema

{
"properties": {
"pipeline": {
"type": "string"
}
},
"required": [
"pipeline"
],
"type": "object"
}