Cogfy Messenger icon

Cogfy Messenger

Interact with Cogfy Messenger API

Overview

This node allows you to retrieve a specific tag by its unique identifier from the Tags resource. It is useful in scenarios where you need to fetch detailed information about a particular tag, such as when managing or displaying tag metadata in workflows that involve categorization, labeling, or filtering of items.

For example, you might use this node to get the details of a tag before applying it to a record or to verify tag properties during an automation process.

Properties

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

Output

The node outputs JSON data representing the tag object corresponding to the provided Tag Id. The structure typically includes all relevant fields describing the tag, such as its name, description, creation date, and any other metadata defined by the API.

If the tag is not found or an error occurs, the output will reflect the error response accordingly.

Dependencies

  • Requires an API key credential for authenticating with the Cogfy Messenger API.
  • The base URL for the API must be configured in the node credentials.
  • The node depends on the external Cogfy Messenger API service to fetch tag data.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Tag Id will result in an error or empty response.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "Tag not found" or similar indicates the Tag Id does not exist; verify the ID.
    • Authentication errors suggest checking the API key and base URL configuration.
    • Timeout or network errors require ensuring stable internet connection and API availability.

Links and References

Discussion