프로
엔터프라이즈
1000회/분

일반 이메일 생성

새로운 일반 이메일을 생성합니다.

  • 자동 이메일은 지원하지 않습니다.
Body·
required
application/json
  • listId
    Type: integer
    required

    발송 대상 주소록

  • senderEmail
    Type: stringFormat: email
    required

    발신자 이메일 주소

  • senderName
    Type: string
    required

    발신자 이름

  • subject
    Type: string
    required

    이메일 제목

  • groupIds
    Type: array integer[]

    발송 대상 그룹

  • segmentIds
    Type: array integer[]

    발송 대상 세그먼트

Responses
  • application/json
  • application/json
Request Example for post/emails
curl https://api.stibee.com/v2/emails \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'AccessToken: YOUR_SECRET_TOKEN' \
  --data '{
  "subject": "이메일 제목",
  "senderEmail": "gildong.go@stibee.com",
  "senderName": "고길동",
  "listId": 1234
}'
{
  "id": 1234
}