Hashnode
Developer blogging platform for publications, posts, authors, tags, comments, and audience activity.
Tracks publications, posts, authors, tags, comments, followers, publishing state, and audience activity for developer blogs.
Related integrations
Example Use Cases
These are the Hashnode actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to create a documentation API reference from an OpenAPI specification URL in a Hashnode project. Use when you need to import and generate API documentation from a Swagger/OpenAPI spec. Requires projectId and the URL of the API specification.
Tool to create a new documentation guide in a Hashnode documentation project. Use when you need to create a new guide within an existing project. Requires a valid projectId and a name for the guide.
Tool to fetch a paginated list of posts from a publication. Use when you need to list posts page by page for a given publication host.
Tool to fetch a single article by slug from a publication. Use when you need the detailed content of a specific post.
Fetch a paginated feed of stories from Hashnode. Returns posts with title, brief, author info, tags, and reading time. Supports filtering by feed type (RECENT, FEATURED, FOLLOWING, etc.), reading time range, and tags. Use cursor-based pagination via the 'after' parameter with the endCursor from previous responses.
Tool to fetch details of a Docs by Hashnode project by ID or hostname. Use when you need metadata for a documentation project. Provide either project ID or host domain.
Tool to retrieve a published post by ID from Hashnode. Use when you need to fetch detailed information about a specific post for rendering or displaying.
Tool to fetch publication details by ID or hostname. User can provide either publication ID or host. Use when you need metadata for a given publication. Returns comprehensive publication information including author, title, description, and configuration.
Add a comment to a Hashnode post. Requires a valid post ID (obtainable via HASHNODE_FETCH_STORIES_FEED or HASHNODE_FETCH_POSTS) and markdown content. For replying to existing comments, use the HASHNODE_ADD_REPLY action instead.
Tool to add a reply to an existing comment. Use after confirming comment ID and reply content.