엔터프라이즈
1000회/분
주소록 생성
새로운 주소록을 생성합니다.
- 주소록 생성 시 워크스페이스 소유자의 이메일 주소가 기본 발신자 이메일 주소로 등록됩니다.
Body·
required
application/json
- Type: stringcompany
Address required주소
- Type: stringcompany
Contact required전화번호
- Type: stringcompany
Name required회사명 또는 이름
- Type: stringnamerequired
주소록 이름
- Type: stringsender
Name required기본 발신자 이름
- Type: booleancan
Send To Unsubscribed 수신거부 구독자 발송 대상 포함 여부
- Type: booleanuse
Subscriber Auto Delete 자동삭제 기능 사용 여부
Responses
- application/json
Request Example for post/lists
curl https://api.stibee.com/v2/lists \
--request POST \
--header 'Content-Type: application/json' \
--header 'AccessToken: YOUR_SECRET_TOKEN' \
--data '{
"name": "주소록 이름",
"senderName": "고길동",
"companyName": "회사명",
"companyContact": "0212341234",
"companyAddress": "서울시 중구 동호로",
"useSubscriberAutoDelete": true,
"canSendToUnsubscribed": false
}'
{
"id": 1234
}
