Sindup

Interact with the Sindup API

Overview

The node integrates with the Sindup API to manage folders and filters within the Sindup platform. Specifically, the "Create Folder" operation allows users to create a new folder by specifying its name and an optional description. This is useful for organizing content or filters into distinct groups for easier management and retrieval.

Practical examples include:

  • Creating a new project folder to collect related news articles or reports.
  • Organizing filters into folders based on topics or departments.
  • Structuring content collections for different clients or campaigns.

Properties

Name Meaning
Name The name to assign to the new folder.
Description Optional description of the folder.

Output

The node outputs JSON data representing the result of the folder creation request. This typically includes details about the newly created folder such as its ID, name, description, and possibly metadata returned by the Sindup API. No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Sindup API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • Network access to the Sindup service endpoint.

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key or token is correctly set up in n8n credentials.
  • Required fields not provided: The "Name" property is mandatory; leaving it empty will cause errors.
  • API connectivity issues: Verify network connectivity and Sindup service availability.
  • Permission errors: The API user must have rights to create folders in Sindup.

Common error messages might include:

  • Authentication failures due to invalid or expired tokens.
  • Validation errors if required properties are missing or malformed.
  • HTTP errors indicating server-side problems or rate limits.

Resolving these usually involves checking credentials, input values, and network status.

Links and References

Discussion