Package Information
Downloads: 52 weekly / 67 monthly
Latest Version: 0.2.0
Author: Goldseam AI Consulting
Available Nodes
Documentation
n8n-nodes-hey-pocket-ai
This is an n8n community node. It lets you use Pocket AI in your n8n workflows.
Hey Pocket AI is an AI-powered meeting and recording assistant that captures, transcribes, and summarizes your audio recordings.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Recording
- Get Many: Retrieve a paginated list of recordings with optional filtering by date range and tags
- Get: Retrieve a single recording with full details, including optional transcript and summarizations
- Get Audio URL: Generate a pre-signed URL for downloading the audio file
Tag
- Get Many: Retrieve all tags with their usage counts
Action Item
- Get Many: Extract AI-generated action items from recordings' summarizations
Credentials
To use this node, you need a Hey Pocket AI API access token.
- Sign up for a Hey Pocket AI account
- Generate an API access token from your account settings
- In n8n, create new credentials of type "Hey Pocket AI API"
- Enter your access token
Compatibility
Tested with n8n version 1.x.
Usage
Filtering Recordings
When using the "Get Many" operation for recordings, you can filter by:
- Date range: Specify start and end dates in YYYY-MM-DD format (UTC)
- Tags: Provide comma-separated tag IDs to filter by specific tags
Including Additional Data
When retrieving a single recording with the "Get" operation, you can choose to include:
- Transcript: The full transcript of the recording
- Summarizations: AI-generated summaries of the recording content
Audio Downloads
The "Get Audio URL" operation generates a pre-signed S3 URL. You can configure:
- Expiration time: How long the URL remains valid (60 to 86400 seconds, default: 3600)
Resources
Version history
0.1.0 (2026-01-25)
Features
- create tag & recording resources (41f6dba)
0.0.1
Initial release with support for:
- Recording operations (Get Many, Get, Get Audio URL)
- Tag operations (Get Many)