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

이메일 복사

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

  • 자동 이메일은 지원하지 않습니다.
Path Parameters
  • id
    Type: integer
    required

    복사할 이메일 아이디

Responses
  • application/json
Request Example for post/emails/{id}/copy
curl https://api.stibee.com/v2/emails/1/copy \
  --request POST \
  --header 'AccessToken: YOUR_SECRET_TOKEN'
{
  "id": 60001
}