그룹 생성

Request

POST https://api.solapi.com/messages/v4/groups/

메시지 그룹을 생성합니다.

Authorization 인증 필요 [?]

계정 권한
회원 권한
계정 상태
회원 상태
계정 인증

message:write

role-message:write

ACTIVE

ACTIVE

Request Structure

{
    "appId": "string",
    "strict": "boolean",
    "sdkVersion": "string",
    "osPlatform": "string",
    "customFields": "object",
    "hint": "object",
    "allowDuplicates": "boolean"
}

Body Params

Name
Type
Required
Description

appId

string

앱 아이디

strict

boolean

설명 없음

sdkVersion

string

SDK 버전

osPlatform

string

OS 플렛폼

object

확장 필드로 사용. 키는 30자, 값은 100자 제한

object

설명 없음

allowDuplicates

boolean

설명 없음

Body / customFields

Body / hint


Samples

메시지 그룹 생성 POST /messages/v4/groups

Sample Request

Sample Response

Sample Code


문서 생성일 : 2021-11-16

Last updated

Was this helpful?