mailboxes

Create Mailbox

Create a mailbox record (manual entry; Infraforge auto-sync later).

post/api/mailboxes

Request body

email_addressstring required
providerstring
statusstring
daily_send_limitinteger
health_scoreinteger nullable
assigned_campaign_idstring nullable
warmup_started_atstring date-time nullable
infraforge_idstring nullable

Response

Successful Response

idstring uuid required
email_addressstring required
providerstring required
statusstring required
health_scorenumber nullable required
daily_send_limitinteger required
sends_todayinteger nullable required
warmup_enabledboolean nullable required
warmup_started_atstring date-time nullable required
assigned_campaign_idstring nullable required
infraforge_idstring nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.