Cogfy Messenger icon

Cogfy Messenger

Interact with Cogfy Messenger API

Overview

This node operation updates an existing tag by its unique identifier. It is useful in scenarios where you need to rename or modify tags used for categorization, labeling, or grouping within a system that supports tagging. For example, if you have tags assigned to contacts, projects, or items and want to update the tag name to better reflect its purpose or correct a typo, this operation allows you to do so programmatically.

Properties

Name Meaning
Tag Id The unique identifier of the tag to update. This is required to specify which tag will be modified.
Name The new name for the tag. This is the updated label that will replace the current tag name.

Output

The output JSON typically contains the updated tag object reflecting the changes made, including at least the tag's ID and its new name. This confirms that the tag was successfully updated. There is no indication that binary data is involved in this operation.

Dependencies

  • Requires an API key credential to authenticate requests against 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 available and accessible.

Troubleshooting

  • Invalid Tag Id: If the provided Tag Id does not exist, the API will likely return an error indicating the tag was not found. Verify the Tag Id before running the operation.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up.
  • Empty or Invalid Name: Providing an empty string or invalid characters for the new tag name may result in validation errors from the API. Make sure the new name meets any naming rules enforced by the service.
  • Network Issues: Connectivity problems can prevent the node from reaching the API endpoint. Check network settings and API availability.

Links and References

Discussion