Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.clients |
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupControllerApi.addContactsToGroupAsync(UUID groupId,
UpdateGroupContacts updateGroupContacts,
ApiCallback<GroupContactsDto> _callback)
Add contacts to a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.addContactsToGroupCall(UUID groupId,
UpdateGroupContacts updateGroupContacts,
ApiCallback _callback)
Build call for addContactsToGroup
|
okhttp3.Call |
DomainControllerApi.addDomainWildcardCatchAllAsync(UUID id,
ApiCallback<DomainDto> _callback)
Add catch all wild card inbox to domain (asynchronously)
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
okhttp3.Call |
DomainControllerApi.addDomainWildcardCatchAllCall(UUID id,
ApiCallback _callback)
Build call for addDomainWildcardCatchAll
|
okhttp3.Call |
EmailControllerApi.applyImapFlagOperationAsync(UUID emailId,
ImapFlagOperationOptions imapFlagOperationOptions,
ApiCallback<EmailPreview> _callback)
Set IMAP flags associated with a message.
|
okhttp3.Call |
EmailControllerApi.applyImapFlagOperationCall(UUID emailId,
ImapFlagOperationOptions imapFlagOperationOptions,
ApiCallback _callback)
Build call for applyImapFlagOperation
|
okhttp3.Call |
BulkActionsControllerApi.bulkCreateInboxesAsync(Integer count,
ApiCallback<List<InboxDto>> _callback)
Bulk create Inboxes (email addresses) (asynchronously)
|
okhttp3.Call |
BulkActionsControllerApi.bulkCreateInboxesCall(Integer count,
ApiCallback _callback)
Build call for bulkCreateInboxes
|
okhttp3.Call |
BulkActionsControllerApi.bulkDeleteInboxesAsync(List<UUID> UUID,
ApiCallback<Void> _callback)
Bulk Delete Inboxes (asynchronously)
|
okhttp3.Call |
BulkActionsControllerApi.bulkDeleteInboxesCall(List<UUID> UUID,
ApiCallback _callback)
Build call for bulkDeleteInboxes
|
okhttp3.Call |
BulkActionsControllerApi.bulkSendEmailsAsync(BulkSendEmailOptions bulkSendEmailOptions,
ApiCallback<Void> _callback)
Bulk Send Emails (asynchronously)
|
okhttp3.Call |
BulkActionsControllerApi.bulkSendEmailsCall(BulkSendEmailOptions bulkSendEmailOptions,
ApiCallback _callback)
Build call for bulkSendEmails
|
okhttp3.Call |
InboxControllerApi.cancelScheduledJobAsync(UUID jobId,
ApiCallback<ScheduledJobDto> _callback)
Cancel a scheduled email job (asynchronously)
Get a scheduled email job and cancel it.
|
okhttp3.Call |
InboxControllerApi.cancelScheduledJobCall(UUID jobId,
ApiCallback _callback)
Build call for cancelScheduledJob
|
okhttp3.Call |
WebhookControllerApi.createAccountWebhookAsync(CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified of account level events such as bounce and bounce recipient.
|
okhttp3.Call |
WebhookControllerApi.createAccountWebhookCall(CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createAccountWebhook
|
okhttp3.Call |
AliasControllerApi.createAliasAsync(CreateAliasOptions createAliasOptions,
ApiCallback<AliasDto> _callback)
Create an email alias.
|
okhttp3.Call |
AliasControllerApi.createAliasCall(CreateAliasOptions createAliasOptions,
ApiCallback _callback)
Build call for createAlias
|
okhttp3.Call |
ConnectorControllerApi.createConnectorAsync(CreateConnectorOptions createConnectorOptions,
ApiCallback<ConnectorDto> _callback)
Create an inbox connector (asynchronously)
Sync emails between external mailboxes and MailSlurp inboxes
|
okhttp3.Call |
ConnectorControllerApi.createConnectorCall(CreateConnectorOptions createConnectorOptions,
ApiCallback _callback)
Build call for createConnector
|
okhttp3.Call |
ContactControllerApi.createContactAsync(CreateContactOptions createContactOptions,
ApiCallback<ContactDto> _callback)
Create a contact (asynchronously)
|
okhttp3.Call |
ContactControllerApi.createContactCall(CreateContactOptions createContactOptions,
ApiCallback _callback)
Build call for createContact
|
okhttp3.Call |
DomainControllerApi.createDomainAsync(CreateDomainOptions createDomainOptions,
ApiCallback<DomainDto> _callback)
Create Domain (asynchronously)
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
okhttp3.Call |
DomainControllerApi.createDomainCall(CreateDomainOptions createDomainOptions,
ApiCallback _callback)
Build call for createDomain
|
okhttp3.Call |
PhoneControllerApi.createEmergencyAddressAsync(CreateEmergencyAddressOptions createEmergencyAddressOptions,
ApiCallback<EmergencyAddress> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.createEmergencyAddressCall(CreateEmergencyAddressOptions createEmergencyAddressOptions,
ApiCallback _callback)
Build call for createEmergencyAddress
|
okhttp3.Call |
GroupControllerApi.createGroupAsync(CreateGroupOptions createGroupOptions,
ApiCallback<GroupDto> _callback)
Create a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.createGroupCall(CreateGroupOptions createGroupOptions,
ApiCallback _callback)
Build call for createGroup
|
okhttp3.Call |
InboxControllerApi.createInboxAsync(String emailAddress,
List<String> tags,
String name,
String description,
Boolean useDomainPool,
Boolean favourite,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean allowTeamAccess,
String inboxType,
Boolean virtualInbox,
Boolean useShortAddress,
UUID domainId,
String domainName,
ApiCallback<InboxDto> _callback)
Create an inbox email address.
|
okhttp3.Call |
InboxControllerApi.createInboxCall(String emailAddress,
List<String> tags,
String name,
String description,
Boolean useDomainPool,
Boolean favourite,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean allowTeamAccess,
String inboxType,
Boolean virtualInbox,
Boolean useShortAddress,
UUID domainId,
String domainName,
ApiCallback _callback)
Build call for createInbox
|
okhttp3.Call |
InboxControllerApi.createInboxRulesetAsync(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions,
ApiCallback<InboxRulesetDto> _callback)
Create an inbox ruleset (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxControllerApi.createInboxRulesetCall(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions,
ApiCallback _callback)
Build call for createInboxRuleset
|
okhttp3.Call |
InboxControllerApi.createInboxWithDefaultsAsync(ApiCallback<InboxDto> _callback)
Create an inbox with default options.
|
okhttp3.Call |
InboxControllerApi.createInboxWithDefaultsCall(ApiCallback _callback)
Build call for createInboxWithDefaults
|
okhttp3.Call |
InboxControllerApi.createInboxWithOptionsAsync(CreateInboxDto createInboxDto,
ApiCallback<InboxDto> _callback)
Create an inbox with options.
|
okhttp3.Call |
InboxControllerApi.createInboxWithOptionsCall(CreateInboxDto createInboxDto,
ApiCallback _callback)
Build call for createInboxWithOptions
|
okhttp3.Call |
CommonActionsControllerApi.createNewEmailAddressAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
CommonActionsControllerApi.createNewEmailAddressCall(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback _callback)
Build call for createNewEmailAddress
|
okhttp3.Call |
InboxForwarderControllerApi.createNewInboxForwarderAsync(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Create an inbox forwarder (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxForwarderControllerApi.createNewInboxForwarderCall(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for createNewInboxForwarder
|
okhttp3.Call |
InboxReplierControllerApi.createNewInboxReplierAsync(CreateInboxReplierOptions createInboxReplierOptions,
ApiCallback<InboxReplierDto> _callback)
Create an inbox replier (asynchronously)
Create a new inbox rule for reply toing, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxReplierControllerApi.createNewInboxReplierCall(CreateInboxReplierOptions createInboxReplierOptions,
ApiCallback _callback)
Build call for createNewInboxReplier
|
okhttp3.Call |
InboxRulesetControllerApi.createNewInboxRulesetAsync(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId,
ApiCallback<InboxRulesetDto> _callback)
Create an inbox ruleset (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxRulesetControllerApi.createNewInboxRulesetCall(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId,
ApiCallback _callback)
Build call for createNewInboxRuleset
|
okhttp3.Call |
CommonActionsControllerApi.createRandomInboxAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
CommonActionsControllerApi.createRandomInboxCall(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback _callback)
Build call for createRandomInbox
|
okhttp3.Call |
TemplateControllerApi.createTemplateAsync(CreateTemplateOptions createTemplateOptions,
ApiCallback<TemplateDto> _callback)
Create a Template (asynchronously)
Create an email template with variables for use with templated transactional emails.
|
okhttp3.Call |
TemplateControllerApi.createTemplateCall(CreateTemplateOptions createTemplateOptions,
ApiCallback _callback)
Build call for createTemplate
|
okhttp3.Call |
TrackingControllerApi.createTrackingPixelAsync(CreateTrackingPixelOptions createTrackingPixelOptions,
ApiCallback<TrackingPixelDto> _callback)
Create tracking pixel (asynchronously)
Create a tracking pixel.
|
okhttp3.Call |
TrackingControllerApi.createTrackingPixelCall(CreateTrackingPixelOptions createTrackingPixelOptions,
ApiCallback _callback)
Build call for createTrackingPixel
|
okhttp3.Call |
WebhookControllerApi.createWebhookAsync(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookCall(UUID inboxId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhook
|
okhttp3.Call |
WebhookControllerApi.createWebhookForPhoneNumberAsync(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to a phone number (asynchronously)
Get notified whenever a phone number receives an SMS via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.createWebhookForPhoneNumberCall(UUID phoneNumberId,
CreateWebhookOptions createWebhookOptions,
ApiCallback _callback)
Build call for createWebhookForPhoneNumber
|
okhttp3.Call |
AliasControllerApi.deleteAliasAsync(UUID aliasId,
ApiCallback<Void> _callback)
Delete an email alias (asynchronously)
|
okhttp3.Call |
AliasControllerApi.deleteAliasCall(UUID aliasId,
ApiCallback _callback)
Build call for deleteAlias
|
okhttp3.Call |
AttachmentControllerApi.deleteAllAttachmentsAsync(ApiCallback<Void> _callback)
Delete all attachments (asynchronously)
|
okhttp3.Call |
AttachmentControllerApi.deleteAllAttachmentsCall(ApiCallback _callback)
Build call for deleteAllAttachments
|
okhttp3.Call |
EmailControllerApi.deleteAllEmailsAsync(ApiCallback<Void> _callback)
Delete all emails in all inboxes.
|
okhttp3.Call |
EmailControllerApi.deleteAllEmailsCall(ApiCallback _callback)
Build call for deleteAllEmails
|
okhttp3.Call |
InboxControllerApi.deleteAllInboxEmailsAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete all emails in a given inboxes.
|
okhttp3.Call |
InboxControllerApi.deleteAllInboxEmailsCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteAllInboxEmails
|
okhttp3.Call |
InboxControllerApi.deleteAllInboxesAsync(ApiCallback<Void> _callback)
Delete all inboxes (asynchronously)
Permanently delete all inboxes and associated email addresses.
|
okhttp3.Call |
InboxControllerApi.deleteAllInboxesCall(ApiCallback _callback)
Build call for deleteAllInboxes
|
okhttp3.Call |
SentEmailsControllerApi.deleteAllSentEmailsAsync(ApiCallback<Void> _callback)
Delete all sent email receipts (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.deleteAllSentEmailsCall(ApiCallback _callback)
Build call for deleteAllSentEmails
|
okhttp3.Call |
WebhookControllerApi.deleteAllWebhooksAsync(OffsetDateTime before,
ApiCallback<Void> _callback)
Delete all webhooks (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.deleteAllWebhooksCall(OffsetDateTime before,
ApiCallback _callback)
Build call for deleteAllWebhooks
|
okhttp3.Call |
AttachmentControllerApi.deleteAttachmentAsync(String attachmentId,
ApiCallback<Void> _callback)
Delete an attachment (asynchronously)
|
okhttp3.Call |
AttachmentControllerApi.deleteAttachmentCall(String attachmentId,
ApiCallback _callback)
Build call for deleteAttachment
|
okhttp3.Call |
ConnectorControllerApi.deleteConnectorAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox connector (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.deleteConnectorCall(UUID id,
ApiCallback _callback)
Build call for deleteConnector
|
okhttp3.Call |
ContactControllerApi.deleteContactAsync(UUID contactId,
ApiCallback<Void> _callback)
Delete contact (asynchronously)
|
okhttp3.Call |
ContactControllerApi.deleteContactCall(UUID contactId,
ApiCallback _callback)
Build call for deleteContact
|
okhttp3.Call |
DomainControllerApi.deleteDomainAsync(UUID id,
ApiCallback<List<String>> _callback)
Delete a domain (asynchronously)
Delete a domain.
|
okhttp3.Call |
DomainControllerApi.deleteDomainCall(UUID id,
ApiCallback _callback)
Build call for deleteDomain
|
okhttp3.Call |
CommonActionsControllerApi.deleteEmailAddressAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox email address by inbox id (asynchronously)
Deletes inbox email address
|
okhttp3.Call |
CommonActionsControllerApi.deleteEmailAddressCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteEmailAddress
|
okhttp3.Call |
EmailControllerApi.deleteEmailAsync(UUID emailId,
ApiCallback<Void> _callback)
Delete an email (asynchronously)
Deletes an email and removes it from the inbox.
|
okhttp3.Call |
EmailControllerApi.deleteEmailCall(UUID emailId,
ApiCallback _callback)
Build call for deleteEmail
|
okhttp3.Call |
PhoneControllerApi.deleteEmergencyAddressAsync(UUID addressId,
ApiCallback<EmptyResponseDto> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.deleteEmergencyAddressCall(UUID addressId,
ApiCallback _callback)
Build call for deleteEmergencyAddress
|
okhttp3.Call |
GroupControllerApi.deleteGroupAsync(UUID groupId,
ApiCallback<Void> _callback)
Delete group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.deleteGroupCall(UUID groupId,
ApiCallback _callback)
Build call for deleteGroup
|
okhttp3.Call |
InboxControllerApi.deleteInboxAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox (asynchronously)
Permanently delete an inbox and associated email address as well as all emails within the given inbox.
|
okhttp3.Call |
InboxControllerApi.deleteInboxCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInbox
|
okhttp3.Call |
InboxForwarderControllerApi.deleteInboxForwarderAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox forwarder (asynchronously)
Delete inbox forwarder
|
okhttp3.Call |
InboxForwarderControllerApi.deleteInboxForwarderCall(UUID id,
ApiCallback _callback)
Build call for deleteInboxForwarder
|
okhttp3.Call |
InboxForwarderControllerApi.deleteInboxForwardersAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox forwarders (asynchronously)
Delete inbox forwarders.
|
okhttp3.Call |
InboxForwarderControllerApi.deleteInboxForwardersCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInboxForwarders
|
okhttp3.Call |
InboxReplierControllerApi.deleteInboxReplierAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox replier (asynchronously)
Delete inbox replier
|
okhttp3.Call |
InboxReplierControllerApi.deleteInboxReplierCall(UUID id,
ApiCallback _callback)
Build call for deleteInboxReplier
|
okhttp3.Call |
InboxReplierControllerApi.deleteInboxRepliersAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox repliers (asynchronously)
Delete inbox repliers.
|
okhttp3.Call |
InboxReplierControllerApi.deleteInboxRepliersCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInboxRepliers
|
okhttp3.Call |
InboxRulesetControllerApi.deleteInboxRulesetAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox ruleset (asynchronously)
Delete inbox ruleset
|
okhttp3.Call |
InboxRulesetControllerApi.deleteInboxRulesetCall(UUID id,
ApiCallback _callback)
Build call for deleteInboxRuleset
|
okhttp3.Call |
InboxRulesetControllerApi.deleteInboxRulesetsAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox rulesets (asynchronously)
Delete inbox rulesets.
|
okhttp3.Call |
InboxRulesetControllerApi.deleteInboxRulesetsCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInboxRulesets
|
okhttp3.Call |
PhoneControllerApi.deletePhoneNumberAsync(UUID phoneNumberId,
ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.deletePhoneNumberCall(UUID phoneNumberId,
ApiCallback _callback)
Build call for deletePhoneNumber
|
okhttp3.Call |
SentEmailsControllerApi.deleteSentEmailAsync(UUID id,
ApiCallback<Void> _callback)
Delete sent email receipt (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.deleteSentEmailCall(UUID id,
ApiCallback _callback)
Build call for deleteSentEmail
|
okhttp3.Call |
SmsControllerApi.deleteSmsMessageAsync(UUID smsId,
ApiCallback<Void> _callback)
Delete SMS message.
|
okhttp3.Call |
SmsControllerApi.deleteSmsMessageCall(UUID smsId,
ApiCallback _callback)
Build call for deleteSmsMessage
|
okhttp3.Call |
SmsControllerApi.deleteSmsMessagesAsync(UUID phoneNumberId,
ApiCallback<Void> _callback)
Delete all SMS messages (asynchronously)
Delete all SMS messages or all messages for a given phone number
|
okhttp3.Call |
SmsControllerApi.deleteSmsMessagesCall(UUID phoneNumberId,
ApiCallback _callback)
Build call for deleteSmsMessages
|
okhttp3.Call |
TemplateControllerApi.deleteTemplateAsync(UUID templateId,
ApiCallback<Void> _callback)
Delete email template (asynchronously)
Delete template
|
okhttp3.Call |
TemplateControllerApi.deleteTemplateCall(UUID templateId,
ApiCallback _callback)
Build call for deleteTemplate
|
okhttp3.Call |
WebhookControllerApi.deleteWebhookAsync(UUID inboxId,
UUID webhookId,
ApiCallback<Void> _callback)
Delete and disable a Webhook for an Inbox (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.deleteWebhookByIdAsync(UUID webhookId,
ApiCallback<Void> _callback)
Delete a webhook (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.deleteWebhookByIdCall(UUID webhookId,
ApiCallback _callback)
Build call for deleteWebhookById
|
okhttp3.Call |
WebhookControllerApi.deleteWebhookCall(UUID inboxId,
UUID webhookId,
ApiCallback _callback)
Build call for deleteWebhook
|
okhttp3.Call |
MailServerControllerApi.describeMailServerDomainAsync(DescribeDomainOptions describeDomainOptions,
ApiCallback<DescribeMailServerDomainResult> _callback)
Get DNS Mail Server records for a domain (asynchronously)
|
okhttp3.Call |
MailServerControllerApi.describeMailServerDomainCall(DescribeDomainOptions describeDomainOptions,
ApiCallback _callback)
Build call for describeMailServerDomain
|
okhttp3.Call |
InboxControllerApi.doesInboxExistAsync(String emailAddress,
Boolean allowCatchAll,
ApiCallback<InboxExistsDto> _callback)
Does inbox exist (asynchronously)
Check if inboxes exist by email address.
|
okhttp3.Call |
InboxControllerApi.doesInboxExistCall(String emailAddress,
Boolean allowCatchAll,
ApiCallback _callback)
Build call for doesInboxExist
|
okhttp3.Call |
AttachmentControllerApi.downloadAttachmentAsBase64EncodedAsync(String attachmentId,
ApiCallback<DownloadAttachmentDto> _callback)
Get email attachment as base64 encoded string as alternative to binary responses.
|
okhttp3.Call |
AttachmentControllerApi.downloadAttachmentAsBase64EncodedCall(String attachmentId,
ApiCallback _callback)
Build call for downloadAttachmentAsBase64Encoded
|
okhttp3.Call |
AttachmentControllerApi.downloadAttachmentAsBytesAsync(String attachmentId,
ApiCallback<byte[]> _callback)
Download attachments.
|
okhttp3.Call |
AttachmentControllerApi.downloadAttachmentAsBytesCall(String attachmentId,
ApiCallback _callback)
Build call for downloadAttachmentAsBytes
|
okhttp3.Call |
EmailControllerApi.downloadAttachmentAsync(UUID emailId,
String attachmentId,
String apiKey,
ApiCallback<byte[]> _callback)
Get email attachment bytes.
|
okhttp3.Call |
EmailControllerApi.downloadAttachmentBase64Async(UUID emailId,
String attachmentId,
ApiCallback<DownloadAttachmentDto> _callback)
Get email attachment as base64 encoded string as an alternative to binary responses.
|
okhttp3.Call |
EmailControllerApi.downloadAttachmentBase64Call(UUID emailId,
String attachmentId,
ApiCallback _callback)
Build call for downloadAttachmentBase64
|
okhttp3.Call |
EmailControllerApi.downloadAttachmentCall(UUID emailId,
String attachmentId,
String apiKey,
ApiCallback _callback)
Build call for downloadAttachment
|
okhttp3.Call |
EmailControllerApi.downloadBodyAsync(UUID emailId,
ApiCallback<String> _callback)
Get email body as string.
|
okhttp3.Call |
EmailControllerApi.downloadBodyBytesAsync(UUID emailId,
ApiCallback<byte[]> _callback)
Get email body in bytes.
|
okhttp3.Call |
EmailControllerApi.downloadBodyBytesCall(UUID emailId,
ApiCallback _callback)
Build call for downloadBodyBytes
|
okhttp3.Call |
EmailControllerApi.downloadBodyCall(UUID emailId,
ApiCallback _callback)
Build call for downloadBody
|
okhttp3.Call |
CommonActionsControllerApi.emptyInboxAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete all emails in an inbox (asynchronously)
Deletes all emails
|
okhttp3.Call |
CommonActionsControllerApi.emptyInboxCall(UUID inboxId,
ApiCallback _callback)
Build call for emptyInbox
|
okhttp3.Call |
ExportControllerApi.exportEntitiesAsync(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime,
ApiCallback<List<byte[]>> _callback)
Export inboxes link callable via browser (asynchronously)
|
okhttp3.Call |
ExportControllerApi.exportEntitiesCall(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime,
ApiCallback _callback)
Build call for exportEntities
|
okhttp3.Call |
BounceControllerApi.filterBouncedRecipientAsync(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions,
ApiCallback<FilterBouncedRecipientsResult> _callback)
Filter a list of email recipients and remove those who have bounced (asynchronously)
Prevent email sending errors by remove recipients who have resulted in past email bounces or complaints
|
okhttp3.Call |
BounceControllerApi.filterBouncedRecipientCall(FilterBouncedRecipientsOptions filterBouncedRecipientsOptions,
ApiCallback _callback)
Build call for filterBouncedRecipient
|
okhttp3.Call |
InboxControllerApi.flushExpiredAsync(OffsetDateTime before,
ApiCallback<FlushExpiredInboxesResult> _callback)
Remove expired inboxes (asynchronously)
Remove any expired inboxes for your account (instead of waiting for scheduled removal on server)
|
okhttp3.Call |
InboxControllerApi.flushExpiredCall(OffsetDateTime before,
ApiCallback _callback)
Build call for flushExpired
|
okhttp3.Call |
EmailControllerApi.forwardEmailAsync(UUID emailId,
ForwardEmailOptions forwardEmailOptions,
ApiCallback<SentEmailDto> _callback)
Forward email to recipients (asynchronously)
Forward an existing email to new recipients.
|
okhttp3.Call |
EmailControllerApi.forwardEmailCall(UUID emailId,
ForwardEmailOptions forwardEmailOptions,
ApiCallback _callback)
Build call for forwardEmail
|
okhttp3.Call |
AliasControllerApi.getAliasAsync(UUID aliasId,
ApiCallback<AliasDto> _callback)
Get an email alias (asynchronously)
Get an email alias by ID
|
okhttp3.Call |
AliasControllerApi.getAliasCall(UUID aliasId,
ApiCallback _callback)
Build call for getAlias
|
okhttp3.Call |
AliasControllerApi.getAliasEmailsAsync(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageEmailProjection> _callback)
Get emails for an alias (asynchronously)
Get paginated emails for an alias by ID
|
okhttp3.Call |
AliasControllerApi.getAliasEmailsCall(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAliasEmails
|
okhttp3.Call |
AliasControllerApi.getAliasesAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageAlias> _callback)
Get all email aliases you have created (asynchronously)
Get all email aliases in paginated form
|
okhttp3.Call |
AliasControllerApi.getAliasesCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAliases
|
okhttp3.Call |
AliasControllerApi.getAliasThreadsAsync(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageThreadProjection> _callback)
Get threads created for an alias (asynchronously)
Returns threads created for an email alias in paginated form
|
okhttp3.Call |
AliasControllerApi.getAliasThreadsCall(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAliasThreads
|
okhttp3.Call |
WebhookControllerApi.getAllAccountWebhooksAsync(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
List account webhooks Paginated (asynchronously)
List account webhooks in paginated form.
|
okhttp3.Call |
WebhookControllerApi.getAllAccountWebhooksCall(Integer page,
Integer size,
String sort,
String eventType,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllAccountWebhooks
|
okhttp3.Call |
ConnectorControllerApi.getAllConnectorSyncEventsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageConnectorSyncEvents> _callback)
Get all inbox connector sync events (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.getAllConnectorSyncEventsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllConnectorSyncEvents
|
okhttp3.Call |
ContactControllerApi.getAllContactsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageContactProjection> _callback)
Get all contacts (asynchronously)
|
okhttp3.Call |
ContactControllerApi.getAllContactsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllContacts
|
okhttp3.Call |
GroupControllerApi.getAllGroupsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageGroupProjection> _callback)
Get all Contact Groups in paginated format (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getAllGroupsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllGroups
|
okhttp3.Call |
InboxControllerApi.getAllInboxesAsync(Integer page,
Integer size,
String sort,
Boolean favourite,
String search,
String tag,
Boolean teamAccess,
OffsetDateTime since,
OffsetDateTime before,
String inboxType,
UUID domainId,
ApiCallback<PageInboxProjection> _callback)
List All Inboxes Paginated (asynchronously)
List inboxes in paginated form.
|
okhttp3.Call |
InboxControllerApi.getAllInboxesCall(Integer page,
Integer size,
String sort,
Boolean favourite,
String search,
String tag,
Boolean teamAccess,
OffsetDateTime since,
OffsetDateTime before,
String inboxType,
UUID domainId,
ApiCallback _callback)
Build call for getAllInboxes
|
okhttp3.Call |
MissedEmailControllerApi.getAllMissedEmailsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback<PageMissedEmailProjection> _callback)
Get all MissedEmails in paginated format (asynchronously)
|
okhttp3.Call |
MissedEmailControllerApi.getAllMissedEmailsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback _callback)
Build call for getAllMissedEmails
|
okhttp3.Call |
InboxControllerApi.getAllScheduledJobsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageScheduledJobs> _callback)
Get all scheduled email sending jobs for account (asynchronously)
Schedule sending of emails using scheduled jobs.
|
okhttp3.Call |
InboxControllerApi.getAllScheduledJobsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllScheduledJobs
|
okhttp3.Call |
SentEmailsControllerApi.getAllSentTrackingPixelsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
(asynchronously)
Get all sent email tracking pixels in paginated form
|
okhttp3.Call |
SentEmailsControllerApi.getAllSentTrackingPixelsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllSentTrackingPixels
|
okhttp3.Call |
TemplateControllerApi.getAllTemplatesAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTemplateProjection> _callback)
List templates (asynchronously)
Get all templates in paginated format
|
okhttp3.Call |
TemplateControllerApi.getAllTemplatesCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllTemplates
|
okhttp3.Call |
TrackingControllerApi.getAllTrackingPixelsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
Get tracking pixels (asynchronously)
List tracking pixels in paginated form
|
okhttp3.Call |
TrackingControllerApi.getAllTrackingPixelsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllTrackingPixels
|
okhttp3.Call |
MissedEmailControllerApi.getAllUnknownMissedEmailsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback<PageUnknownMissedEmailProjection> _callback)
Get all unknown missed emails in paginated format (asynchronously)
Unknown missed emails are emails that were sent to MailSlurp but could not be assigned to an existing inbox.
|
okhttp3.Call |
MissedEmailControllerApi.getAllUnknownMissedEmailsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback _callback)
Build call for getAllUnknownMissedEmails
|
okhttp3.Call |
WebhookControllerApi.getAllWebhookResultsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get results for all webhooks (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getAllWebhookResultsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback _callback)
Build call for getAllWebhookResults
|
okhttp3.Call |
WebhookControllerApi.getAllWebhooksAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
List Webhooks Paginated (asynchronously)
List webhooks in paginated form.
|
okhttp3.Call |
WebhookControllerApi.getAllWebhooksCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
UUID inboxId,
UUID phoneId,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllWebhooks
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentAsync(String attachmentId,
ApiCallback<AttachmentEntity> _callback)
Get an attachment entity (asynchronously)
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentCall(String attachmentId,
ApiCallback _callback)
Build call for getAttachment
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentInfoAsync(String attachmentId,
ApiCallback<AttachmentMetaData> _callback)
Get email attachment metadata information (asynchronously)
Returns the metadata for an attachment.
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentInfoCall(String attachmentId,
ApiCallback _callback)
Build call for getAttachmentInfo
|
okhttp3.Call |
EmailControllerApi.getAttachmentMetaDataAsync(UUID emailId,
String attachmentId,
ApiCallback<AttachmentMetaData> _callback)
Get email attachment metadata.
|
okhttp3.Call |
EmailControllerApi.getAttachmentMetaDataCall(UUID emailId,
String attachmentId,
ApiCallback _callback)
Build call for getAttachmentMetaData
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentsAsync(Integer page,
Integer size,
String sort,
String fileNameFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageAttachmentEntity> _callback)
Get email attachments (asynchronously)
Get all attachments in paginated response.
|
okhttp3.Call |
AttachmentControllerApi.getAttachmentsCall(Integer page,
Integer size,
String sort,
String fileNameFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAttachments
|
okhttp3.Call |
BounceControllerApi.getBouncedEmailAsync(UUID id,
ApiCallback<BouncedEmailDto> _callback)
Get a bounced email.
|
okhttp3.Call |
BounceControllerApi.getBouncedEmailCall(UUID id,
ApiCallback _callback)
Build call for getBouncedEmail
|
okhttp3.Call |
BounceControllerApi.getBouncedEmailsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageBouncedEmail> _callback)
Get paginated list of bounced emails.
|
okhttp3.Call |
BounceControllerApi.getBouncedEmailsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getBouncedEmails
|
okhttp3.Call |
BounceControllerApi.getBouncedRecipientAsync(UUID id,
ApiCallback<BouncedRecipientDto> _callback)
Get a bounced email.
|
okhttp3.Call |
BounceControllerApi.getBouncedRecipientCall(UUID id,
ApiCallback _callback)
Build call for getBouncedRecipient
|
okhttp3.Call |
BounceControllerApi.getBouncedRecipientsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageBouncedRecipients> _callback)
Get paginated list of bounced recipients.
|
okhttp3.Call |
BounceControllerApi.getBouncedRecipientsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getBouncedRecipients
|
okhttp3.Call |
BounceControllerApi.getComplaintsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageComplaint> _callback)
Get paginated list of complaints.
|
okhttp3.Call |
BounceControllerApi.getComplaintsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getComplaints
|
okhttp3.Call |
ConnectorControllerApi.getConnectorAsync(UUID id,
ApiCallback<ConnectorDto> _callback)
Get an inbox connector (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.getConnectorCall(UUID id,
ApiCallback _callback)
Build call for getConnector
|
okhttp3.Call |
ConnectorControllerApi.getConnectorsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageConnector> _callback)
Get inbox connectors (asynchronously)
List inbox connectors that sync external emails to MailSlurp inboxes
|
okhttp3.Call |
ConnectorControllerApi.getConnectorsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getConnectors
|
okhttp3.Call |
ConnectorControllerApi.getConnectorSyncEventAsync(UUID id,
ApiCallback<ConnectorSyncEventDto> _callback)
Get an inbox connector sync event (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.getConnectorSyncEventCall(UUID id,
ApiCallback _callback)
Build call for getConnectorSyncEvent
|
okhttp3.Call |
ConnectorControllerApi.getConnectorSyncEventsAsync(UUID id,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageConnectorSyncEvents> _callback)
Get an inbox connector sync events (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.getConnectorSyncEventsCall(UUID id,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getConnectorSyncEvents
|
okhttp3.Call |
ContactControllerApi.getContactAsync(UUID contactId,
ApiCallback<ContactDto> _callback)
Get contact (asynchronously)
|
okhttp3.Call |
ContactControllerApi.getContactCall(UUID contactId,
ApiCallback _callback)
Build call for getContact
|
okhttp3.Call |
ContactControllerApi.getContactsAsync(ApiCallback<List<ContactProjection>> _callback)
Get all contacts (asynchronously)
|
okhttp3.Call |
ContactControllerApi.getContactsCall(ApiCallback _callback)
Build call for getContacts
|
okhttp3.Call |
ContactControllerApi.getContactVCardAsync(UUID contactId,
ApiCallback<List<byte[]>> _callback)
Get contact vCard vcf file (asynchronously)
|
okhttp3.Call |
ContactControllerApi.getContactVCardCall(UUID contactId,
ApiCallback _callback)
Build call for getContactVCard
|
okhttp3.Call |
InboxControllerApi.getDeliveryStatusesByInboxIdAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageDeliveryStatus> _callback)
(asynchronously)
Get all email delivery statuses for an inbox
|
okhttp3.Call |
InboxControllerApi.getDeliveryStatusesByInboxIdCall(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getDeliveryStatusesByInboxId
|
okhttp3.Call |
MailServerControllerApi.getDnsLookupAsync(DNSLookupOptions dnSLookupOptions,
ApiCallback<DNSLookupResults> _callback)
Lookup DNS records for a domain (asynchronously)
|
okhttp3.Call |
MailServerControllerApi.getDnsLookupCall(DNSLookupOptions dnSLookupOptions,
ApiCallback _callback)
Build call for getDnsLookup
|
okhttp3.Call |
DomainControllerApi.getDomainAsync(UUID id,
Boolean checkForErrors,
ApiCallback<DomainDto> _callback)
Get a domain (asynchronously)
Returns domain verification status and tokens for a given domain
|
okhttp3.Call |
DomainControllerApi.getDomainCall(UUID id,
Boolean checkForErrors,
ApiCallback _callback)
Build call for getDomain
|
okhttp3.Call |
DomainControllerApi.getDomainIssuesAsync(ApiCallback<DomainIssuesDto> _callback)
Get domain issues (asynchronously)
List domain issues for domains you have created
|
okhttp3.Call |
DomainControllerApi.getDomainIssuesCall(ApiCallback _callback)
Build call for getDomainIssues
|
okhttp3.Call |
DomainControllerApi.getDomainsAsync(ApiCallback<List<DomainPreview>> _callback)
Get domains (asynchronously)
List all custom domains you have created
|
okhttp3.Call |
DomainControllerApi.getDomainsCall(ApiCallback _callback)
Build call for getDomains
|
okhttp3.Call |
DomainControllerApi.getDomainWildcardCatchAllInboxAsync(UUID id,
ApiCallback<InboxDto> _callback)
Get catch all wild card inbox for domain (asynchronously)
Get the catch all inbox for a domain for missed emails
|
okhttp3.Call |
DomainControllerApi.getDomainWildcardCatchAllInboxCall(UUID id,
ApiCallback _callback)
Build call for getDomainWildcardCatchAllInbox
|
okhttp3.Call |
EmailControllerApi.getEmailAsync(UUID emailId,
Boolean decode,
ApiCallback<Email> _callback)
Get email content including headers and body.
|
okhttp3.Call |
EmailControllerApi.getEmailAttachmentsAsync(UUID emailId,
ApiCallback<List<AttachmentMetaData>> _callback)
Get all email attachment metadata.
|
okhttp3.Call |
EmailControllerApi.getEmailAttachmentsCall(UUID emailId,
ApiCallback _callback)
Build call for getEmailAttachments
|
okhttp3.Call |
EmailControllerApi.getEmailCall(UUID emailId,
Boolean decode,
ApiCallback _callback)
Build call for getEmail
|
okhttp3.Call |
EmailControllerApi.getEmailContentMatchAsync(UUID emailId,
ContentMatchOptions contentMatchOptions,
ApiCallback<EmailContentMatchResult> _callback)
Get email content regex pattern match results.
|
okhttp3.Call |
EmailControllerApi.getEmailContentMatchCall(UUID emailId,
ContentMatchOptions contentMatchOptions,
ApiCallback _callback)
Build call for getEmailContentMatch
|
okhttp3.Call |
EmailControllerApi.getEmailCountAsync(ApiCallback<CountDto> _callback)
Get email count (asynchronously)
|
okhttp3.Call |
EmailControllerApi.getEmailCountCall(ApiCallback _callback)
Build call for getEmailCount
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLAsync(UUID emailId,
Boolean decode,
ApiCallback<String> _callback)
Get email content as HTML.
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLCall(UUID emailId,
Boolean decode,
ApiCallback _callback)
Build call for getEmailHTML
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLJsonAsync(UUID emailId,
Boolean decode,
ApiCallback<EmailHtmlDto> _callback)
Get email content as HTML in JSON wrapper.
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLJsonCall(UUID emailId,
Boolean decode,
ApiCallback _callback)
Build call for getEmailHTMLJson
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLQueryAsync(UUID emailId,
String htmlSelector,
ApiCallback<EmailTextLinesResult> _callback)
Parse and return text from an email, stripping HTML and decoding encoded characters (asynchronously)
Parse an email body and return the content as an array of text.
|
okhttp3.Call |
EmailControllerApi.getEmailHTMLQueryCall(UUID emailId,
String htmlSelector,
ApiCallback _callback)
Build call for getEmailHTMLQuery
|
okhttp3.Call |
EmailControllerApi.getEmailLinksAsync(UUID emailId,
ApiCallback<EmailLinksResult> _callback)
Parse and return list of links found in an email (only works for HTML content) (asynchronously)
HTML parsing uses JSoup and UNIX line separators.
|
okhttp3.Call |
EmailControllerApi.getEmailLinksCall(UUID emailId,
ApiCallback _callback)
Build call for getEmailLinks
|
okhttp3.Call |
EmailControllerApi.getEmailPreviewURLsAsync(UUID emailId,
ApiCallback<EmailPreviewUrls> _callback)
Get email URLs for viewing in browser or downloading (asynchronously)
Get a list of URLs for email content as text/html or raw SMTP message for viewing the message in a browser.
|
okhttp3.Call |
EmailControllerApi.getEmailPreviewURLsCall(UUID emailId,
ApiCallback _callback)
Build call for getEmailPreviewURLs
|
okhttp3.Call |
InboxControllerApi.getEmailsAsync(UUID inboxId,
Integer size,
Integer limit,
String sort,
Long retryTimeout,
Long delayTimeout,
Long minCount,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
ApiCallback<List<EmailPreview>> _callback)
Get emails in an Inbox.
|
okhttp3.Call |
InboxControllerApi.getEmailsCall(UUID inboxId,
Integer size,
Integer limit,
String sort,
Long retryTimeout,
Long delayTimeout,
Long minCount,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
ApiCallback _callback)
Build call for getEmails
|
okhttp3.Call |
EmailControllerApi.getEmailsPaginatedAsync(List<UUID> inboxId,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageEmailProjection> _callback)
Get all emails in all inboxes in paginated form.
|
okhttp3.Call |
EmailControllerApi.getEmailsPaginatedCall(List<UUID> inboxId,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getEmailsPaginated
|
okhttp3.Call |
EmailControllerApi.getEmailTextLinesAsync(UUID emailId,
Boolean decodeHtmlEntities,
String lineSeparator,
ApiCallback<EmailTextLinesResult> _callback)
Parse and return text from an email, stripping HTML and decoding encoded characters (asynchronously)
Parse an email body and return the content as an array of strings.
|
okhttp3.Call |
EmailControllerApi.getEmailTextLinesCall(UUID emailId,
Boolean decodeHtmlEntities,
String lineSeparator,
ApiCallback _callback)
Build call for getEmailTextLines
|
okhttp3.Call |
PhoneControllerApi.getEmergencyAddressAsync(UUID addressId,
ApiCallback<EmergencyAddress> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.getEmergencyAddressCall(UUID addressId,
ApiCallback _callback)
Build call for getEmergencyAddress
|
okhttp3.Call |
PhoneControllerApi.getEmergencyAddressesAsync(ApiCallback<List<EmergencyAddressDto>> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.getEmergencyAddressesCall(ApiCallback _callback)
Build call for getEmergencyAddresses
|
okhttp3.Call |
ExpiredControllerApi.getExpirationDefaultsAsync(ApiCallback<ExpirationDefaults> _callback)
Get default expiration settings (asynchronously)
Return default times used for inbox expiration
|
okhttp3.Call |
ExpiredControllerApi.getExpirationDefaultsCall(ApiCallback _callback)
Build call for getExpirationDefaults
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxByInboxIdAsync(UUID inboxId,
ApiCallback<ExpiredInboxDto> _callback)
Get expired inbox record for a previously existing inbox (asynchronously)
Use the inboxId to return an ExpiredInboxRecord if an inbox has expired.
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxByInboxIdCall(UUID inboxId,
ApiCallback _callback)
Build call for getExpiredInboxByInboxId
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxesAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageExpiredInboxRecordProjection> _callback)
List records of expired inboxes (asynchronously)
Inboxes created with an expiration date will expire after the given date.
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxesCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getExpiredInboxes
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxRecordAsync(UUID expiredId,
ApiCallback<ExpiredInboxDto> _callback)
Get an expired inbox record (asynchronously)
Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity.
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxRecordCall(UUID expiredId,
ApiCallback _callback)
Build call for getExpiredInboxRecord
|
okhttp3.Call |
ExportControllerApi.getExportLinkAsync(String exportType,
ExportOptions exportOptions,
String apiKey,
ApiCallback<ExportLink> _callback)
Get export link (asynchronously)
|
okhttp3.Call |
ExportControllerApi.getExportLinkCall(String exportType,
ExportOptions exportOptions,
String apiKey,
ApiCallback _callback)
Build call for getExportLink
|
okhttp3.Call |
EmailControllerApi.getGravatarUrlForEmailAddressAsync(String emailAddress,
String size,
ApiCallback<GravatarUrl> _callback)
(asynchronously)
Get gravatar url for email address
|
okhttp3.Call |
EmailControllerApi.getGravatarUrlForEmailAddressCall(String emailAddress,
String size,
ApiCallback _callback)
Build call for getGravatarUrlForEmailAddress
|
okhttp3.Call |
GroupControllerApi.getGroupAsync(UUID groupId,
ApiCallback<GroupDto> _callback)
Get group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupCall(UUID groupId,
ApiCallback _callback)
Build call for getGroup
|
okhttp3.Call |
GroupControllerApi.getGroupsAsync(ApiCallback<List<GroupProjection>> _callback)
Get all groups (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupsCall(ApiCallback _callback)
Build call for getGroups
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsAsync(UUID groupId,
ApiCallback<GroupContactsDto> _callback)
Get group and contacts belonging to it (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsCall(UUID groupId,
ApiCallback _callback)
Build call for getGroupWithContacts
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsPaginatedAsync(UUID groupId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageContactProjection> _callback)
(asynchronously)
Get group and paginated contacts belonging to it
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsPaginatedCall(UUID groupId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getGroupWithContactsPaginated
|
okhttp3.Call |
InboxControllerApi.getImapSmtpAccessAsync(UUID inboxId,
ApiCallback<ImapSmtpAccessDetails> _callback)
(asynchronously)
Get IMAP and SMTP access usernames and passwords
|
okhttp3.Call |
InboxControllerApi.getImapSmtpAccessCall(UUID inboxId,
ApiCallback _callback)
Build call for getImapSmtpAccess
|
okhttp3.Call |
InboxControllerApi.getInboxAsync(UUID inboxId,
ApiCallback<InboxDto> _callback)
Get Inbox.
|
okhttp3.Call |
InboxControllerApi.getInboxByEmailAddressAsync(String emailAddress,
ApiCallback<InboxByEmailAddressResult> _callback)
Search for an inbox with the provided email address (asynchronously)
Get a inbox result by email address
|
okhttp3.Call |
InboxControllerApi.getInboxByEmailAddressCall(String emailAddress,
ApiCallback _callback)
Build call for getInboxByEmailAddress
|
okhttp3.Call |
InboxControllerApi.getInboxByNameAsync(String name,
ApiCallback<InboxByNameResult> _callback)
Search for an inbox with the given name (asynchronously)
Get a inbox result by name
|
okhttp3.Call |
InboxControllerApi.getInboxByNameCall(String name,
ApiCallback _callback)
Build call for getInboxByName
|
okhttp3.Call |
InboxControllerApi.getInboxCall(UUID inboxId,
ApiCallback _callback)
Build call for getInbox
|
okhttp3.Call |
InboxControllerApi.getInboxCountAsync(ApiCallback<CountDto> _callback)
Get total inbox count (asynchronously)
|
okhttp3.Call |
InboxControllerApi.getInboxCountCall(ApiCallback _callback)
Build call for getInboxCount
|
okhttp3.Call |
InboxControllerApi.getInboxEmailCountAsync(UUID inboxId,
ApiCallback<CountDto> _callback)
Get email count in inbox (asynchronously)
|
okhttp3.Call |
InboxControllerApi.getInboxEmailCountCall(UUID inboxId,
ApiCallback _callback)
Build call for getInboxEmailCount
|
okhttp3.Call |
InboxControllerApi.getInboxEmailsPaginatedAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageEmailPreview> _callback)
Get inbox emails paginated (asynchronously)
Get a paginated list of emails in an inbox.
|
okhttp3.Call |
InboxControllerApi.getInboxEmailsPaginatedCall(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxEmailsPaginated
|
okhttp3.Call |
InboxControllerApi.getInboxesAsync(Integer size,
String sort,
OffsetDateTime since,
Boolean excludeCatchAllInboxes,
OffsetDateTime before,
ApiCallback<List<InboxDto>> _callback)
Deprecated.
|
okhttp3.Call |
InboxControllerApi.getInboxesCall(Integer size,
String sort,
OffsetDateTime since,
Boolean excludeCatchAllInboxes,
OffsetDateTime before,
ApiCallback _callback)
Deprecated.
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwarderAsync(UUID id,
ApiCallback<InboxForwarderDto> _callback)
Get an inbox forwarder (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwarderCall(UUID id,
ApiCallback _callback)
Build call for getInboxForwarder
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwarderEventsAsync(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback<PageInboxForwarderEvents> _callback)
Get an inbox forwarder event list (asynchronously)
Get inbox ruleset events
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwarderEventsCall(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getInboxForwarderEvents
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwardersAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxForwarderDto> _callback)
List inbox forwarders (asynchronously)
List all forwarders attached to an inbox
|
okhttp3.Call |
InboxForwarderControllerApi.getInboxForwardersCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxForwarders
|
okhttp3.Call |
InboxControllerApi.getInboxIdsAsync(ApiCallback<InboxIdsResult> _callback)
Get all inbox IDs (asynchronously)
Get list of inbox IDs
|
okhttp3.Call |
InboxControllerApi.getInboxIdsCall(ApiCallback _callback)
Build call for getInboxIds
|
okhttp3.Call |
InboxReplierControllerApi.getInboxReplierAsync(UUID id,
ApiCallback<InboxReplierDto> _callback)
Get an inbox replier (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
InboxReplierControllerApi.getInboxReplierCall(UUID id,
ApiCallback _callback)
Build call for getInboxReplier
|
okhttp3.Call |
InboxReplierControllerApi.getInboxReplierEventsAsync(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback<PageInboxReplierEvents> _callback)
Get an inbox replier event list (asynchronously)
Get inbox ruleset events
|
okhttp3.Call |
InboxReplierControllerApi.getInboxReplierEventsCall(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getInboxReplierEvents
|
okhttp3.Call |
InboxReplierControllerApi.getInboxRepliersAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxReplierDto> _callback)
List inbox repliers (asynchronously)
List all repliers attached to an inbox
|
okhttp3.Call |
InboxReplierControllerApi.getInboxRepliersCall(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxRepliers
|
okhttp3.Call |
InboxRulesetControllerApi.getInboxRulesetAsync(UUID id,
ApiCallback<InboxRulesetDto> _callback)
Get an inbox ruleset (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
InboxRulesetControllerApi.getInboxRulesetCall(UUID id,
ApiCallback _callback)
Build call for getInboxRuleset
|
okhttp3.Call |
InboxRulesetControllerApi.getInboxRulesetsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxRulesetDto> _callback)
List inbox rulesets (asynchronously)
List all rulesets attached to an inbox
|
okhttp3.Call |
InboxRulesetControllerApi.getInboxRulesetsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxRulesets
|
okhttp3.Call |
InboxControllerApi.getInboxSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailProjection> _callback)
Get Inbox Sent Emails (asynchronously)
Returns an inbox's sent email receipts.
|
okhttp3.Call |
InboxControllerApi.getInboxSentEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxSentEmails
|
okhttp3.Call |
InboxControllerApi.getInboxTagsAsync(ApiCallback<List<String>> _callback)
Get inbox tags (asynchronously)
Get all inbox tags
|
okhttp3.Call |
InboxControllerApi.getInboxTagsCall(ApiCallback _callback)
Build call for getInboxTags
|
okhttp3.Call |
WebhookControllerApi.getInboxWebhooksPaginatedAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
Get paginated webhooks for an Inbox (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getInboxWebhooksPaginatedCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxWebhooksPaginated
|
okhttp3.Call |
MailServerControllerApi.getIpAddressAsync(String name,
ApiCallback<IPAddressResult> _callback)
Get IP address for a domain (asynchronously)
|
okhttp3.Call |
MailServerControllerApi.getIpAddressCall(String name,
ApiCallback _callback)
Build call for getIpAddress
|
okhttp3.Call |
UserControllerApi.getJsonPropertyAsStringAsync(String property,
Object body,
ApiCallback<String> _callback)
(asynchronously)
Utility function to extract properties from JSON objects in language where this is cumbersome.
|
okhttp3.Call |
UserControllerApi.getJsonPropertyAsStringCall(String property,
Object body,
ApiCallback _callback)
Build call for getJsonPropertyAsString
|
okhttp3.Call |
WebhookControllerApi.getJsonSchemaForWebhookEventAsync(String event,
ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
Get JSON Schema definition for webhook payload by event
|
okhttp3.Call |
WebhookControllerApi.getJsonSchemaForWebhookEventCall(String event,
ApiCallback _callback)
Build call for getJsonSchemaForWebhookEvent
|
okhttp3.Call |
WebhookControllerApi.getJsonSchemaForWebhookPayloadAsync(UUID webhookId,
ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
Get JSON Schema definition for webhook payload
|
okhttp3.Call |
WebhookControllerApi.getJsonSchemaForWebhookPayloadCall(UUID webhookId,
ApiCallback _callback)
Build call for getJsonSchemaForWebhookPayload
|
okhttp3.Call |
EmailControllerApi.getLatestEmailAsync(List<UUID> inboxIds,
ApiCallback<Email> _callback)
Get latest email in all inboxes.
|
okhttp3.Call |
EmailControllerApi.getLatestEmailCall(List<UUID> inboxIds,
ApiCallback _callback)
Build call for getLatestEmail
|
okhttp3.Call |
EmailControllerApi.getLatestEmailInInbox1Async(UUID inboxId,
ApiCallback<Email> _callback)
Get latest email in an inbox.
|
okhttp3.Call |
EmailControllerApi.getLatestEmailInInbox1Call(UUID inboxId,
ApiCallback _callback)
Build call for getLatestEmailInInbox1
|
okhttp3.Call |
InboxControllerApi.getLatestEmailInInboxAsync(UUID inboxId,
Long timeoutMillis,
ApiCallback<Email> _callback)
Get latest email in an inbox.
|
okhttp3.Call |
InboxControllerApi.getLatestEmailInInboxCall(UUID inboxId,
Long timeoutMillis,
ApiCallback _callback)
Build call for getLatestEmailInInbox
|
okhttp3.Call |
BounceControllerApi.getListUnsubscribeRecipientsAsync(Integer page,
Integer size,
String sort,
UUID domainId,
ApiCallback<PageListUnsubscribeRecipients> _callback)
Get paginated list of unsubscribed recipients.
|
okhttp3.Call |
BounceControllerApi.getListUnsubscribeRecipientsCall(Integer page,
Integer size,
String sort,
UUID domainId,
ApiCallback _callback)
Build call for getListUnsubscribeRecipients
|
okhttp3.Call |
MissedEmailControllerApi.getMissedEmailAsync(UUID missedEmailId,
ApiCallback<MissedEmailDto> _callback)
Get MissedEmail (asynchronously)
List emails that were missed due to plan limits.
|
okhttp3.Call |
MissedEmailControllerApi.getMissedEmailCall(UUID missedEmailId,
ApiCallback _callback)
Build call for getMissedEmail
|
okhttp3.Call |
EmailControllerApi.getOrganizationEmailsPaginatedAsync(List<UUID> inboxId,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageEmailProjection> _callback)
Get all organization emails.
|
okhttp3.Call |
EmailControllerApi.getOrganizationEmailsPaginatedCall(List<UUID> inboxId,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getOrganizationEmailsPaginated
|
okhttp3.Call |
InboxControllerApi.getOrganizationInboxesAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageOrganizationInboxProjection> _callback)
List Organization Inboxes Paginated (asynchronously)
List organization inboxes in paginated form.
|
okhttp3.Call |
InboxControllerApi.getOrganizationInboxesCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getOrganizationInboxes
|
okhttp3.Call |
PhoneControllerApi.getPhoneNumberAsync(UUID phoneNumberId,
ApiCallback<PhoneNumberDto> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.getPhoneNumberCall(UUID phoneNumberId,
ApiCallback _callback)
Build call for getPhoneNumber
|
okhttp3.Call |
PhoneControllerApi.getPhoneNumbersAsync(String phoneCountry,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PagePhoneNumberProjection> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.getPhoneNumbersCall(String phoneCountry,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getPhoneNumbers
|
okhttp3.Call |
WebhookControllerApi.getPhoneNumberWebhooksPaginatedAsync(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageWebhookProjection> _callback)
Get paginated webhooks for a phone number (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getPhoneNumberWebhooksPaginatedCall(UUID phoneId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getPhoneNumberWebhooksPaginated
|
okhttp3.Call |
PhoneControllerApi.getPhonePlansAsync(ApiCallback<List<PhonePlanDto>> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.getPhonePlansCall(ApiCallback _callback)
Build call for getPhonePlans
|
okhttp3.Call |
EmailControllerApi.getRawEmailContentsAsync(UUID emailId,
ApiCallback<String> _callback)
Get raw email string.
|
okhttp3.Call |
EmailControllerApi.getRawEmailContentsCall(UUID emailId,
ApiCallback _callback)
Build call for getRawEmailContents
|
okhttp3.Call |
EmailControllerApi.getRawEmailJsonAsync(UUID emailId,
ApiCallback<RawEmailJson> _callback)
Get raw email in JSON.
|
okhttp3.Call |
EmailControllerApi.getRawEmailJsonCall(UUID emailId,
ApiCallback _callback)
Build call for getRawEmailJson
|
okhttp3.Call |
SentEmailsControllerApi.getRawSentEmailContentsAsync(UUID emailId,
ApiCallback<String> _callback)
Get raw sent email string.
|
okhttp3.Call |
SentEmailsControllerApi.getRawSentEmailContentsCall(UUID emailId,
ApiCallback _callback)
Build call for getRawSentEmailContents
|
okhttp3.Call |
SentEmailsControllerApi.getRawSentEmailJsonAsync(UUID emailId,
ApiCallback<RawEmailJson> _callback)
Get raw sent email in JSON.
|
okhttp3.Call |
SentEmailsControllerApi.getRawSentEmailJsonCall(UUID emailId,
ApiCallback _callback)
Build call for getRawSentEmailJson
|
okhttp3.Call |
InboxControllerApi.getScheduledJobAsync(UUID jobId,
ApiCallback<ScheduledJobDto> _callback)
Get a scheduled email job (asynchronously)
Get a scheduled email job details.
|
okhttp3.Call |
InboxControllerApi.getScheduledJobCall(UUID jobId,
ApiCallback _callback)
Build call for getScheduledJob
|
okhttp3.Call |
InboxControllerApi.getScheduledJobsByInboxIdAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageScheduledJobs> _callback)
Get all scheduled email sending jobs for the inbox (asynchronously)
Schedule sending of emails using scheduled jobs.
|
okhttp3.Call |
InboxControllerApi.getScheduledJobsByInboxIdCall(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getScheduledJobsByInboxId
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusAsync(UUID deliveryId,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Get a sent email delivery status
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusCall(UUID deliveryId,
ApiCallback _callback)
Build call for getSentDeliveryStatus
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusesAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageDeliveryStatus> _callback)
(asynchronously)
Get all sent email delivery statuses
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusesBySentIdAsync(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageDeliveryStatus> _callback)
(asynchronously)
Get all sent email delivery statuses
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusesBySentIdCall(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentDeliveryStatusesBySentId
|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusesCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentDeliveryStatuses
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailAsync(UUID id,
ApiCallback<SentEmailDto> _callback)
Get sent email receipt (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailCall(UUID id,
ApiCallback _callback)
Build call for getSentEmail
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailHTMLContentAsync(UUID id,
ApiCallback<String> _callback)
Get sent email HTML content (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailHTMLContentCall(UUID id,
ApiCallback _callback)
Build call for getSentEmailHTMLContent
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailPreviewURLsAsync(UUID id,
ApiCallback<EmailPreviewUrls> _callback)
Get sent email URL for viewing in browser or downloading (asynchronously)
Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser.
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailPreviewURLsCall(UUID id,
ApiCallback _callback)
Build call for getSentEmailPreviewURLs
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent emails in paginated form (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmails
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailsWithQueueResultsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailWithQueueProjection> _callback)
Get results of email sent with queues in paginated form (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailsWithQueueResultsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmailsWithQueueResults
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailTrackingPixelsAsync(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
(asynchronously)
Get all tracking pixels for a sent email in paginated form
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailTrackingPixelsCall(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmailTrackingPixels
|
okhttp3.Call |
SentEmailsControllerApi.getSentOrganizationEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailProjection> _callback)
(asynchronously)
Get all sent organization emails in paginated form
|
okhttp3.Call |
SentEmailsControllerApi.getSentOrganizationEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentOrganizationEmails
|
okhttp3.Call |
SmsControllerApi.getSmsMessageAsync(UUID smsId,
ApiCallback<SmsDto> _callback)
Get SMS content including body.
|
okhttp3.Call |
SmsControllerApi.getSmsMessageCall(UUID smsId,
ApiCallback _callback)
Build call for getSmsMessage
|
okhttp3.Call |
SmsControllerApi.getSmsMessagesPaginatedAsync(UUID phoneNumber,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSmsProjection> _callback)
Get all SMS messages in all phone numbers in paginated form.
|
okhttp3.Call |
SmsControllerApi.getSmsMessagesPaginatedCall(UUID phoneNumber,
Integer page,
Integer size,
String sort,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSmsMessagesPaginated
|
okhttp3.Call |
TemplateControllerApi.getTemplateAsync(UUID templateId,
ApiCallback<TemplateDto> _callback)
Get template (asynchronously)
Get email template
|
okhttp3.Call |
TemplateControllerApi.getTemplateCall(UUID templateId,
ApiCallback _callback)
Build call for getTemplate
|
okhttp3.Call |
TemplateControllerApi.getTemplatePreviewHtmlAsync(UUID templateId,
ApiCallback<String> _callback)
Get template preview HTML (asynchronously)
Get email template preview with passed template variables in HTML format for browsers.
|
okhttp3.Call |
TemplateControllerApi.getTemplatePreviewHtmlCall(UUID templateId,
ApiCallback _callback)
Build call for getTemplatePreviewHtml
|
okhttp3.Call |
TemplateControllerApi.getTemplatePreviewJsonAsync(UUID templateId,
ApiCallback<TemplatePreview> _callback)
Get template preview Json (asynchronously)
Get email template preview with passed template variables in JSON format.
|
okhttp3.Call |
TemplateControllerApi.getTemplatePreviewJsonCall(UUID templateId,
ApiCallback _callback)
Build call for getTemplatePreviewJson
|
okhttp3.Call |
TemplateControllerApi.getTemplatesAsync(ApiCallback<List<TemplateProjection>> _callback)
List templates (asynchronously)
Get all templates
|
okhttp3.Call |
TemplateControllerApi.getTemplatesCall(ApiCallback _callback)
Build call for getTemplates
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadAsync(String eventName,
ApiCallback<AbstractWebhookPayload> _callback)
(asynchronously)
Get test webhook payload example.
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadBounceAsync(ApiCallback<WebhookBouncePayload> _callback)
(asynchronously)
Get webhook test payload for bounce
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadBounceCall(ApiCallback _callback)
Build call for getTestWebhookPayloadBounce
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadBounceRecipientAsync(ApiCallback<WebhookBounceRecipientPayload> _callback)
(asynchronously)
Get webhook test payload for bounce recipient
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadBounceRecipientCall(ApiCallback _callback)
Build call for getTestWebhookPayloadBounceRecipient
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadCall(String eventName,
ApiCallback _callback)
Build call for getTestWebhookPayload
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadDeliveryStatusAsync(ApiCallback<WebhookDeliveryStatusPayload> _callback)
Get webhook test payload for delivery status event (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadDeliveryStatusCall(ApiCallback _callback)
Build call for getTestWebhookPayloadDeliveryStatus
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadEmailOpenedAsync(ApiCallback<WebhookEmailOpenedPayload> _callback)
(asynchronously)
Get webhook test payload for email opened event
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadEmailOpenedCall(ApiCallback _callback)
Build call for getTestWebhookPayloadEmailOpened
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadEmailReadAsync(ApiCallback<WebhookEmailReadPayload> _callback)
(asynchronously)
Get webhook test payload for email opened event
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadEmailReadCall(ApiCallback _callback)
Build call for getTestWebhookPayloadEmailRead
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadForWebhookAsync(UUID webhookId,
ApiCallback<AbstractWebhookPayload> _callback)
(asynchronously)
Get example payload for webhook
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadForWebhookCall(UUID webhookId,
ApiCallback _callback)
Build call for getTestWebhookPayloadForWebhook
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewAttachmentAsync(ApiCallback<WebhookNewAttachmentPayload> _callback)
Get webhook test payload for new attachment event (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewAttachmentCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewAttachment
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewContactAsync(ApiCallback<WebhookNewContactPayload> _callback)
Get webhook test payload for new contact event (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewContactCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewContact
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewEmailAsync(ApiCallback<WebhookNewEmailPayload> _callback)
Get webhook test payload for new email event (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewEmailCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewEmail
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewSmsAsync(ApiCallback<WebhookNewSmsPayload> _callback)
Get webhook test payload for new sms event (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadNewSmsCall(ApiCallback _callback)
Build call for getTestWebhookPayloadNewSms
|
okhttp3.Call |
TrackingControllerApi.getTrackingPixelAsync(UUID id,
ApiCallback<TrackingPixelDto> _callback)
Get pixel (asynchronously)
|
okhttp3.Call |
TrackingControllerApi.getTrackingPixelCall(UUID id,
ApiCallback _callback)
Build call for getTrackingPixel
|
okhttp3.Call |
EmailControllerApi.getUnreadEmailCountAsync(ApiCallback<UnreadCount> _callback)
Get unread email count (asynchronously)
Get number of emails unread.
|
okhttp3.Call |
EmailControllerApi.getUnreadEmailCountCall(ApiCallback _callback)
Build call for getUnreadEmailCount
|
okhttp3.Call |
SmsControllerApi.getUnreadSmsCountAsync(ApiCallback<UnreadCount> _callback)
Get unread SMS count (asynchronously)
Get number of SMS unread.
|
okhttp3.Call |
SmsControllerApi.getUnreadSmsCountCall(ApiCallback _callback)
Build call for getUnreadSmsCount
|
okhttp3.Call |
UserControllerApi.getUserInfoAsync(ApiCallback<UserInfoDto> _callback)
(asynchronously)
Get account information for your user
|
okhttp3.Call |
UserControllerApi.getUserInfoCall(ApiCallback _callback)
Build call for getUserInfo
|
okhttp3.Call |
EmailVerificationControllerApi.getValidationRequestsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean isValid,
ApiCallback<PageEmailValidationRequest> _callback)
Validate a list of email addresses.
|
okhttp3.Call |
EmailVerificationControllerApi.getValidationRequestsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean isValid,
ApiCallback _callback)
Build call for getValidationRequests
|
okhttp3.Call |
WebhookControllerApi.getWebhookAsync(UUID webhookId,
ApiCallback<WebhookDto> _callback)
Get a webhook (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhookCall(UUID webhookId,
ApiCallback _callback)
Build call for getWebhook
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookResultDto> _callback)
Get a webhook result for a webhook (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultCall(UUID webhookResultId,
ApiCallback _callback)
Build call for getWebhookResult
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultsAsync(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get a webhook results for a webhook (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultsCall(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback _callback)
Build call for getWebhookResults
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultsUnseenErrorCountAsync(ApiCallback<UnseenErrorCountDto> _callback)
Get count of unseen webhook results with error status (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultsUnseenErrorCountCall(ApiCallback _callback)
Build call for getWebhookResultsUnseenErrorCount
|
okhttp3.Call |
WebhookControllerApi.getWebhooksAsync(UUID inboxId,
ApiCallback<List<WebhookDto>> _callback)
Deprecated.
|
okhttp3.Call |
WebhookControllerApi.getWebhooksCall(UUID inboxId,
ApiCallback _callback)
Deprecated.
|
okhttp3.Call |
InboxControllerApi.listInboxRulesetsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxRulesetDto> _callback)
List inbox rulesets (asynchronously)
List all rulesets attached to an inbox
|
okhttp3.Call |
InboxControllerApi.listInboxRulesetsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for listInboxRulesets
|
okhttp3.Call |
InboxControllerApi.listInboxTrackingPixelsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
List inbox tracking pixels (asynchronously)
List all tracking pixels sent from an inbox
|
okhttp3.Call |
InboxControllerApi.listInboxTrackingPixelsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for listInboxTrackingPixels
|
okhttp3.Call |
EmailControllerApi.markAsReadAsync(UUID emailId,
Boolean read,
ApiCallback<EmailPreview> _callback)
Mark an email as read on unread (asynchronously)
Marks an email as read or unread.
|
okhttp3.Call |
EmailControllerApi.markAsReadCall(UUID emailId,
Boolean read,
ApiCallback _callback)
Build call for markAsRead
|
okhttp3.Call |
WebhookControllerApi.redriveWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookRedriveResult> _callback)
Get a webhook result and try to resend the original webhook payload (asynchronously)
Allows you to resend a webhook payload that was already sent.
|
okhttp3.Call |
WebhookControllerApi.redriveWebhookResultCall(UUID webhookResultId,
ApiCallback _callback)
Build call for redriveWebhookResult
|
okhttp3.Call |
GroupControllerApi.removeContactsFromGroupAsync(UUID groupId,
UpdateGroupContacts updateGroupContacts,
ApiCallback<GroupContactsDto> _callback)
Remove contacts from a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.removeContactsFromGroupCall(UUID groupId,
UpdateGroupContacts updateGroupContacts,
ApiCallback _callback)
Build call for removeContactsFromGroup
|
okhttp3.Call |
AliasControllerApi.replyToAliasEmailAsync(UUID aliasId,
UUID emailId,
ReplyToAliasEmailOptions replyToAliasEmailOptions,
ApiCallback<SentEmailDto> _callback)
Reply to an email (asynchronously)
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
AliasControllerApi.replyToAliasEmailCall(UUID aliasId,
UUID emailId,
ReplyToAliasEmailOptions replyToAliasEmailOptions,
ApiCallback _callback)
Build call for replyToAliasEmail
|
okhttp3.Call |
EmailControllerApi.replyToEmailAsync(UUID emailId,
ReplyToEmailOptions replyToEmailOptions,
ApiCallback<SentEmailDto> _callback)
Reply to an email (asynchronously)
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
EmailControllerApi.replyToEmailCall(UUID emailId,
ReplyToEmailOptions replyToEmailOptions,
ApiCallback _callback)
Build call for replyToEmail
|
okhttp3.Call |
MissedEmailControllerApi.restoreMissedEmailsAsync(ApiCallback<Void> _callback)
Restore missed emails (asynchronously)
If emails were missed due to a plan limit they are saved as missed emails.
|
okhttp3.Call |
MissedEmailControllerApi.restoreMissedEmailsCall(ApiCallback _callback)
Build call for restoreMissedEmails
|
okhttp3.Call |
AliasControllerApi.sendAliasEmailAsync(UUID aliasId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send an email from an alias inbox (asynchronously)
Send an email from an alias.
|
okhttp3.Call |
AliasControllerApi.sendAliasEmailCall(UUID aliasId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendAliasEmail
|
okhttp3.Call |
InboxControllerApi.sendEmailAndConfirmAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send email and return sent confirmation (asynchronously)
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with a link to the sent object created for it.
|
okhttp3.Call |
InboxControllerApi.sendEmailAndConfirmCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmailAndConfirm
|
okhttp3.Call |
InboxControllerApi.sendEmailAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback<Void> _callback)
Send Email (asynchronously)
Send an email from an inbox's email address.
|
okhttp3.Call |
InboxControllerApi.sendEmailCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmail
|
okhttp3.Call |
CommonActionsControllerApi.sendEmailSimpleAsync(SimpleSendEmailOptions simpleSendEmailOptions,
ApiCallback<Void> _callback)
Send an email (asynchronously)
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
CommonActionsControllerApi.sendEmailSimpleCall(SimpleSendEmailOptions simpleSendEmailOptions,
ApiCallback _callback)
Build call for sendEmailSimple
|
okhttp3.Call |
EmailControllerApi.sendEmailSourceOptionalAsync(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend,
ApiCallback<Void> _callback)
Send email (asynchronously)
Alias for `InboxController.sendEmail` method - see original method for full details.
|
okhttp3.Call |
EmailControllerApi.sendEmailSourceOptionalCall(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend,
ApiCallback _callback)
Build call for sendEmailSourceOptional
|
okhttp3.Call |
InboxControllerApi.sendEmailWithQueueAsync(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions,
ApiCallback<Void> _callback)
Send email with queue (asynchronously)
Send an email using a queue.
|
okhttp3.Call |
InboxControllerApi.sendEmailWithQueueCall(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmailWithQueue
|
okhttp3.Call |
InboxControllerApi.sendSmtpEnvelopeAsync(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions,
ApiCallback<SentEmailDto> _callback)
Send email using an SMTP mail envelope and message body and return sent confirmation (asynchronously)
Send email using an SMTP envelope containing RCPT TO, MAIL FROM, and a SMTP BODY.
|
okhttp3.Call |
InboxControllerApi.sendSmtpEnvelopeCall(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions,
ApiCallback _callback)
Build call for sendSmtpEnvelope
|
okhttp3.Call |
WebhookControllerApi.sendTestDataAsync(UUID webhookId,
ApiCallback<WebhookTestResult> _callback)
Send webhook test data (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.sendTestDataCall(UUID webhookId,
ApiCallback _callback)
Build call for sendTestData
|
okhttp3.Call |
InboxControllerApi.sendTestEmailAsync(UUID inboxId,
ApiCallback<Void> _callback)
Send a test email to inbox (asynchronously)
Send an inbox a test email to test email receiving is working
|
okhttp3.Call |
InboxControllerApi.sendTestEmailCall(UUID inboxId,
ApiCallback _callback)
Build call for sendTestEmail
|
okhttp3.Call |
InboxControllerApi.sendWithScheduleAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue,
ApiCallback<ScheduledJobDto> _callback)
Send email with with delay or schedule (asynchronously)
Send an email using a delay.
|
okhttp3.Call |
InboxControllerApi.sendWithScheduleCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue,
ApiCallback _callback)
Build call for sendWithSchedule
|
okhttp3.Call |
InboxControllerApi.setInboxFavouritedAsync(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions,
ApiCallback<InboxDto> _callback)
Set inbox favourited state (asynchronously)
Set and return new favourite state for an inbox
|
okhttp3.Call |
InboxControllerApi.setInboxFavouritedCall(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions,
ApiCallback _callback)
Build call for setInboxFavourited
|
okhttp3.Call |
FormControllerApi.submitFormAsync(String to,
String subject,
String redirectTo,
String emailAddress,
String successMessage,
String spamCheck,
String otherParameters,
ApiCallback<String> _callback)
Submit a form to be parsed and sent as an email to an address determined by the form fields (asynchronously)
This endpoint allows you to submit HTML forms and receive the field values and files via email.
|
okhttp3.Call |
FormControllerApi.submitFormCall(String to,
String subject,
String redirectTo,
String emailAddress,
String successMessage,
String spamCheck,
String otherParameters,
ApiCallback _callback)
Build call for submitForm
|
okhttp3.Call |
ConnectorControllerApi.syncConnectorAsync(UUID id,
ApiCallback<ConnectorSyncRequestResult> _callback)
Sync an inbox connector (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.syncConnectorCall(UUID id,
ApiCallback _callback)
Build call for syncConnector
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwarderAsync(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test an inbox forwarder (asynchronously)
Test an inbox forwarder
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwarderCall(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwarder
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwardersForInboxAsync(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test inbox forwarders for inbox (asynchronously)
Test inbox forwarders for inbox
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwardersForInboxCall(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwardersForInbox
|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetAsync(UUID id,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test an inbox ruleset (asynchronously)
Test an inbox ruleset
|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetCall(UUID id,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback _callback)
Build call for testInboxRuleset
|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetsForInboxAsync(UUID inboxId,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test inbox rulesets for inbox (asynchronously)
Test inbox rulesets for inbox
|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetsForInboxCall(UUID inboxId,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback _callback)
Build call for testInboxRulesetsForInbox
|
okhttp3.Call |
InboxForwarderControllerApi.testNewInboxForwarderAsync(TestNewInboxForwarderOptions testNewInboxForwarderOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test new inbox forwarder (asynchronously)
Test new inbox forwarder
|
okhttp3.Call |
InboxForwarderControllerApi.testNewInboxForwarderCall(TestNewInboxForwarderOptions testNewInboxForwarderOptions,
ApiCallback _callback)
Build call for testNewInboxForwarder
|
okhttp3.Call |
InboxRulesetControllerApi.testNewInboxRulesetAsync(TestNewInboxRulesetOptions testNewInboxRulesetOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test new inbox ruleset (asynchronously)
Test new inbox ruleset
|
okhttp3.Call |
InboxRulesetControllerApi.testNewInboxRulesetCall(TestNewInboxRulesetOptions testNewInboxRulesetOptions,
ApiCallback _callback)
Build call for testNewInboxRuleset
|
okhttp3.Call |
PhoneControllerApi.testPhoneNumberSendSmsAsync(UUID phoneNumberId,
TestPhoneNumberOptions testPhoneNumberOptions,
String xTestId,
ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
PhoneControllerApi.testPhoneNumberSendSmsCall(UUID phoneNumberId,
TestPhoneNumberOptions testPhoneNumberOptions,
String xTestId,
ApiCallback _callback)
Build call for testPhoneNumberSendSms
|
okhttp3.Call |
AliasControllerApi.updateAliasAsync(UUID aliasId,
UpdateAliasOptions updateAliasOptions,
ApiCallback<AliasDto> _callback)
Update an email alias (asynchronously)
|
okhttp3.Call |
AliasControllerApi.updateAliasCall(UUID aliasId,
UpdateAliasOptions updateAliasOptions,
ApiCallback _callback)
Build call for updateAlias
|
okhttp3.Call |
ConnectorControllerApi.updateConnectorAsync(UUID id,
CreateConnectorOptions createConnectorOptions,
ApiCallback<ConnectorDto> _callback)
Update an inbox connector (asynchronously)
|
okhttp3.Call |
ConnectorControllerApi.updateConnectorCall(UUID id,
CreateConnectorOptions createConnectorOptions,
ApiCallback _callback)
Build call for updateConnector
|
okhttp3.Call |
DomainControllerApi.updateDomainAsync(UUID id,
UpdateDomainOptions updateDomainOptions,
ApiCallback<DomainDto> _callback)
Update a domain (asynchronously)
Update values on a domain.
|
okhttp3.Call |
DomainControllerApi.updateDomainCall(UUID id,
UpdateDomainOptions updateDomainOptions,
ApiCallback _callback)
Build call for updateDomain
|
okhttp3.Call |
InboxControllerApi.updateInboxAsync(UUID inboxId,
UpdateInboxOptions updateInboxOptions,
ApiCallback<InboxDto> _callback)
Update Inbox.
|
okhttp3.Call |
InboxControllerApi.updateInboxCall(UUID inboxId,
UpdateInboxOptions updateInboxOptions,
ApiCallback _callback)
Build call for updateInbox
|
okhttp3.Call |
InboxForwarderControllerApi.updateInboxForwarderAsync(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Update an inbox forwarder (asynchronously)
Update inbox ruleset
|
okhttp3.Call |
InboxForwarderControllerApi.updateInboxForwarderCall(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for updateInboxForwarder
|
okhttp3.Call |
InboxReplierControllerApi.updateInboxReplierAsync(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions,
ApiCallback<InboxReplierDto> _callback)
Update an inbox replier (asynchronously)
Update inbox ruleset
|
okhttp3.Call |
InboxReplierControllerApi.updateInboxReplierCall(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions,
ApiCallback _callback)
Build call for updateInboxReplier
|
okhttp3.Call |
TemplateControllerApi.updateTemplateAsync(UUID templateId,
CreateTemplateOptions createTemplateOptions,
ApiCallback<TemplateDto> _callback)
Update template (asynchronously)
Update email template
|
okhttp3.Call |
TemplateControllerApi.updateTemplateCall(UUID templateId,
CreateTemplateOptions createTemplateOptions,
ApiCallback _callback)
Build call for updateTemplate
|
okhttp3.Call |
WebhookControllerApi.updateWebhookHeadersAsync(UUID webhookId,
WebhookHeaders webhookHeaders,
ApiCallback<WebhookDto> _callback)
Update a webhook request headers (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.updateWebhookHeadersCall(UUID webhookId,
WebhookHeaders webhookHeaders,
ApiCallback _callback)
Build call for updateWebhookHeaders
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentAsync(UploadAttachmentOptions uploadAttachmentOptions,
ApiCallback<List<String>> _callback)
Upload an attachment for sending using base64 file encoding.
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentBytesAsync(UploadAttachmentBytesRequest uploadAttachmentBytesRequest,
String contentType,
String filename,
ApiCallback<List<String>> _callback)
Upload an attachment for sending using file byte stream input octet stream.
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentBytesCall(UploadAttachmentBytesRequest uploadAttachmentBytesRequest,
String contentType,
String filename,
ApiCallback _callback)
Build call for uploadAttachmentBytes
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentCall(UploadAttachmentOptions uploadAttachmentOptions,
ApiCallback _callback)
Build call for uploadAttachment
|
okhttp3.Call |
AttachmentControllerApi.uploadMultipartFormAsync(String contentType,
String filename,
String xFilename,
UploadMultipartFormRequest uploadMultipartFormRequest,
ApiCallback<List<String>> _callback)
Upload an attachment for sending using a Multipart Form request.
|
okhttp3.Call |
AttachmentControllerApi.uploadMultipartFormCall(String contentType,
String filename,
String xFilename,
UploadMultipartFormRequest uploadMultipartFormRequest,
ApiCallback _callback)
Build call for uploadMultipartForm
|
okhttp3.Call |
EmailVerificationControllerApi.validateEmailAddressListAsync(ValidateEmailAddressListOptions validateEmailAddressListOptions,
ApiCallback<ValidateEmailAddressListResult> _callback)
Validate a list of email addresses.
|
okhttp3.Call |
EmailVerificationControllerApi.validateEmailAddressListCall(ValidateEmailAddressListOptions validateEmailAddressListOptions,
ApiCallback _callback)
Build call for validateEmailAddressList
|
okhttp3.Call |
EmailControllerApi.validateEmailAsync(UUID emailId,
ApiCallback<ValidationDto> _callback)
Validate email HTML contents (asynchronously)
Validate the HTML content of email if HTML is found.
|
okhttp3.Call |
EmailControllerApi.validateEmailCall(UUID emailId,
ApiCallback _callback)
Build call for validateEmail
|
okhttp3.Call |
MailServerControllerApi.verifyEmailAddressAsync(VerifyEmailAddressOptions verifyEmailAddressOptions,
ApiCallback<EmailVerificationResult> _callback)
Deprecated.
|
okhttp3.Call |
MailServerControllerApi.verifyEmailAddressCall(VerifyEmailAddressOptions verifyEmailAddressOptions,
ApiCallback _callback)
Deprecated.
|
okhttp3.Call |
WebhookControllerApi.verifyWebhookSignatureAsync(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions,
ApiCallback<VerifyWebhookSignatureResults> _callback)
Verify a webhook payload signature (asynchronously)
Verify a webhook payload using the messageId and signature.
|
okhttp3.Call |
WebhookControllerApi.verifyWebhookSignatureCall(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions,
ApiCallback _callback)
Build call for verifyWebhookSignature
|
okhttp3.Call |
WaitForControllerApi.waitForAsync(WaitForConditions waitForConditions,
ApiCallback<List<EmailPreview>> _callback)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForCall(WaitForConditions waitForConditions,
ApiCallback _callback)
Build call for waitFor
|
okhttp3.Call |
SentEmailsControllerApi.waitForDeliveryStatusesAsync(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Wait for delivery statuses
|
okhttp3.Call |
SentEmailsControllerApi.waitForDeliveryStatusesCall(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for waitForDeliveryStatuses
|
okhttp3.Call |
WaitForControllerApi.waitForEmailCountAsync(UUID inboxId,
Integer count,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
ApiCallback<List<EmailPreview>> _callback)
Wait for and return count number of emails.
|
okhttp3.Call |
WaitForControllerApi.waitForEmailCountCall(UUID inboxId,
Integer count,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
ApiCallback _callback)
Build call for waitForEmailCount
|
okhttp3.Call |
WaitForControllerApi.waitForLatestEmailAsync(UUID inboxId,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
ApiCallback<Email> _callback)
Fetch inbox's latest email or if empty wait for an email to arrive (asynchronously)
Will return either the last received email or wait for an email to arrive and return that.
|
okhttp3.Call |
WaitForControllerApi.waitForLatestEmailCall(UUID inboxId,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
ApiCallback _callback)
Build call for waitForLatestEmail
|
okhttp3.Call |
WaitForControllerApi.waitForLatestSmsAsync(WaitForSingleSmsOptions waitForSingleSmsOptions,
ApiCallback<SmsDto> _callback)
Wait for the latest SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForLatestSmsCall(WaitForSingleSmsOptions waitForSingleSmsOptions,
ApiCallback _callback)
Build call for waitForLatestSms
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingEmailsAsync(UUID inboxId,
Integer count,
MatchOptions matchOptions,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
Long timeout,
Boolean unreadOnly,
ApiCallback<List<EmailPreview>> _callback)
Wait or return list of emails that match simple matching patterns (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingEmailsCall(UUID inboxId,
Integer count,
MatchOptions matchOptions,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
Long timeout,
Boolean unreadOnly,
ApiCallback _callback)
Build call for waitForMatchingEmails
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingFirstEmailAsync(UUID inboxId,
MatchOptions matchOptions,
Long timeout,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
String sort,
Long delay,
ApiCallback<Email> _callback)
Wait for or return the first email that matches provided MatchOptions array (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingFirstEmailCall(UUID inboxId,
MatchOptions matchOptions,
Long timeout,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
String sort,
Long delay,
ApiCallback _callback)
Build call for waitForMatchingFirstEmail
|
okhttp3.Call |
WaitForControllerApi.waitForNthEmailAsync(UUID inboxId,
Integer index,
Long timeout,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
String sort,
Long delay,
ApiCallback<Email> _callback)
Wait for or fetch the email with a given index in the inbox specified.
|
okhttp3.Call |
WaitForControllerApi.waitForNthEmailCall(UUID inboxId,
Integer index,
Long timeout,
Boolean unreadOnly,
OffsetDateTime since,
OffsetDateTime before,
String sort,
Long delay,
ApiCallback _callback)
Build call for waitForNthEmail
|
okhttp3.Call |
MissedEmailControllerApi.waitForNthMissedEmailAsync(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<MissedEmailDto> _callback)
Wait for Nth missed email (asynchronously)
Wait for 0 based index missed email
|
okhttp3.Call |
MissedEmailControllerApi.waitForNthMissedEmailCall(Integer index,
UUID inboxId,
Long timeout,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for waitForNthMissedEmail
|
okhttp3.Call |
WaitForControllerApi.waitForSmsAsync(WaitForSmsConditions waitForSmsConditions,
ApiCallback<List<SmsPreview>> _callback)
Wait for an SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForSmsCall(WaitForSmsConditions waitForSmsConditions,
ApiCallback _callback)
Build call for waitForSms
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ApiClient.buildCall(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String baseUrl,
String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
Constructor and Description |
---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
Copyright © 2023. All rights reserved.