POST
/
api
/
v1
/
message
/
{id}
{
  "bcc": "string",
  "cc": "string",
  "content": "string",
  "delivery": {},
  "existing_attachments": [
    "string"
  ],
  "new_attachments": [
    {
      "file": "string",
      "name": "string"
    }
  ],
  "read": "boolean",
  "set_reminder": {
    "delay": "integer",
    "number_left": "integer"
  },
  "subject": "string",
  "to": "string"
}
{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}

Path parameters

id
string
required

Body parameters

bcc
string
cc
string
content
string
delivery
MessageDelivery
existing_attachments
string[]
new_attachments
MessageInputAttachment[]
read
boolean
set_reminder
ThreadReminderInput
subject
string
to
string

Response body

No content.

{
  "bcc": "string",
  "cc": "string",
  "content": "string",
  "delivery": {},
  "existing_attachments": [
    "string"
  ],
  "new_attachments": [
    {
      "file": "string",
      "name": "string"
    }
  ],
  "read": "boolean",
  "set_reminder": {
    "delay": "integer",
    "number_left": "integer"
  },
  "subject": "string",
  "to": "string"
}
{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}