Actions15
- Messages Actions
- Profile Actions
- Friends Actions
- Templates Actions
Overview
This node integrates with the KakaoTalk API to send various types of messages, including SangdamTalk messages, which are consultation or counseling messages sent via KakaoTalk. It allows sending messages to multiple receivers identified by their UUIDs and supports templated message content.
A common use case for the "Send SangdamTalk" operation is in customer support or counseling services where personalized consultation messages need to be sent securely and reliably to users on KakaoTalk. For example, a mental health service might send follow-up advice or appointment reminders using this node.
Properties
| Name | Meaning |
|---|---|
| Receiver UUIDs | Comma-separated list of receiver UUIDs identifying the recipients of the message. |
| Template Object | JSON object defining the message template content and variables for the SangdamTalk message. |
Output
The output is a JSON object representing the response from the KakaoTalk API after attempting to send the SangdamTalk message. This typically includes information about the success or failure of the message delivery, message IDs, or error details if any occurred.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating requests to the KakaoTalk API.
- The node uses the KakaoTalk REST API endpoint at
https://kapi.kakao.com. - Proper configuration of the API key credential within n8n is necessary for successful operation.
Troubleshooting
Common Issues:
- Invalid or missing receiver UUIDs can cause message sending to fail.
- Malformed JSON in the Template Object property will result in parsing errors.
- Insufficient permissions or invalid API key may lead to authentication errors.
Error Messages:
"Unknown operation: sendSangdamTalk": Indicates the operation name was not recognized; ensure the correct operation is selected.- JSON parsing errors when reading the Template Object: Verify that the JSON syntax is correct.
- API errors related to authorization: Check that the API key credential is valid and has required permissions.