Kakao Work

Download 12
Last updated Sep 22, 2024

kakaowork-send-msg

Send a message to Kakao Work. text options are required.

kakaowork-send-msg profile=PROFILE [email=EMAIL] [conversation-name=CONVERSATION-NAME] [conversation-id=CONVERSATION-ID] text=TEXT
profile=PROFILE
Kakao Work connect profile code
email=EMAIL
The email of the user who will receive the message. (can be multiple, separated by commas)
conversation-name=CONVERSATION-NAME
Name of the chat room to create. Valid only when creating a group chat room. Cannot be used in conjunction with the conversation-id option.
conversation-id=CONVERSATION-ID
Existing chat room ID to send the message to. Cannot be used in conjunction with the email or conversation-name options.
text=TEXT
The message to send.

Output Fields

FieldTypeNameDescription
profileStringConnect profileKakao Work connect profile code.
msg_idStringMessage IDe.g. 757617552587034624
conversation_idStringConversation IDe.g. 10694910
is_successBoolIs successtrue or false.