Skip to main content
PATCH
Inboxes are currently in private beta and only available to a limited number of users. The response shape might change before GA. Get in touch if you’re interested in testing this feature.Once you have access, upgrade your Resend SDK to use the methods on this page:
At least one of read, folder, or label_id is required.

Path Parameters

Body Parameters

boolean
Marks every message in the thread read or unread.
string
Moves the thread. One of inbox, archive, spam, or trash.

Folders

Every thread sits in exactly one folder within its inbox. You can move a thread to inbox, archive, spam, or trash. sent is assigned automatically.

Response Fields

string
Always inbox_thread.
string
The ID of the thread.
string | null
The subject of the thread.
string
The folder the thread lives in after the update.
array
The labels attached to the thread, each with an id, name, and color.
boolean
True only when every message in the thread is read.