mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation lists conversations from the mittwald mStudio API. It is useful for retrieving multiple conversation records, typically to display or process a list of recent or relevant conversations in an application workflow. For example, you might use this node to fetch all conversations sorted by their last message date to show the most recent discussions first.

Properties

Name Meaning
Sort A JSON array specifying fields by which to sort the results. Default is ["lastMessage.createdAt"].
Order A JSON array specifying the sorting order (ascending or descending) corresponding to each sort field. Default is ["desc"].

Output

The output contains a JSON array of conversation objects retrieved from the API. Each object represents a conversation with its associated data such as messages, participants, timestamps, and metadata. The exact structure depends on the API response but generally includes details about each conversation.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • No additional external dependencies are required beyond the configured API credentials.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Invalid sort/order format: The Sort and Order properties expect valid JSON arrays. Malformed JSON will cause request failures.
  • Empty results: If no conversations are returned, verify that conversations exist in the account and that the sorting parameters do not filter out all data.
  • API connectivity issues: Check network access to https://api.mittwald.de and confirm the API service status.

Links and References

Discussion