고객사에서 단말기까지, 메시지가 전달되는 과정을 한 단계씩 확인합니다.
각 단계의 전문(payload)은 아래에서 입력한 값으로 생성됩니다.
고객사 시스템이 발송할 메시지를 비즈뿌리오 메시지 API로 전송합니다.
POST https://api.bizppurio.com/v3/message
Authorization: Bearer {accesstoken}
{
"account": "bizUserId001",
"type": "sms",
"from": "07000000000",
"to": "01012345678",
"refkey": "test1234",
"content": {
"sms": {
"message": "[비즈뿌리오] 인증번호 [123456]를 입력해 주세요."
}
}
}