Package Information
Downloads: 7 weekly / 132 monthly
Latest Version: 0.1.0
Author: hojinzs
Documentation
n8n-nodes-naver-searchad
n8n community node for the Naver SearchAd API.
Credentials
Create a Naver SearchAd API credential with:
- API Key / Access License
- Secret Key
- Customer ID
The node signs every request with:
X-Signature = base64(hmac_sha256(secretKey, `${timestamp}.${method}.${uri}`))
Operations
Initial POC operations:
- Campaign: Get Many (
GET /ncc/campaigns) - Stats: Get Daily Stats (
GET /stats) - Generic: API Request for advanced endpoints
Local build
npm install
npm run build
n8n install option
Pack locally:
npm pack
Then install the tarball inside the n8n custom/community nodes directory or bake it into a custom n8n image.