Email Accounts
Bulk Update
POST
/v1/email-accounts/bulk-updatePOST
/v1/email-accounts/bulk-update
Bulk Updates Email accounts
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredemailAccountIdsarray<number>
Array of email account IDs associated with the user
Example:["Z6zxEXJwAk","D6zxEXJwAk"]senderFirstNamestring
First name of the sender (required)
Example:"John"senderLastNamestring
Last name of the sender
Example:"Doe"dailyQuotanumber
Daily sending quota for the email account
Example:500signatureHtmlstring
HTML signature for the email
Example:"<p>Best regards,<br />John Doe</p>"sendingIntervalMinnumber
Minimum interval (in seconds) between email sends
Example:60sendingIntervalMaxnumber
Maximum interval (in seconds) between email sends
Example:120rampUpInitialSendingLimitnumber
Initial sending limit for ramp-up
Example:100rampUpPercentnumber
Ramp-up percentage increase per interval
Example:10clientIdnumber
client id associated with the user.
Example:"JA5YdAr9wy"Responses
200
Successfully updated email accounts