Package Information
Released: 7/10/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: mjung2
Documentation
n8n-nodes-dstillery-audience
This is an n8n community node for Dstillery audience recommendations.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Get Audience Recommendation
Returns audience names relevant to a marketing brief.
Parameters:
- Marketing Brief: A description of the product, campaign goals, tone, etc.
- Interest Types: Comma-separated list of interest type IDs (default: 110,112,250)
Get Taxonomy
Returns the taxonomy fullpath for a given audience name.
Parameters:
- Audience Name: The exact audience name as returned by Get Recommendation
Credentials
The node supports optional API credentials:
- API URL: Base URL for the Dstillery API (default: https://audience-explorer-api.dstillery.com)
- API Key: Optional API key for authentication
Usage
- Add the Dstillery Audience node to your workflow
- Configure credentials if required
- Select the operation (Get Recommendation or Get Taxonomy)
- Fill in the required parameters
- Execute the node
Development
npm install
npm run build
License
MIT