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
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Kakao Work connect profile code. |
msg_id | String | Message ID | e.g. 757617552587034624 |
conversation_id | String | Conversation ID | e.g. 10694910 |
is_success | Bool | Is success | true or false. |