Kakao i Connect Message::BizMessage(ENG)::BizMessage Agent::Sending MMS

페이지 이동경로

Sending MMS

You can use BizMessage Agent to send MMS(Multimedia Messaging Service).

NOTE

코드예제Sample Code of Sending MMS

INSERT INTO K_MESSAGE (
PHONE_MSG,
TITLE,
MSG_TYPE,
MOBILE_NO,
SENDER_NO,
SEND_TYPE,
RESERVE_DATE,
IMG_ATTACH_CD,
MMS_IMG1,
MMS_IMG2,
MMS_IMG3,
REG_DATE
) VALUES (
This is an MMS message.,
This is the MMS title.,
'XM',                         # For details of message type, see the Table Specification.
'99999999999',  	            # Recipients number needs to be changed.
'99999999999',                # Senders number needs to be changed.
'S',                          # Sending Type : S - Real time,  M  Batch
now(),
M,                          # IMG_ATTACH_CD (If there is an image, enter M)
‘${image_path}’,              # MMS_IMG1 : Absolute path of the 1st image
‘${image_path}’,              # MMS_IMG1 : Absolute path of the 2nd image
‘${image_path}’,              # MMS_IMG1 : Absolute path of the 3rd image
now()
);

이 문서가 만족스러운 이유를 알려주세요.
이 문서에 아쉬운 점을 알려주세요.
평가해주셔서 감사합니다.

더 자세한 의견은 contact.dkt@kakaocorp.com 으로 제보해주세요.