Description
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:
GET /ncc/campaigns)GET /stats)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.