---
title: "Mover e-mail para caixa de entrada"
method: PUT
path: "/emails/inbox"
---

# Mover e-mail para caixa de entrada

`PUT /emails/inbox`

## Request body

- object
  - `id` integer, required — ID do e-mail.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `email_id` integer
    - `deal_id` integer
    - `company_id` integer
    - `person_id` integer
    - `proposal_id` integer
    - `email_template_id` integer
    - `sender` string
    - `sender_name` string
    - `to` string
    - `to_name` string
    - `reply_to` string
    - `cc` string
    - `cco` string
    - `subject` string
    - `body` string
    - `sent_at` string
    - `status` integer
    - `hash` string
    - `type` integer
    - `important` integer
    - `trash` integer
    - `attachments_count` integer
    - `message_id` integer
    - `created_at` string
    - `updated_at` string

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
