mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows you to create a new message within an existing conversation using the mittwald mStudio API. It is useful in scenarios where you want to programmatically add messages to conversations, such as automating customer support replies, logging communication, or integrating chat functionality into workflows.

For example, you could use this node to send follow-up messages to customers after a support ticket is created or to append notes to ongoing discussions automatically.

Properties

Name Meaning
Conversation Id The unique identifier of the conversation where the message will be added.
File Ids A JSON array of file IDs to attach files to the message.
Message Content The textual content of the message to be sent in the conversation.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after creating the message. This typically includes details about the newly created message such as its ID, timestamps, content, and any associated metadata.

If files are attached, the output may also reflect information about those attachments.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to send requests.
  • The node expects JSON-formatted input and outputs JSON responses.

Troubleshooting

  • Missing or invalid Conversation Id: Ensure that the conversation ID provided exists and is correctly formatted.
  • Invalid File Ids format: The file IDs must be provided as a valid JSON array; malformed JSON will cause errors.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API rate limits or connectivity issues: Check network connectivity and API usage limits if requests fail unexpectedly.

Links and References

Discussion