n8n-nodes-naver-searchad
v0.1.0
Published
n8n community node for Naver SearchAd API with HMAC authentication
Maintainers
Readme
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 buildn8n install option
Pack locally:
npm packThen install the tarball inside the n8n custom/community nodes directory or bake it into a custom n8n image.
