GetSubscribersVarsResponse
- Type: array object[] · GetSubscriberVarsResponse[]
- customType: string
Label 구독 화면에서 표시할 사용자 정의 필드 이름
- defaultType: string
Value 메일머지 치환자를 구독자 정보로 치환할 때, 저장된 값이 없을 때 사용하는 값
- idType: integer
사용자 정의 필드 아이디
- isType: boolean
Mandatory 필수 값 여부
- isType: boolean
Visible 필드 표시 여부
- labelType: string
사용자 정의 필드를 구분하기 위한 이름
- substitutionType: string
메일머지 치환자를 입력하거나 구독자 정보를 API로 전송할 때 사용하는 값
- typeType: string
사용자 정의 필드 유형(예. 텍스트, 드롭다운)
- typeType: object
Option 사용자 정의 필드 유형에 따른 부가 옵션
Examples
[
{
"id": 60723,
"label": "이메일 주소",
"substitution": "email",
"defaultValue": "",
"isMandatory": true,
"customLabel": "",
"type": "text",
"typeOption": {},
"isVisible": false
},
{
"id": 60724,
"label": "이름",
"substitution": "name",
"defaultValue": "",
"isMandatory": false,
"customLabel": "",
"type": "text",
"typeOption": {},
"isVisible": false
}
]

