ncloud_sens_create_project
Create a new SENS project for SMS or Kakao Biz messages on Naver Cloud, specifying a project name and optional service settings.
Instructions
Create a SENS project (POST /common/v2/projects). projectName: lowercase letters, digits, '-' and '_', ≤24 chars. Returns the created channel service IDs (NRN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without creating | |
| useSms | No | Enable the SMS service (default false) | |
| projectDesc | No | Description (0-128 chars) | |
| projectName | Yes | Project name (lowercase letters, digits, '-', '_'; ≤24 chars) | |
| useKkoBizMsg | No | Enable the Biz Message (Kakao) service (default false) |