Bellwork
OrgMailboxesMailboxid

Change an account's sending limits

How fast this account may send: messages a day, invitations a day, messages an hour, and the shortest and longest pause between two automated sends (drawn at random between them). The two caps count automated and hand-sent messages together; the pause applies only to what sequences send on their own. Owner only.

PATCH
/org/mailboxes/{mailboxId}

How fast this account may send: messages a day, invitations a day, messages an hour, and the shortest and longest pause between two automated sends (drawn at random between them). The two caps count automated and hand-sent messages together; the pause applies only to what sequences send on their own. Owner only.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Path Parameters

mailboxId*string
Formatuuid

Request Body

application/json

daily_send_cap?integer
Range0 <= value <= 200
daily_invite_cap?integer
Range0 <= value <= 50
hourly_send_cap?integer
Range0 <= value <= 60
min_gap_seconds?integer
Range30 <= value <= 3600
max_gap_seconds?integer
Range30 <= value <= 7200

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://loading/api/v1/org/mailboxes/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "provider": "GOOGLE",
    "display_name": "string",
    "email_address": "string",
    "status": "connecting",
    "status_detail": "string",
    "daily_send_cap": -9007199254740991,
    "daily_invite_cap": -9007199254740991,
    "hourly_send_cap": -9007199254740991,
    "min_gap_seconds": -9007199254740991,
    "max_gap_seconds": -9007199254740991,
    "connected_at": "string",
    "owner_profile_id": "21e0f360-ea66-4de2-b817-b59c51592556",
    "is_yours": true,
    "is_sending_account": true,
    "sent_today": -9007199254740991,
    "sent_last_hour": -9007199254740991,
    "invites_today": -9007199254740991
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}