SMS
예약 메시지 즉시 발송
예약된 문자 메시지를 예약 시간을 무시하고 즉시 발송합니다.
post/v2/messages/sms/groups/{groupId}/send
Path parameters
groupIdstring required
메시지 그룹의 ID입니다.
Response
예약 메시지 즉시 발송이 성공적으로 처리되었습니다. 발송 요청이 완료되었습니다.
Example response
{
"code": 200,
"message": "성공",
"data": {
"groupId": "004a6217-f06c-40f6-8f39-bf35b3f76111",
"succeeded": 850,
"failed": 150
}
}