Mandrill.Subaccounts
Subaccounts calls for Mandrill.
Summary↑
add(params) | Add a new subaccount |
add(id, name, notes, custom_quota) | |
delete(params) | Delete an existing subaccount. Any email related to the subaccount will be saved, but stats will be removed and any future sending calls to this subaccount will fail |
info(params) | Given the ID of an existing subaccount, return the data about it |
list(params) | Get the list of subaccounts defined for the account, optionally filtered by a prefix |
pause(params) | Pause a subaccount’s sending. Any future emails delivered to this subaccount will be queued for a maximum of 3 days until the subaccount is resumed |
resume(params) | Resume a paused subaccount’s sending |
update(params) | Update an existing subaccount |
update(id, name, notes, custom_quota) |
Functions
Add a new subaccount
Delete an existing subaccount. Any email related to the subaccount will be saved, but stats will be removed and any future sending calls to this subaccount will fail.
Given the ID of an existing subaccount, return the data about it
Get the list of subaccounts defined for the account, optionally filtered by a prefix
Pause a subaccount’s sending. Any future emails delivered to this subaccount will be queued for a maximum of 3 days until the subaccount is resumed.
Resume a paused subaccount’s sending
Update an existing subaccount