API Reference 카카오톡 PowerBuilder 알림톡 템플릿 관리
3.1. GetATSTemplateMgtURL - 알림톡 템플릿관리 팝업 URL
- 알림톡 템플릿을 신청하고 승인심사 결과를 확인하며 등록 내역을 확인하는 알림톡 템플릿 관리 페이지 팝업 URL을 반환합니다.
- 반환되는 URL은 보안 정책상 30초 동안 유효하며, 시간을 초과한 후에는 해당 URL을 통한 페이지 접근이 불가합니다.
function string getATSTemplateMgtURL(string corpnum, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
string - 요청에 대한 응답 URL
Throws
PopbillException
3.2. GetATSTemplate - 알림톡 템플릿 정보 확인
function atstemplate getatstemplate (string corpnum, string templatecode, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
templatecode |
string |
12 |
Y |
템플릿 코드 |
|
userid |
string |
50 |
N |
팝빌회원 아이디 |
Return
ATSTemplate
Throws
PopbillException
3.3. ListATSTemplate - 알림톡 템플릿 목록 확인
subroutine listatstemplate(string corpnum, ref atstemplate ref_list[]) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
|
corpnum |
string |
10 |
Y |
팝빌회원 사업자번호 ('-' 제외) |
|
ref_list |
ref ATSTemplate[ ] |
Y |
서브루틴 반환 결과값 |
Return
-
Throws
PopbillException