메인 콘텐츠로 건너뛰기
POST
/
messages
/
kakao-alimtalk
send-kakao-alimtalk
curl --request POST \
  --url https://api.notifly.tech/messages/kakao-alimtalk \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": "example_project_1234567890abcdef",
  "templateId": "template-id",
  "recipientList": [
    {
      "recipientNo": "01012345678"
    }
  ]
}'
{
"success": true
}
주의 사항API를 이용한 발송 결과에 대한 통계는 별도 페이지를 통해 제공하고 있습니다. 정보가 필요하실 경우 contact@notifly.tech으로 문의해주세요.

Authorizations

Authorization
string
header
required

POST /authenticate로 발급받은 인증 토큰

Body

application/json
projectId
string
required

노티플라이 설정 페이지에서 확인 가능

templateId
string
required

등록한 발송 템플릿 ID (알림톡 템플릿 리스트에서 확인 가능)

recipientList
object[]
required

수신자 목록 (최대 1,000명)

channelId
string

발송할 카카오 채널 ID

resendSendNo
string

대체 발송 발신 번호 (노티플라이 문자 자체 발송이 설정된 번호)

senderGroupingKey
string

발신 그룹핑 키 (최대 100자)

Response

성공적인 메시지 발송입니다

success
boolean