The account token that should be used with requests.
Optional
configOptions: ConfigurationVarious options to customize client behavior.
Create a new Domain.
The options to be used to create new Domain.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Create a new Sender Signature.
The options to be used to create new Sender Signature.
Optional
callback: Callback<SignatureDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Create a new Server.
The options to be used to create new Server.
Optional
callback: Callback<Server>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Delete a Domain.
The ID of the Domain you wish to delete.
Optional
callback: Callback<DefaultResponse>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Delete a Domain.
The ID of the Domain you wish to delete.
Optional
callback: Callback<DefaultResponse>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Modify the Server associated with this Client.
The ID of the Domain you wish to delete.
Optional
callback: Callback<DefaultResponse>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Update a Domain.
The ID of the Domain you wish to update.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Update a Sender Signature.
The ID of the Sender Signature for which you wish to update.
The values on the Sender Signature you wish to update.
Optional
callback: Callback<SignatureDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Modify the Server associated with this Client.
The ID of the Server you wish to update.
The options to be used to create new Server.
Optional
callback: Callback<Server>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a single data removal status by ID.
The ID of the DataRemoval for which you wish to retrieve details.
Optional
callback: Callback<DataRemovalStatus>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a single Domain by ID.
The ID of the Domain for which you wish to retrieve details.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a batch of Domains.
An optional filter for which data is retrieved.
Optional
callback: Callback<Domains>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a single Sender Signature by ID.
The ID of the Sender Signature for which you wish to retrieve details.
Optional
callback: Callback<SignatureDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a batch of Sender Signatures.
An optional filter for which data is retrieved.
Optional
callback: Callback<Signatures>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Retrieve a list of Servers.
An optional filter for which data is retrieved.
Optional
callback: Callback<Servers>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Request a push of templates from one server to another.
details for pushing templates from one place to another.
Optional
callback: Callback<TemplatesPush>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Request a data removal.
details for creating data removal request
Optional
callback: Callback<DataRemovalStatus>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Request that the SPF records for Sender Signature be verified.
The ID of the Sender Signature.
Optional
callback: Callback<SignatureDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Request a new confirmation email to be sent to the email address associated with a Sender Signature.
The ID of the Sender Signature.
Optional
callback: Callback<DefaultResponse>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Trigger Domain DKIM key verification.
The ID of the Domain you wish to trigger DKIM verification for.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Trigger Domain DKIM key verification.
The ID of the Domain you wish to trigger DKIM verification for.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Trigger Domain DKIM key verification.
The ID of the Domain you wish to trigger DKIM verification for.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Trigger Domain DKIM key verification.
The ID of the Domain you wish to trigger DKIM verification for.
Optional
callback: Callback<DomainDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Request that the SPF records for Sender Signature be verified.
The ID of the Sender Signature.
Optional
callback: Callback<SignatureDetails>If the callback is provided, it will be passed to the resulting promise as a continuation.
A promise that will complete when the API responds (or an error occurs).
Create a new AccountClient