Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node interacts with the Messages API to create a new message within a specified conversation. It is useful for automating message sending in customer support or communication platforms where conversations are managed via an API. For example, it can be used to send automated replies or notifications to contacts within a conversation thread.
Use Case Examples
- Sending a welcome message to a new contact in a conversation.
- Automating follow-up messages in a customer support chat.
Properties
| Name | Meaning |
|---|---|
| Inbox Identifier | The identifier obtained from the API inbox channel, used to specify the inbox where the message will be created. |
| Contact Identifier | The source ID of the contact obtained when the contact was created, used to identify the message recipient. |
| Conversation Id | The numeric ID of the conversation where the message will be posted. |
| Content | The content of the message to be sent. |
| Echo Id | A temporary identifier that will be passed back via websockets, useful for tracking message status or responses. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
messageid- The unique identifier of the created message.content- The content of the created message.conversation_id- The ID of the conversation to which the message belongs.contact_identifier- The identifier of the contact who sent or received the message.echo_id- The echo identifier passed back for tracking purposes.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure that the Inbox Identifier, Contact Identifier, and Conversation Id are correctly provided and valid; missing or incorrect values will cause the API request to fail.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
- Check proxy settings if network requests fail due to connectivity issues.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.