Skip to main content
PUT
Update inbox

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Path Parameters

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
name
string
Minimum string length: 1
Example:

"Support Team"

reply_to
string<email> | null

Custom reply-to address. Set to null to reset to default ([email protected]).

signature_html
string | null

HTML signature content appended to outgoing transactional emails

signature_enabled
boolean

Whether to append the signature to outgoing transactional emails

Example:

false

slack_connection_id
string<uuid> | null

Slack OAuth connection ID for notifications. Set to null to disconnect.

slack_channel_id
string | null

Slack channel ID to send notifications to

slack_channel_name
string | null

Slack channel display name (cached)

slack_notifications_enabled
boolean

Whether to send Slack notifications for incoming emails

Example:

false

Response

Inbox updated

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

organization_id
string<uuid>
required
name
string
required
Example:

"Support"

username
string
required
Example:

"support"

domain
string
required
Example:

"example.com"

reply_to
string
required

Reply-to address for outbound emails. Defaults to [email protected] when not set.

from_address
string
required

Computed from address (username@domain) used for outbound sending

inbound_address
string
required

Computed inbound address ([email protected]) used for receiving emails

signature_html
string | null
required

HTML signature content appended to outgoing transactional emails

Example:

"<p>Best regards,<br/>Support Team</p>"

signature_enabled
boolean
required

Whether to append the signature to outgoing transactional emails

Example:

false

slack_connection_id
string<uuid> | null
required

Slack OAuth connection ID for notifications

slack_channel_id
string | null
required

Slack channel ID where notifications are sent

slack_channel_name
string | null
required

Slack channel display name

slack_notifications_enabled
boolean
required

Whether Slack notifications are enabled for this inbox

Example:

false

unread_thread_count
integer
required

Number of unread threads in this inbox

Example:

3

created_at
string<date-time>
required
updated_at
string<date-time>
required