Discuss Kit icon

Discuss Kit

Consume Discuss Kit API

Overview

This node interacts with the Discuss Kit API to manage bookmarks among other content types. Specifically, the Bookmark - Get operation retrieves detailed information about a bookmark by its unique content ID. This is useful when you want to fetch metadata or details of a saved bookmark within your workflow.

Practical scenarios include:

  • Automatically retrieving bookmark details for processing or display in other systems.
  • Integrating bookmark data into reports or dashboards.
  • Using bookmark metadata (title, description, cover image) to enrich content workflows.

Properties

Name Meaning
Content ID The unique identifier of the bookmark content to retrieve.

Output

The output is a JSON object representing the bookmark's full data as returned by the Discuss Kit API. It typically includes fields such as:

  • id: The bookmark's unique identifier.
  • title: The title of the bookmark.
  • excerpt or description: A short summary or description.
  • cover: URL to the cover image or thumbnail.
  • originLink: The original URL of the bookmarked content.
  • Other metadata fields related to the bookmark.

No binary data output is produced by this operation.

Dependencies

  • Requires access to the Discuss Kit API endpoint.
  • Optionally requires an API authentication token configured in n8n credentials to authorize requests.
  • Uses an internal helper function to make HTTP requests to the Discuss Kit API.

Troubleshooting

  • Error: "Content not found" or 404 response
    Ensure the provided Content ID is correct and exists in the Discuss Kit system.

  • Authentication errors
    Verify that the API key or authentication token is correctly set up in n8n credentials.

  • Timeouts or network errors
    Check network connectivity and API availability.

  • Malformed input
    Confirm that the Content ID is a non-empty string.

Links and References

Discussion