kakaowork-send-msg-batch
Send multiple messages to Kakao Work. email and text fields are required.
kakaowork-send-msg-batch profile=PROFILE [email-field=EMAIL-FIELD] [text-field=TEXT-FIELD]
- profile=PROFILE
- Kakao Work connect profile code
- email-field=EMAIL-FIELD
- The field name to input the email of the user who will receive the message. Default value is
email
. - text-field=TEXT-FIELD
- The field name that will receive the message content. Default value is
text
Output Fields
Field | Type | Name | Description |
---|---|---|---|
msg_id | String | Message ID | e.g. 757617552587034624 |
conversation_id | String | Conversation ID | e.g. 10694910 |
is_success | Bool | Is success | true or false. |