| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Account> |
AccountsApi.accountsGetWithHttpInfo()
Loads your account.
|
ApiResponse<Account> |
AccountsApi.accountsPutWithHttpInfo(Account body)
Update your Account
|
ApiResponse<LoginResponse> |
AuthApi.authPostWithHttpInfo(LoginPayload body)
Log into your account
|
ApiResponse<List<SplitCampaign>> |
CampaignsApi.campaignsAbsplitGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your A/X campaigns
|
ApiResponse<Void> |
CampaignsApi.campaignsAbsplitNameDeleteWithHttpInfo(String name) |
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitNameGetWithHttpInfo(String name) |
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitNamePutWithHttpInfo(String name,
SplitCampaign body)
Updates a previously added campaign.
|
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitPostWithHttpInfo(SplitCampaign body) |
ApiResponse<List<NameTypeCampaign>> |
CampaignsApi.campaignsAllGetWithHttpInfo(String search,
Integer offset,
Integer limit) |
ApiResponse<List<Automated>> |
CampaignsApi.campaignsAutomatedGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your automated campaigns
|
ApiResponse<Void> |
CampaignsApi.campaignsAutomatedNameDeleteWithHttpInfo(String name) |
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedNameGetWithHttpInfo(String name) |
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedNamePutWithHttpInfo(String name,
Automated body)
Updates a previously added campaign.
|
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedPostWithHttpInfo(Automated body) |
ApiResponse<Void> |
CampaignsApi.campaignsNameCancelPostWithHttpInfo(String name)
Cancels emails that are waiting to be sent.
|
ApiResponse<List<Campaign>> |
CampaignsApi.campaignsSendnowGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your instant campaigns
|
ApiResponse<Void> |
CampaignsApi.campaignsSendnowNameDeleteWithHttpInfo(String name) |
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowNameGetWithHttpInfo(String name)
Retrieves an existing campaign.
|
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowNamePutWithHttpInfo(String name,
Campaign body)
Updates a previously added campaign.
|
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowPostWithHttpInfo(Campaign body) |
ApiResponse<ExportLink> |
CampaignsApi.campaignsTasksExportGetWithHttpInfo(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected campaigns to chosen file format.
|
ApiResponse<List<Channel>> |
ChannelsApi.channelsGetWithHttpInfo(Integer limit,
Integer offset)
List all of your channels
|
ApiResponse<Void> |
ChannelsApi.channelsNameCancelPostWithHttpInfo(String name)
Cancel the emails being sent with this channel
|
ApiResponse<Void> |
ChannelsApi.channelsNameDeleteWithHttpInfo(String name)
Delete the channel.
|
ApiResponse<Channel> |
ChannelsApi.channelsNameGetWithHttpInfo(String name)
Retrieve an existing channel.
|
ApiResponse<Channel> |
ChannelsApi.channelsNamePutWithHttpInfo(String name,
String body)
Rename an existing channel.
|
ApiResponse<Channel> |
ChannelsApi.channelsPostWithHttpInfo(String body)
Manually add a channel to your account to group email
|
ApiResponse<ExportLink> |
ChannelsApi.channelsTasksExportGetWithHttpInfo(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected channels to chosen file format.
|
ApiResponse<Void> |
ContactsApi.contactsDeleteWithHttpInfo(String rule,
List<String> emails,
List<String> listNames)
Permanantly deletes the contacts provided.
|
ApiResponse<Contact> |
ContactsApi.contactsEmailGetWithHttpInfo(String email)
Load detailed contact information
|
ApiResponse<List<ContactHistory>> |
ContactsApi.contactsEmailHistoryGetWithHttpInfo(String email,
Integer limit,
Integer offset)
Shows detailed history of chosen Contact.
|
ApiResponse<Contact> |
ContactsApi.contactsEmailPutWithHttpInfo(String email,
ContactUpdatePayload body)
Update selected contact.
|
ApiResponse<List<Contact>> |
ContactsApi.contactsGetWithHttpInfo(String rule,
Integer limit,
Integer offset)
List of all contacts.
|
ApiResponse<List<Contact>> |
ContactsApi.contactsPostWithHttpInfo(QuickAddPayload body)
Add new Contact to one of your Lists.
|
ApiResponse<ContactStats> |
ContactsApi.contactsStatsGetWithHttpInfo(String rule,
List<String> listNames)
Returns number of Contacts, RULE specifies contact Status.
|
ApiResponse<ExportLink> |
ContactsApi.contactsTasksExportGetWithHttpInfo(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames)
Export selected Contacts to file.
|
ApiResponse<Void> |
ContactsApi.contactsTasksImportPostWithHttpInfo(File file,
Boolean allowUnsubscribe,
String listName,
String status,
String consentDate,
String consentIP,
String consentTracking)
Upload contacts from a file.
|
ApiResponse<Void> |
DomainsApi.domainsDomainDeleteWithHttpInfo(String domain)
Deletes configured domain from account
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainGetWithHttpInfo(String domain)
Retrieve a domain configured for this account.
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainPutWithHttpInfo(String domain,
DomainDetail body)
Update the selected Domain
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainVerificationPutWithHttpInfo(String domain,
String body)
Verification of domain records
|
ApiResponse<List<DomainDetail>> |
DomainsApi.domainsGetWithHttpInfo()
Lists all domains configured for this account.
|
ApiResponse<DomainDetail> |
DomainsApi.domainsPostWithHttpInfo(DomainPayload body)
Add new domain to account
|
ApiResponse<EmailSend> |
EmailsApi.emailsMergePostWithHttpInfo(EmailMergeMessage body)
Send bulk merge email
|
ApiResponse<Email> |
EmailsApi.emailsMsgidViewGetWithHttpInfo(String msgid)
View email
|
ApiResponse<EmailSend> |
EmailsApi.emailsTransactionalPostWithHttpInfo(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
ApiResponse<Void> |
EmailsApi.emailsTransactionidCancelPostWithHttpInfo(String transactionid)
Cancels emails that are waiting to be sent.
|
ApiResponse<EmailJobStatus> |
EmailsApi.emailsTransactionidStatusGetWithHttpInfo(String transactionid,
Boolean showFailed,
Boolean showSent,
Boolean showDelivered,
Boolean showPending,
Boolean showOpened,
Boolean showClicked,
Boolean showAbuse,
Boolean showUnsubscribed,
Boolean showErrors,
Boolean showMessageIDs)
Get email batch status
|
ApiResponse<Void> |
FilesApi.filesFilenameDeleteWithHttpInfo(String filename)
Permanently deletes the file from your account
|
ApiResponse<File> |
FilesApi.filesFilenameGetWithHttpInfo(String filename)
Gets content of the chosen File
|
ApiResponse<File> |
FilesApi.filesFilenameInfoGetWithHttpInfo(String filename)
Gets chosen File info
|
ApiResponse<List<File>> |
FilesApi.filesGetWithHttpInfo()
Lists all your available files
|
ApiResponse<File> |
FilesApi.filesPostWithHttpInfo(File file,
Integer expiresAfterDays)
Uploads selected file to the server using http form upload format (MIME multipart/form-data) or PUT method.
|
ApiResponse<List> |
ListsApi.listsFromcampaignPostWithHttpInfo(CampaignListPayload body)
Create a new list from the recipients of the given campaign, using the given statuses of Messages
|
ApiResponse<List<List>> |
ListsApi.listsGetWithHttpInfo(String from,
String to)
Shows all your existing lists
|
ApiResponse<Void> |
ListsApi.listsListnameContactsDeleteWithHttpInfo(String listname,
List<String> emails,
String rule)
Remove selected Contacts from your list
|
ApiResponse<List> |
ListsApi.listsListnameContactsMovePutWithHttpInfo(String listname,
MoveToListPayload body)
Move selected contacts from one List to another
|
ApiResponse<List> |
ListsApi.listsListnameContactsPutWithHttpInfo(String listname,
EmailsPayload body)
Add existing Contacts to chosen list
|
ApiResponse<Void> |
ListsApi.listsListnameDeleteWithHttpInfo(String listname)
Deletes List and removes all the Contacts from it (does not delete Contacts).
|
ApiResponse<List> |
ListsApi.listsListnameGetWithHttpInfo(String listname)
Returns detailed information about specific list.
|
ApiResponse<List> |
ListsApi.listsListnamePutWithHttpInfo(String listname,
ListUpdatePayload body)
Update existing list
|
ApiResponse<List> |
ListsApi.listsPostWithHttpInfo(ListPayload body)
Create new list, based on filtering rule or list of IDs
|
ApiResponse<List> |
ListsApi.listsRandomPostWithHttpInfo(RandomListPayload body)
Create a new list with randomized contacts from an existing list or segment
|
ApiResponse<List<Pool>> |
PoolsApi.poolsGetWithHttpInfo()
Retrieve a list of Pools
|
ApiResponse<Log> |
ReportsApi.reportsBouncedGetWithHttpInfo(List<String> messageCategories,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns bounced logs filtered by specified parameters.
|
ApiResponse<List<EmailCredits>> |
ReportsApi.reportsEmailcreditsHistoryGetWithHttpInfo()
Lists email credits history
|
ApiResponse<EventLog> |
ReportsApi.reportsEventlogGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset)
Returns log of delivery events filtered by specified parameters.
|
ApiResponse<ExportLink> |
ReportsApi.reportsEventsExportGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
String fileFormat,
String compressionFormat,
String fileName)
Export delivery events log information to the specified file format.
|
ApiResponse<ExportLink> |
ReportsApi.reportsExportGetWithHttpInfo(List<String> statuses,
String fileFormat,
String from,
String to,
String channelName,
Boolean includeEmail,
Boolean includeSms,
List<String> messageCategory,
String compressionFormat,
String fileName,
String email)
Export email log information to the specified file format.
|
ApiResponse<Log> |
ReportsApi.reportsGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns logs filtered by specified parameters.
|
ApiResponse<ExportLink> |
ReportsApi.reportsLinktrackingsExportGetWithHttpInfo(String from,
String to,
String channelName,
String fileFormat,
Integer limit,
Integer offset,
String compressionFormat,
String fileName)
Export detailed link tracking information to the specified file format.
|
ApiResponse<Log> |
ReportsApi.reportsNotificationsGetWithHttpInfo(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType)
Returns notification logs filtered by specified parameters.
|
ApiResponse<List<Payment>> |
ReportsApi.reportsPaymentsHistoryGetWithHttpInfo(Integer limit,
Integer offset,
String fromDate,
String toDate)
Lists all payments
|
ApiResponse<Referral> |
ReportsApi.reportsReferralsGetWithHttpInfo()
Shows information about your referral details
|
ApiResponse<List<Payment>> |
ReportsApi.reportsReferralsPayoutHistoryGetWithHttpInfo()
Lists all referral payout history
|
ApiResponse<List<ReputationHistory>> |
ReportsApi.reportsReputationHistoryGetWithHttpInfo(Integer limit,
Integer offset)
Shows latest changes in your sending reputation
|
ApiResponse<List<SpamCheck>> |
ReportsApi.reportsSpamchecksHistoryGetWithHttpInfo(Integer limit,
Integer offset)
Returns detailed spam check.
|
ApiResponse<LogSummary> |
ReportsApi.reportsSummaryGetWithHttpInfo(String from,
String to,
String channelName,
String interval,
String transactionID)
Loads summary information about activity in chosen date range.
|
ApiResponse<List<AccessToken>> |
SecurityApi.securityAccesstokensGetWithHttpInfo()
Get AccessToken list.
|
ApiResponse<Void> |
SecurityApi.securityAccesstokensNameDeleteWithHttpInfo(String name)
Permanently delete AccessToken.
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensNameGetWithHttpInfo(String name)
Get AccessToken.
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensNamePutWithHttpInfo(String name,
AccessToken body)
Edit AccessToken.
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensPostWithHttpInfo(AccessToken body)
Add new AccessToken
|
ApiResponse<List<Segment>> |
SegmentsApi.segmentsGetWithHttpInfo(Boolean includeHistory,
String from,
String to)
Lists all your available Segments
|
ApiResponse<Void> |
SegmentsApi.segmentsNameDeleteWithHttpInfo(String name)
Delete existing segment.
|
ApiResponse<Segment> |
SegmentsApi.segmentsNameGetWithHttpInfo(String name,
Boolean includeHistory,
String from,
String to)
Lists your available Segment using the provided name
|
ApiResponse<Segment> |
SegmentsApi.segmentsNamePutWithHttpInfo(String name,
SegmentPayload body)
Rename or change RULE for your segment
|
ApiResponse<Segment> |
SegmentsApi.segmentsPostWithHttpInfo(SegmentPayload body)
Create new segment, based on specified RULE.
|
ApiResponse<Void> |
SmsApi.smsPostWithHttpInfo(SMS body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailCreditsDeleteWithHttpInfo(String notes,
String email,
Integer credits,
Boolean removeAll)
Remove email, template or litmus credits from a sub-account
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailCreditsPostWithHttpInfo(SubaccountCreditsPayload body,
String email)
Add email credits to a sub-account
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailDeleteWithHttpInfo(String email)
Deletes specified Subaccount
|
ApiResponse<SubAccount> |
SubaccountsApi.subaccountsEmailGetWithHttpInfo(String email)
Retrieve info about one of your subaccounts
|
ApiResponse<SubAccountSettings> |
SubaccountsApi.subaccountsEmailSettingsGetWithHttpInfo(String email)
Loads settings of subaccount
|
ApiResponse<SubAccountSettings> |
SubaccountsApi.subaccountsEmailSettingsPutWithHttpInfo(String email,
SubAccountSettings body)
Updates settings of specified subaccount
|
ApiResponse<List<SubAccount>> |
SubaccountsApi.subaccountsGetWithHttpInfo(Integer limit,
Integer offset)
Lists all of your subaccounts
|
ApiResponse<Account> |
SubaccountsApi.subaccountsPostWithHttpInfo(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
ApiResponse<List<Export>> |
TasksApi.tasksGetWithHttpInfo(String type,
Integer limit,
Integer offset)
Returns a list of all background tasks data.
|
ApiResponse<Void> |
TasksApi.tasksIdDeleteWithHttpInfo(String id)
Delete the specified background task.
|
ApiResponse<String> |
TasksApi.tasksIdStatusGetWithHttpInfo(String id)
Check the current status of the background task.
|
ApiResponse<Void> |
TemplatesApi.templatesNameDeleteWithHttpInfo(String name)
Delete template with the specified ID
|
ApiResponse<Template> |
TemplatesApi.templatesNameGetWithHttpInfo(String name)
Load template with content
|
ApiResponse<Template> |
TemplatesApi.templatesNamePutWithHttpInfo(String name,
Template body,
Boolean removeScreenshot)
Update existing template, overwriting existing data.
|
ApiResponse<Template> |
TemplatesApi.templatesPostWithHttpInfo(Template body)
Create new Template.
|
ApiResponse<TemplateTagList> |
TemplatesApi.templatesTagsGetWithHttpInfo()
Retrieve a list of your Tags
|
ApiResponse<Void> |
TemplatesApi.templatesTagsNameDeleteWithHttpInfo(String name)
Delete a tag, removing it from all Templates
|
ApiResponse<TemplateTag> |
TemplatesApi.templatesTagsPostWithHttpInfo(String tagName)
Create a new Tag to be used in your Templates
|
ApiResponse<List<Template>> |
TemplatesApi.templatesTypeListGetWithHttpInfo(String type,
List<String> tags,
Integer limit,
Integer offset)
Load a list of templates of a specified type
|
ApiResponse<List<Webhook>> |
WebhooksApi.webhooksGetWithHttpInfo(Integer limit,
Integer offset)
Load notifications webhooks
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPostWithHttpInfo(WebhookPayload body)
Add notifications webhook
|
ApiResponse<Void> |
WebhooksApi.webhooksPublicidDeleteWithHttpInfo(String publicid)
Delete notifications webhook
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidGetWithHttpInfo(String publicid)
Load notifications webhook
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidPutWithHttpInfo(String publicid,
WebhookPayload body)
Update notification webhook
|
Copyright © 2019. All rights reserved.