Cogfy Messenger icon

Cogfy Messenger

Interact with Cogfy Messenger API

Overview

This node operation deletes a tag by its unique identifier. It is useful in scenarios where you need to manage and clean up tags programmatically, such as removing outdated or incorrect tags from a system that supports tagging entities. For example, if you have an automated workflow that manages content or user data tagged with various labels, this operation allows you to delete specific tags by their ID to maintain data accuracy.

Properties

Name Meaning
Tag Id The unique identifier of the tag to be deleted. This is a required string input.

Output

The output JSON will typically contain the response from the API indicating the result of the delete operation. This may include confirmation of deletion or error details if the tag could not be deleted. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the Cogfy Messenger API.
  • The base URL for the API must be configured in the node credentials.
  • The node depends on the Cogfy Messenger API being accessible and properly configured.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Tag Id will likely result in an error response from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues can prevent the node from reaching the API endpoint.
  • Error messages:

    • Errors related to "Tag not found" indicate the provided Tag Id does not exist; verify the ID before retrying.
    • Authentication errors suggest checking the API key or credential configuration.
    • Timeout or connection errors require verifying network access and API availability.

Links and References

  • Refer to the Cogfy Messenger API documentation for detailed information about tag management endpoints and expected responses.
  • n8n documentation on creating and using API key credentials for secure authentication.

Discussion