Logo
Real UISupport 3 Docs

Contact

연락 캠페인 생성

POST /contacts

POST
/api/rest/v1/contacts

연락 캠페인 생성

인증: Bearer 인증키 (REST_API) 또는 세션

Request Body
이름타입설명
title*string-
dmDocumentId*string-
methodEMAIL | PHONE | SMS | IN_PERSON-
Response Example
{
  "data": {
    "id": "...",
    "title": "6월 안내"
  }
}