mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation, "Mail Create Deliverybox," allows users to create a new delivery box within a specified project in the Mail resource of the mittwald mStudio API. It is useful for organizing and managing mail delivery boxes programmatically as part of a project management or mail handling workflow. For example, a user might automate the creation of delivery boxes when setting up new projects or campaigns that require dedicated mailboxes.

Properties

Name Meaning
Project Id The unique identifier of the project where the delivery box will be created.
Description A textual description of the delivery box being created.
Password A password associated with the delivery box for security or access control purposes.

Output

The node outputs JSON data representing the result of the delivery box creation request. This typically includes details about the newly created delivery box such as its ID, description, and any other metadata returned by the mittwald mStudio API. There is no indication that binary data is output by this node.

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 indicated beyond the API connection.

Troubleshooting

  • Common issues:
    • Invalid or missing Project Id can cause the API to reject the request.
    • Incorrect or missing password may lead to authorization errors.
    • Network connectivity problems or incorrect API credentials will prevent successful communication with the mittwald API.
  • Error messages:
    • Authentication failures usually indicate invalid API keys or credentials.
    • Validation errors from the API may specify missing required fields like Project Id or Description.
  • Resolution tips:
    • Verify all required properties are correctly set before execution.
    • Ensure the API key credential is valid and has necessary permissions.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion