Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node provides integration with the Mindz API, allowing users to manage various resources related to Mindz services. Specifically, for the Email Campaign resource and the Delete operation, this node enables users to delete an existing email campaign by specifying its unique identifier. This is useful in scenarios where outdated or incorrect email campaigns need to be removed from the system to maintain clean and relevant marketing communications.

Practical examples include:

  • Removing a test or draft email campaign that is no longer needed.
  • Deleting campaigns that were created by mistake.
  • Cleaning up old campaigns to avoid clutter in the email marketing dashboard.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign to delete. This is required to specify which campaign should be removed.

Output

The output of the node after executing the delete operation typically contains a JSON object indicating the success or failure of the deletion request. It may include confirmation details such as the ID of the deleted campaign or status messages returned by the Mindz API.

No binary data output is expected for this operation.

Dependencies

  • Requires an active connection to the Mindz API via an OAuth2-based API key credential.
  • The node depends on proper configuration of the Mindz API credentials within n8n.
  • Network access to the Mindz API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Email Campaign ID will result in an error.
    • Missing or expired API authentication token can cause authorization failures.
    • Network connectivity problems may prevent the node from reaching the Mindz API.
  • Error messages and resolutions:

    • "Campaign not found": Verify that the Email Campaign ID is correct and exists in the Mindz system.
    • "Unauthorized" or "Authentication failed": Check that the API credentials are valid and have not expired.
    • Timeout or network errors: Ensure stable internet connection and that the Mindz API service is reachable.

Links and References

Discussion