Skip to main content
PATCH
Update lemwarm Settings
This endpoint uses the Lemwarm Settings object.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

userMailboxId
string
required

The unique identifier of the user mailbox

Body

application/json

Provide only the fields you want to change; omitted fields keep their current value. At least one field is required.

warmEmailMax
integer

Maximum number of warmup emails per day (0-40; the server enforces 1-40 unless the team has the lemwarm0limit beta)

warmEmailRampup
integer

Daily increase in the warmup email count (0-40; the server enforces 1-40 unless the team has the lemwarm0limit beta)

internalCommunicationPercent
integer

Percentage of warmup emails sent to internal participants (0-100)

answerPercentage
integer

Percentage of warmup emails that should be answered (0-100)

warmUsePlaintext
boolean

Whether warmup emails are sent as plain text

warmDailyVarianceEnabled
boolean

Whether to apply a random daily variance to the warmup email target (spreads volume day-to-day instead of a flat number)

Response

Success

ok
boolean