| Package | Description |
|---|---|
| sendinblue | |
| sibApi |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<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.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
PostContactInfo |
ContactsApi.addContactToList(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
PostContactInfo |
ListsApi.addContactToList(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
com.squareup.okhttp.Call |
ContactsApi.addContactToListAsync(Long listId,
AddContactToList contactEmails,
ApiCallback<PostContactInfo> callback)
Add existing contacts to a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.addContactToListAsync(Long listId,
AddContactToList contactEmails,
ApiCallback<PostContactInfo> callback)
Add existing contacts to a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.addContactToListCall(Long listId,
AddContactToList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addContactToList
|
com.squareup.okhttp.Call |
ListsApi.addContactToListCall(Long listId,
AddContactToList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addContactToList
|
ApiResponse<PostContactInfo> |
ContactsApi.addContactToListWithHttpInfo(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
ApiResponse<PostContactInfo> |
ListsApi.addContactToListWithHttpInfo(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
RemainingCreditModel |
ResellerApi.addCredits(String childIdentifier,
AddCredits addCredits)
Add Email and/or SMS credits to a specific child account
|
com.squareup.okhttp.Call |
ResellerApi.addCreditsAsync(String childIdentifier,
AddCredits addCredits,
ApiCallback<RemainingCreditModel> callback)
Add Email and/or SMS credits to a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.addCreditsCall(String childIdentifier,
AddCredits addCredits,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addCredits
|
ApiResponse<RemainingCreditModel> |
ResellerApi.addCreditsWithHttpInfo(String childIdentifier,
AddCredits addCredits)
Add Email and/or SMS credits to a specific child account
|
void |
ResellerApi.associateIpToChild(String childIdentifier,
ManageIp ip)
Associate a dedicated IP to the child
|
com.squareup.okhttp.Call |
ResellerApi.associateIpToChildAsync(String childIdentifier,
ManageIp ip,
ApiCallback<Void> callback)
Associate a dedicated IP to the child (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.associateIpToChildCall(String childIdentifier,
ManageIp ip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for associateIpToChild
|
ApiResponse<Void> |
ResellerApi.associateIpToChildWithHttpInfo(String childIdentifier,
ManageIp ip)
Associate a dedicated IP to the child
|
void |
TransactionalEmailsApi.blockNewDomain(BlockDomain blockDomain)
Add a new domain to the list of blocked domains
Blocks a new domain in order to avoid messages being sent to the same
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.blockNewDomainAsync(BlockDomain blockDomain,
ApiCallback<Void> callback)
Add a new domain to the list of blocked domains (asynchronously)
Blocks a new domain in order to avoid messages being sent to the same
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.blockNewDomainCall(BlockDomain blockDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for blockNewDomain
|
ApiResponse<Void> |
TransactionalEmailsApi.blockNewDomainWithHttpInfo(BlockDomain blockDomain)
Add a new domain to the list of blocked domains
Blocks a new domain in order to avoid messages being sent to the same
|
void |
AttributesApi.createAttribute(String attributeCategory,
String attributeName,
CreateAttribute createAttribute)
Create contact attribute
|
void |
ContactsApi.createAttribute(String attributeCategory,
String attributeName,
CreateAttribute createAttribute)
Create contact attribute
|
com.squareup.okhttp.Call |
AttributesApi.createAttributeAsync(String attributeCategory,
String attributeName,
CreateAttribute createAttribute,
ApiCallback<Void> callback)
Create contact attribute (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createAttributeAsync(String attributeCategory,
String attributeName,
CreateAttribute createAttribute,
ApiCallback<Void> callback)
Create contact attribute (asynchronously)
|
com.squareup.okhttp.Call |
AttributesApi.createAttributeCall(String attributeCategory,
String attributeName,
CreateAttribute createAttribute,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAttribute
|
com.squareup.okhttp.Call |
ContactsApi.createAttributeCall(String attributeCategory,
String attributeName,
CreateAttribute createAttribute,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAttribute
|
ApiResponse<Void> |
AttributesApi.createAttributeWithHttpInfo(String attributeCategory,
String attributeName,
CreateAttribute createAttribute)
Create contact attribute
|
ApiResponse<Void> |
ContactsApi.createAttributeWithHttpInfo(String attributeCategory,
String attributeName,
CreateAttribute createAttribute)
Create contact attribute
|
void |
ResellerApi.createChildDomain(String childIdentifier,
AddChildDomain addChildDomain)
Create a domain for a child account
|
com.squareup.okhttp.Call |
ResellerApi.createChildDomainAsync(String childIdentifier,
AddChildDomain addChildDomain,
ApiCallback<Void> callback)
Create a domain for a child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.createChildDomainCall(String childIdentifier,
AddChildDomain addChildDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChildDomain
|
ApiResponse<Void> |
ResellerApi.createChildDomainWithHttpInfo(String childIdentifier,
AddChildDomain addChildDomain)
Create a domain for a child account
|
CreateUpdateContactModel |
ContactsApi.createContact(CreateContact createContact)
Create a contact
|
com.squareup.okhttp.Call |
ContactsApi.createContactAsync(CreateContact createContact,
ApiCallback<CreateUpdateContactModel> callback)
Create a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createContactCall(CreateContact createContact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createContact
|
ApiResponse<CreateUpdateContactModel> |
ContactsApi.createContactWithHttpInfo(CreateContact createContact)
Create a contact
|
void |
ContactsApi.createDoiContact(CreateDoiContact createDoiContact)
Create Contact via DOI (Double-Opt-In) Flow
|
com.squareup.okhttp.Call |
ContactsApi.createDoiContactAsync(CreateDoiContact createDoiContact,
ApiCallback<Void> callback)
Create Contact via DOI (Double-Opt-In) Flow (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createDoiContactCall(CreateDoiContact createDoiContact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createDoiContact
|
ApiResponse<Void> |
ContactsApi.createDoiContactWithHttpInfo(CreateDoiContact createDoiContact)
Create Contact via DOI (Double-Opt-In) Flow
|
CreateModel |
EmailCampaignsApi.createEmailCampaign(CreateEmailCampaign emailCampaigns)
Create an email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.createEmailCampaignAsync(CreateEmailCampaign emailCampaigns,
ApiCallback<CreateModel> callback)
Create an email campaign (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.createEmailCampaignCall(CreateEmailCampaign emailCampaigns,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createEmailCampaign
|
ApiResponse<CreateModel> |
EmailCampaignsApi.createEmailCampaignWithHttpInfo(CreateEmailCampaign emailCampaigns)
Create an email campaign
|
CreateModel |
FoldersApi.createFolder(CreateUpdateFolder createFolder)
Create a folder
|
CreateModel |
ContactsApi.createFolder(CreateUpdateFolder createFolder)
Create a folder
|
com.squareup.okhttp.Call |
FoldersApi.createFolderAsync(CreateUpdateFolder createFolder,
ApiCallback<CreateModel> callback)
Create a folder (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createFolderAsync(CreateUpdateFolder createFolder,
ApiCallback<CreateModel> callback)
Create a folder (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.createFolderCall(CreateUpdateFolder createFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFolder
|
com.squareup.okhttp.Call |
ContactsApi.createFolderCall(CreateUpdateFolder createFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFolder
|
ApiResponse<CreateModel> |
FoldersApi.createFolderWithHttpInfo(CreateUpdateFolder createFolder)
Create a folder
|
ApiResponse<CreateModel> |
ContactsApi.createFolderWithHttpInfo(CreateUpdateFolder createFolder)
Create a folder
|
CreateModel |
ContactsApi.createList(CreateList createList)
Create a list
|
CreateModel |
ListsApi.createList(CreateList createList)
Create a list
|
com.squareup.okhttp.Call |
ContactsApi.createListAsync(CreateList createList,
ApiCallback<CreateModel> callback)
Create a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.createListAsync(CreateList createList,
ApiCallback<CreateModel> callback)
Create a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createListCall(CreateList createList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createList
|
com.squareup.okhttp.Call |
ListsApi.createListCall(CreateList createList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createList
|
ApiResponse<CreateModel> |
ContactsApi.createListWithHttpInfo(CreateList createList)
Create a list
|
ApiResponse<CreateModel> |
ListsApi.createListWithHttpInfo(CreateList createList)
Create a list
|
CreateReseller |
ResellerApi.createResellerChild(CreateChild resellerChild)
Creates a reseller child
|
com.squareup.okhttp.Call |
ResellerApi.createResellerChildAsync(CreateChild resellerChild,
ApiCallback<CreateReseller> callback)
Creates a reseller child (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.createResellerChildCall(CreateChild resellerChild,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createResellerChild
|
ApiResponse<CreateReseller> |
ResellerApi.createResellerChildWithHttpInfo(CreateChild resellerChild)
Creates a reseller child
|
CreateSenderModel |
SendersApi.createSender(CreateSender sender)
Create a new sender
|
com.squareup.okhttp.Call |
SendersApi.createSenderAsync(CreateSender sender,
ApiCallback<CreateSenderModel> callback)
Create a new sender (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.createSenderCall(CreateSender sender,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSender
|
ApiResponse<CreateSenderModel> |
SendersApi.createSenderWithHttpInfo(CreateSender sender)
Create a new sender
|
CreateModel |
SmsCampaignsApi.createSmsCampaign(CreateSmsCampaign createSmsCampaign)
Creates an SMS campaign
|
com.squareup.okhttp.Call |
SmsCampaignsApi.createSmsCampaignAsync(CreateSmsCampaign createSmsCampaign,
ApiCallback<CreateModel> callback)
Creates an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.createSmsCampaignCall(CreateSmsCampaign createSmsCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSmsCampaign
|
ApiResponse<CreateModel> |
SmsCampaignsApi.createSmsCampaignWithHttpInfo(CreateSmsCampaign createSmsCampaign)
Creates an SMS campaign
|
CreateModel |
TransactionalEmailsApi.createSmtpTemplate(CreateSmtpTemplate smtpTemplate)
Create an email template
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.createSmtpTemplateAsync(CreateSmtpTemplate smtpTemplate,
ApiCallback<CreateModel> callback)
Create an email template (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.createSmtpTemplateCall(CreateSmtpTemplate smtpTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSmtpTemplate
|
ApiResponse<CreateModel> |
TransactionalEmailsApi.createSmtpTemplateWithHttpInfo(CreateSmtpTemplate smtpTemplate)
Create an email template
|
CreateModel |
WebhooksApi.createWebhook(CreateWebhook createWebhook)
Create a webhook
|
com.squareup.okhttp.Call |
WebhooksApi.createWebhookAsync(CreateWebhook createWebhook,
ApiCallback<CreateModel> callback)
Create a webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.createWebhookCall(CreateWebhook createWebhook,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createWebhook
|
ApiResponse<CreateModel> |
WebhooksApi.createWebhookWithHttpInfo(CreateWebhook createWebhook)
Create a webhook
|
void |
AttributesApi.deleteAttribute(String attributeCategory,
String attributeName)
Delete an attribute
|
void |
ContactsApi.deleteAttribute(String attributeCategory,
String attributeName)
Delete an attribute
|
com.squareup.okhttp.Call |
AttributesApi.deleteAttributeAsync(String attributeCategory,
String attributeName,
ApiCallback<Void> callback)
Delete an attribute (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.deleteAttributeAsync(String attributeCategory,
String attributeName,
ApiCallback<Void> callback)
Delete an attribute (asynchronously)
|
com.squareup.okhttp.Call |
AttributesApi.deleteAttributeCall(String attributeCategory,
String attributeName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAttribute
|
com.squareup.okhttp.Call |
ContactsApi.deleteAttributeCall(String attributeCategory,
String attributeName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAttribute
|
ApiResponse<Void> |
AttributesApi.deleteAttributeWithHttpInfo(String attributeCategory,
String attributeName)
Delete an attribute
|
ApiResponse<Void> |
ContactsApi.deleteAttributeWithHttpInfo(String attributeCategory,
String attributeName)
Delete an attribute
|
void |
TransactionalEmailsApi.deleteBlockedDomain(String domain)
Unblock an existing domain from the list of blocked domains
Unblocks an existing domain from the list of blocked domains
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteBlockedDomainAsync(String domain,
ApiCallback<Void> callback)
Unblock an existing domain from the list of blocked domains (asynchronously)
Unblocks an existing domain from the list of blocked domains
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteBlockedDomainCall(String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBlockedDomain
|
ApiResponse<Void> |
TransactionalEmailsApi.deleteBlockedDomainWithHttpInfo(String domain)
Unblock an existing domain from the list of blocked domains
Unblocks an existing domain from the list of blocked domains
|
void |
ResellerApi.deleteChildDomain(String childIdentifier,
String domainName)
Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
|
com.squareup.okhttp.Call |
ResellerApi.deleteChildDomainAsync(String childIdentifier,
String domainName,
ApiCallback<Void> callback)
Delete the sender domain of the reseller child based on the childIdentifier and domainName passed (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.deleteChildDomainCall(String childIdentifier,
String domainName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteChildDomain
|
ApiResponse<Void> |
ResellerApi.deleteChildDomainWithHttpInfo(String childIdentifier,
String domainName)
Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
|
void |
ContactsApi.deleteContact(String identifier)
Delete a contact
|
com.squareup.okhttp.Call |
ContactsApi.deleteContactAsync(String identifier,
ApiCallback<Void> callback)
Delete a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.deleteContactCall(String identifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteContact
|
ApiResponse<Void> |
ContactsApi.deleteContactWithHttpInfo(String identifier)
Delete a contact
|
void |
EmailCampaignsApi.deleteEmailCampaign(Long campaignId)
Delete an email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.deleteEmailCampaignAsync(Long campaignId,
ApiCallback<Void> callback)
Delete an email campaign (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.deleteEmailCampaignCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteEmailCampaign
|
ApiResponse<Void> |
EmailCampaignsApi.deleteEmailCampaignWithHttpInfo(Long campaignId)
Delete an email campaign
|
void |
FoldersApi.deleteFolder(Long folderId)
Delete a folder (and all its lists)
|
void |
ContactsApi.deleteFolder(Long folderId)
Delete a folder (and all its lists)
|
com.squareup.okhttp.Call |
FoldersApi.deleteFolderAsync(Long folderId,
ApiCallback<Void> callback)
Delete a folder (and all its lists) (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.deleteFolderAsync(Long folderId,
ApiCallback<Void> callback)
Delete a folder (and all its lists) (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.deleteFolderCall(Long folderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFolder
|
com.squareup.okhttp.Call |
ContactsApi.deleteFolderCall(Long folderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFolder
|
ApiResponse<Void> |
FoldersApi.deleteFolderWithHttpInfo(Long folderId)
Delete a folder (and all its lists)
|
ApiResponse<Void> |
ContactsApi.deleteFolderWithHttpInfo(Long folderId)
Delete a folder (and all its lists)
|
void |
TransactionalEmailsApi.deleteHardbounces(DeleteHardbounces deleteHardbounces)
Delete hardbounces
Delete hardbounces.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteHardbouncesAsync(DeleteHardbounces deleteHardbounces,
ApiCallback<Void> callback)
Delete hardbounces (asynchronously)
Delete hardbounces.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteHardbouncesCall(DeleteHardbounces deleteHardbounces,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteHardbounces
|
ApiResponse<Void> |
TransactionalEmailsApi.deleteHardbouncesWithHttpInfo(DeleteHardbounces deleteHardbounces)
Delete hardbounces
Delete hardbounces.
|
void |
ContactsApi.deleteList(Long listId)
Delete a list
|
void |
ListsApi.deleteList(Long listId)
Delete a list
|
com.squareup.okhttp.Call |
ContactsApi.deleteListAsync(Long listId,
ApiCallback<Void> callback)
Delete a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.deleteListAsync(Long listId,
ApiCallback<Void> callback)
Delete a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.deleteListCall(Long listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteList
|
com.squareup.okhttp.Call |
ListsApi.deleteListCall(Long listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteList
|
ApiResponse<Void> |
ContactsApi.deleteListWithHttpInfo(Long listId)
Delete a list
|
ApiResponse<Void> |
ListsApi.deleteListWithHttpInfo(Long listId)
Delete a list
|
void |
ResellerApi.deleteResellerChild(String childIdentifier)
Delete a single reseller child based on the child identifier supplied
|
com.squareup.okhttp.Call |
ResellerApi.deleteResellerChildAsync(String childIdentifier,
ApiCallback<Void> callback)
Delete a single reseller child based on the child identifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.deleteResellerChildCall(String childIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteResellerChild
|
ApiResponse<Void> |
ResellerApi.deleteResellerChildWithHttpInfo(String childIdentifier)
Delete a single reseller child based on the child identifier supplied
|
void |
SendersApi.deleteSender(Long senderId)
Delete a sender
|
com.squareup.okhttp.Call |
SendersApi.deleteSenderAsync(Long senderId,
ApiCallback<Void> callback)
Delete a sender (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.deleteSenderCall(Long senderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSender
|
ApiResponse<Void> |
SendersApi.deleteSenderWithHttpInfo(Long senderId)
Delete a sender
|
void |
SmsCampaignsApi.deleteSmsCampaign(Long campaignId)
Delete an SMS campaign
|
com.squareup.okhttp.Call |
SmsCampaignsApi.deleteSmsCampaignAsync(Long campaignId,
ApiCallback<Void> callback)
Delete an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.deleteSmsCampaignCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSmsCampaign
|
ApiResponse<Void> |
SmsCampaignsApi.deleteSmsCampaignWithHttpInfo(Long campaignId)
Delete an SMS campaign
|
void |
TransactionalEmailsApi.deleteSmtpTemplate(Long templateId)
Delete an inactive email template
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteSmtpTemplateAsync(Long templateId,
ApiCallback<Void> callback)
Delete an inactive email template (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteSmtpTemplateCall(Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSmtpTemplate
|
ApiResponse<Void> |
TransactionalEmailsApi.deleteSmtpTemplateWithHttpInfo(Long templateId)
Delete an inactive email template
|
void |
WebhooksApi.deleteWebhook(Long webhookId)
Delete a webhook
|
com.squareup.okhttp.Call |
WebhooksApi.deleteWebhookAsync(Long webhookId,
ApiCallback<Void> callback)
Delete a webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.deleteWebhookCall(Long webhookId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteWebhook
|
ApiResponse<Void> |
WebhooksApi.deleteWebhookWithHttpInfo(Long webhookId)
Delete a webhook
|
void |
ResellerApi.dissociateIpFromChild(String childIdentifier,
ManageIp ip)
Dissociate a dedicated IP to the child
|
com.squareup.okhttp.Call |
ResellerApi.dissociateIpFromChildAsync(String childIdentifier,
ManageIp ip,
ApiCallback<Void> callback)
Dissociate a dedicated IP to the child (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.dissociateIpFromChildCall(String childIdentifier,
ManageIp ip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dissociateIpFromChild
|
ApiResponse<Void> |
ResellerApi.dissociateIpFromChildWithHttpInfo(String childIdentifier,
ManageIp ip)
Dissociate a dedicated IP to the child
|
CreatedProcessId |
EmailCampaignsApi.emailExportRecipients(Long campaignId,
EmailExportRecipients recipientExport)
Export the recipients of an email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.emailExportRecipientsAsync(Long campaignId,
EmailExportRecipients recipientExport,
ApiCallback<CreatedProcessId> callback)
Export the recipients of an email campaign (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.emailExportRecipientsCall(Long campaignId,
EmailExportRecipients recipientExport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailExportRecipients
|
ApiResponse<CreatedProcessId> |
EmailCampaignsApi.emailExportRecipientsWithHttpInfo(Long campaignId,
EmailExportRecipients recipientExport)
Export the recipients of an email campaign
|
AbTestCampaignResult |
EmailCampaignsApi.getAbTestCampaignResult(Long campaignId)
Get an A/B test email campaign results
Obtain winning version of an A/B test email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getAbTestCampaignResultAsync(Long campaignId,
ApiCallback<AbTestCampaignResult> callback)
Get an A/B test email campaign results (asynchronously)
Obtain winning version of an A/B test email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getAbTestCampaignResultCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAbTestCampaignResult
|
ApiResponse<AbTestCampaignResult> |
EmailCampaignsApi.getAbTestCampaignResultWithHttpInfo(Long campaignId)
Get an A/B test email campaign results
Obtain winning version of an A/B test email campaign
|
GetAccount |
AccountApi.getAccount()
Get your account information, plan and credits details
|
com.squareup.okhttp.Call |
AccountApi.getAccountAsync(ApiCallback<GetAccount> callback)
Get your account information, plan and credits details (asynchronously)
|
com.squareup.okhttp.Call |
AccountApi.getAccountCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccount
|
ApiResponse<GetAccount> |
AccountApi.getAccountWithHttpInfo()
Get your account information, plan and credits details
|
GetAggregatedReport |
TransactionalEmailsApi.getAggregatedSmtpReport(String startDate,
String endDate,
Long days,
String tag)
Get your transactional email activity aggregated over a period of time
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getAggregatedSmtpReportAsync(String startDate,
String endDate,
Long days,
String tag,
ApiCallback<GetAggregatedReport> callback)
Get your transactional email activity aggregated over a period of time (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getAggregatedSmtpReportCall(String startDate,
String endDate,
Long days,
String tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAggregatedSmtpReport
|
ApiResponse<GetAggregatedReport> |
TransactionalEmailsApi.getAggregatedSmtpReportWithHttpInfo(String startDate,
String endDate,
Long days,
String tag)
Get your transactional email activity aggregated over a period of time
|
GetAttributes |
AttributesApi.getAttributes()
List all attributes
|
GetAttributes |
ContactsApi.getAttributes()
List all attributes
|
com.squareup.okhttp.Call |
AttributesApi.getAttributesAsync(ApiCallback<GetAttributes> callback)
List all attributes (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getAttributesAsync(ApiCallback<GetAttributes> callback)
List all attributes (asynchronously)
|
com.squareup.okhttp.Call |
AttributesApi.getAttributesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAttributes
|
com.squareup.okhttp.Call |
ContactsApi.getAttributesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAttributes
|
ApiResponse<GetAttributes> |
AttributesApi.getAttributesWithHttpInfo()
List all attributes
|
ApiResponse<GetAttributes> |
ContactsApi.getAttributesWithHttpInfo()
List all attributes
|
GetBlockedDomains |
TransactionalEmailsApi.getBlockedDomains()
Get the list of blocked domains
Get the list of blocked domains
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getBlockedDomainsAsync(ApiCallback<GetBlockedDomains> callback)
Get the list of blocked domains (asynchronously)
Get the list of blocked domains
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getBlockedDomainsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBlockedDomains
|
ApiResponse<GetBlockedDomains> |
TransactionalEmailsApi.getBlockedDomainsWithHttpInfo()
Get the list of blocked domains
Get the list of blocked domains
|
GetChildAccountCreationStatus |
ResellerApi.getChildAccountCreationStatus(String childIdentifier)
Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
|
com.squareup.okhttp.Call |
ResellerApi.getChildAccountCreationStatusAsync(String childIdentifier,
ApiCallback<GetChildAccountCreationStatus> callback)
Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.getChildAccountCreationStatusCall(String childIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getChildAccountCreationStatus
|
ApiResponse<GetChildAccountCreationStatus> |
ResellerApi.getChildAccountCreationStatusWithHttpInfo(String childIdentifier)
Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
|
GetChildDomains |
ResellerApi.getChildDomains(String childIdentifier)
Get all sender domains for a specific child account
|
com.squareup.okhttp.Call |
ResellerApi.getChildDomainsAsync(String childIdentifier,
ApiCallback<GetChildDomains> callback)
Get all sender domains for a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.getChildDomainsCall(String childIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getChildDomains
|
ApiResponse<GetChildDomains> |
ResellerApi.getChildDomainsWithHttpInfo(String childIdentifier)
Get all sender domains for a specific child account
|
GetChildInfo |
ResellerApi.getChildInfo(String childIdentifier)
Get a child account's details
|
com.squareup.okhttp.Call |
ResellerApi.getChildInfoAsync(String childIdentifier,
ApiCallback<GetChildInfo> callback)
Get a child account's details (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.getChildInfoCall(String childIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getChildInfo
|
ApiResponse<GetChildInfo> |
ResellerApi.getChildInfoWithHttpInfo(String childIdentifier)
Get a child account's details
|
GetExtendedContactDetails |
ContactsApi.getContactInfo(String identifier)
Get a contact's details
|
com.squareup.okhttp.Call |
ContactsApi.getContactInfoAsync(String identifier,
ApiCallback<GetExtendedContactDetails> callback)
Get a contact's details (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactInfoCall(String identifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getContactInfo
|
ApiResponse<GetExtendedContactDetails> |
ContactsApi.getContactInfoWithHttpInfo(String identifier)
Get a contact's details
|
GetContacts |
ContactsApi.getContacts(Long limit,
Long offset,
String modifiedSince,
String sort)
Get all the contacts
|
com.squareup.okhttp.Call |
ContactsApi.getContactsAsync(Long limit,
Long offset,
String modifiedSince,
String sort,
ApiCallback<GetContacts> callback)
Get all the contacts (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactsCall(Long limit,
Long offset,
String modifiedSince,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getContacts
|
GetContacts |
ContactsApi.getContactsFromList(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
GetContacts |
ListsApi.getContactsFromList(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
com.squareup.okhttp.Call |
ContactsApi.getContactsFromListAsync(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ApiCallback<GetContacts> callback)
Get contacts in a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.getContactsFromListAsync(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ApiCallback<GetContacts> callback)
Get contacts in a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactsFromListCall(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getContactsFromList
|
com.squareup.okhttp.Call |
ListsApi.getContactsFromListCall(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getContactsFromList
|
ApiResponse<GetContacts> |
ContactsApi.getContactsFromListWithHttpInfo(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
ApiResponse<GetContacts> |
ListsApi.getContactsFromListWithHttpInfo(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
GetContactCampaignStats |
ContactsApi.getContactStats(String identifier,
String startDate,
String endDate)
Get email campaigns' statistics for a contact
|
com.squareup.okhttp.Call |
ContactsApi.getContactStatsAsync(String identifier,
String startDate,
String endDate,
ApiCallback<GetContactCampaignStats> callback)
Get email campaigns' statistics for a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactStatsCall(String identifier,
String startDate,
String endDate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getContactStats
|
ApiResponse<GetContactCampaignStats> |
ContactsApi.getContactStatsWithHttpInfo(String identifier,
String startDate,
String endDate)
Get email campaigns' statistics for a contact
|
ApiResponse<GetContacts> |
ContactsApi.getContactsWithHttpInfo(Long limit,
Long offset,
String modifiedSince,
String sort)
Get all the contacts
|
GetEmailCampaign |
EmailCampaignsApi.getEmailCampaign(Long campaignId)
Get an email campaign report
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getEmailCampaignAsync(Long campaignId,
ApiCallback<GetEmailCampaign> callback)
Get an email campaign report (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getEmailCampaignCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEmailCampaign
|
GetEmailCampaigns |
EmailCampaignsApi.getEmailCampaigns(String type,
String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort)
Return all your created email campaigns
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getEmailCampaignsAsync(String type,
String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort,
ApiCallback<GetEmailCampaigns> callback)
Return all your created email campaigns (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getEmailCampaignsCall(String type,
String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEmailCampaigns
|
ApiResponse<GetEmailCampaigns> |
EmailCampaignsApi.getEmailCampaignsWithHttpInfo(String type,
String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort)
Return all your created email campaigns
|
ApiResponse<GetEmailCampaign> |
EmailCampaignsApi.getEmailCampaignWithHttpInfo(Long campaignId)
Get an email campaign report
|
GetEmailEventReport |
TransactionalEmailsApi.getEmailEventReport(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String email,
String event,
String tags,
String messageId,
Long templateId,
String sort)
Get all your transactional email activity (unaggregated events)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getEmailEventReportAsync(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String email,
String event,
String tags,
String messageId,
Long templateId,
String sort,
ApiCallback<GetEmailEventReport> callback)
Get all your transactional email activity (unaggregated events) (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getEmailEventReportCall(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String email,
String event,
String tags,
String messageId,
Long templateId,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getEmailEventReport
|
ApiResponse<GetEmailEventReport> |
TransactionalEmailsApi.getEmailEventReportWithHttpInfo(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String email,
String event,
String tags,
String messageId,
Long templateId,
String sort)
Get all your transactional email activity (unaggregated events)
|
GetFolder |
FoldersApi.getFolder(Long folderId)
Returns a folder's details
|
GetFolder |
ContactsApi.getFolder(Long folderId)
Returns a folder's details
|
com.squareup.okhttp.Call |
FoldersApi.getFolderAsync(Long folderId,
ApiCallback<GetFolder> callback)
Returns a folder's details (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getFolderAsync(Long folderId,
ApiCallback<GetFolder> callback)
Returns a folder's details (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.getFolderCall(Long folderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolder
|
com.squareup.okhttp.Call |
ContactsApi.getFolderCall(Long folderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolder
|
GetFolderLists |
FoldersApi.getFolderLists(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
GetFolderLists |
ContactsApi.getFolderLists(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
GetFolderLists |
ListsApi.getFolderLists(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
com.squareup.okhttp.Call |
FoldersApi.getFolderListsAsync(Long folderId,
Long limit,
Long offset,
String sort,
ApiCallback<GetFolderLists> callback)
Get lists in a folder (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getFolderListsAsync(Long folderId,
Long limit,
Long offset,
String sort,
ApiCallback<GetFolderLists> callback)
Get lists in a folder (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.getFolderListsAsync(Long folderId,
Long limit,
Long offset,
String sort,
ApiCallback<GetFolderLists> callback)
Get lists in a folder (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.getFolderListsCall(Long folderId,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolderLists
|
com.squareup.okhttp.Call |
ContactsApi.getFolderListsCall(Long folderId,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolderLists
|
com.squareup.okhttp.Call |
ListsApi.getFolderListsCall(Long folderId,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolderLists
|
ApiResponse<GetFolderLists> |
FoldersApi.getFolderListsWithHttpInfo(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
ApiResponse<GetFolderLists> |
ContactsApi.getFolderListsWithHttpInfo(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
ApiResponse<GetFolderLists> |
ListsApi.getFolderListsWithHttpInfo(Long folderId,
Long limit,
Long offset,
String sort)
Get lists in a folder
|
GetFolders |
FoldersApi.getFolders(Long limit,
Long offset,
String sort)
Get all folders
|
GetFolders |
ContactsApi.getFolders(Long limit,
Long offset,
String sort)
Get all folders
|
com.squareup.okhttp.Call |
FoldersApi.getFoldersAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetFolders> callback)
Get all folders (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getFoldersAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetFolders> callback)
Get all folders (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.getFoldersCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolders
|
com.squareup.okhttp.Call |
ContactsApi.getFoldersCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFolders
|
ApiResponse<GetFolders> |
FoldersApi.getFoldersWithHttpInfo(Long limit,
Long offset,
String sort)
Get all folders
|
ApiResponse<GetFolders> |
ContactsApi.getFoldersWithHttpInfo(Long limit,
Long offset,
String sort)
Get all folders
|
ApiResponse<GetFolder> |
FoldersApi.getFolderWithHttpInfo(Long folderId)
Returns a folder's details
|
ApiResponse<GetFolder> |
ContactsApi.getFolderWithHttpInfo(Long folderId)
Returns a folder's details
|
GetIps |
SendersApi.getIps()
Get all the dedicated IPs for your account
|
com.squareup.okhttp.Call |
SendersApi.getIpsAsync(ApiCallback<GetIps> callback)
Get all the dedicated IPs for your account (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.getIpsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getIps
|
GetIpsFromSender |
SendersApi.getIpsFromSender(Long senderId)
Get all the dedicated IPs for a sender
|
com.squareup.okhttp.Call |
SendersApi.getIpsFromSenderAsync(Long senderId,
ApiCallback<GetIpsFromSender> callback)
Get all the dedicated IPs for a sender (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.getIpsFromSenderCall(Long senderId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getIpsFromSender
|
ApiResponse<GetIpsFromSender> |
SendersApi.getIpsFromSenderWithHttpInfo(Long senderId)
Get all the dedicated IPs for a sender
|
ApiResponse<GetIps> |
SendersApi.getIpsWithHttpInfo()
Get all the dedicated IPs for your account
|
GetExtendedList |
ContactsApi.getList(Long listId)
Get a list's details
|
GetExtendedList |
ListsApi.getList(Long listId)
Get a list's details
|
com.squareup.okhttp.Call |
ContactsApi.getListAsync(Long listId,
ApiCallback<GetExtendedList> callback)
Get a list's details (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.getListAsync(Long listId,
ApiCallback<GetExtendedList> callback)
Get a list's details (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getListCall(Long listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getList
|
com.squareup.okhttp.Call |
ListsApi.getListCall(Long listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getList
|
GetLists |
ContactsApi.getLists(Long limit,
Long offset,
String sort)
Get all the lists
|
GetLists |
ListsApi.getLists(Long limit,
Long offset,
String sort)
Get all the lists
|
com.squareup.okhttp.Call |
ContactsApi.getListsAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetLists> callback)
Get all the lists (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.getListsAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetLists> callback)
Get all the lists (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getListsCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLists
|
com.squareup.okhttp.Call |
ListsApi.getListsCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLists
|
ApiResponse<GetLists> |
ContactsApi.getListsWithHttpInfo(Long limit,
Long offset,
String sort)
Get all the lists
|
ApiResponse<GetLists> |
ListsApi.getListsWithHttpInfo(Long limit,
Long offset,
String sort)
Get all the lists
|
ApiResponse<GetExtendedList> |
ContactsApi.getListWithHttpInfo(Long listId)
Get a list's details
|
ApiResponse<GetExtendedList> |
ListsApi.getListWithHttpInfo(Long listId)
Get a list's details
|
GetProcess |
ProcessApi.getProcess(Long processId)
Return the informations for a process
|
com.squareup.okhttp.Call |
ProcessApi.getProcessAsync(Long processId,
ApiCallback<GetProcess> callback)
Return the informations for a process (asynchronously)
|
com.squareup.okhttp.Call |
ProcessApi.getProcessCall(Long processId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcess
|
GetProcesses |
ProcessApi.getProcesses(Long limit,
Long offset,
String sort)
Return all the processes for your account
|
com.squareup.okhttp.Call |
ProcessApi.getProcessesAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetProcesses> callback)
Return all the processes for your account (asynchronously)
|
com.squareup.okhttp.Call |
ProcessApi.getProcessesCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcesses
|
ApiResponse<GetProcesses> |
ProcessApi.getProcessesWithHttpInfo(Long limit,
Long offset,
String sort)
Return all the processes for your account
|
ApiResponse<GetProcess> |
ProcessApi.getProcessWithHttpInfo(Long processId)
Return the informations for a process
|
GetChildrenList |
ResellerApi.getResellerChilds(Long limit,
Long offset)
Get the list of all children accounts
|
com.squareup.okhttp.Call |
ResellerApi.getResellerChildsAsync(Long limit,
Long offset,
ApiCallback<GetChildrenList> callback)
Get the list of all children accounts (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.getResellerChildsCall(Long limit,
Long offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getResellerChilds
|
ApiResponse<GetChildrenList> |
ResellerApi.getResellerChildsWithHttpInfo(Long limit,
Long offset)
Get the list of all children accounts
|
GetSendersList |
SendersApi.getSenders(String ip,
String domain)
Get the list of all your senders
|
com.squareup.okhttp.Call |
SendersApi.getSendersAsync(String ip,
String domain,
ApiCallback<GetSendersList> callback)
Get the list of all your senders (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.getSendersCall(String ip,
String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSenders
|
ApiResponse<GetSendersList> |
SendersApi.getSendersWithHttpInfo(String ip,
String domain)
Get the list of all your senders
|
GetSharedTemplateUrl |
EmailCampaignsApi.getSharedTemplateUrl(Long campaignId)
Get a shared template url
Get a unique URL to share & import an email template from one Sendinblue account to another.
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getSharedTemplateUrlAsync(Long campaignId,
ApiCallback<GetSharedTemplateUrl> callback)
Get a shared template url (asynchronously)
Get a unique URL to share & import an email template from one Sendinblue account to another.
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getSharedTemplateUrlCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSharedTemplateUrl
|
ApiResponse<GetSharedTemplateUrl> |
EmailCampaignsApi.getSharedTemplateUrlWithHttpInfo(Long campaignId)
Get a shared template url
Get a unique URL to share & import an email template from one Sendinblue account to another.
|
GetSmsCampaign |
SmsCampaignsApi.getSmsCampaign(Long campaignId)
Get an SMS campaign
|
com.squareup.okhttp.Call |
SmsCampaignsApi.getSmsCampaignAsync(Long campaignId,
ApiCallback<GetSmsCampaign> callback)
Get an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.getSmsCampaignCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmsCampaign
|
GetSmsCampaigns |
SmsCampaignsApi.getSmsCampaigns(String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort)
Returns the information for all your created SMS campaigns
|
com.squareup.okhttp.Call |
SmsCampaignsApi.getSmsCampaignsAsync(String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort,
ApiCallback<GetSmsCampaigns> callback)
Returns the information for all your created SMS campaigns (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.getSmsCampaignsCall(String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmsCampaigns
|
ApiResponse<GetSmsCampaigns> |
SmsCampaignsApi.getSmsCampaignsWithHttpInfo(String status,
String startDate,
String endDate,
Long limit,
Long offset,
String sort)
Returns the information for all your created SMS campaigns
|
ApiResponse<GetSmsCampaign> |
SmsCampaignsApi.getSmsCampaignWithHttpInfo(Long campaignId)
Get an SMS campaign
|
GetSmsEventReport |
TransactionalSmsApi.getSmsEvents(Long limit,
String startDate,
String endDate,
Long offset,
Long days,
String phoneNumber,
String event,
String tags,
String sort)
Get all your SMS activity (unaggregated events)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getSmsEventsAsync(Long limit,
String startDate,
String endDate,
Long offset,
Long days,
String phoneNumber,
String event,
String tags,
String sort,
ApiCallback<GetSmsEventReport> callback)
Get all your SMS activity (unaggregated events) (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getSmsEventsCall(Long limit,
String startDate,
String endDate,
Long offset,
Long days,
String phoneNumber,
String event,
String tags,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmsEvents
|
ApiResponse<GetSmsEventReport> |
TransactionalSmsApi.getSmsEventsWithHttpInfo(Long limit,
String startDate,
String endDate,
Long offset,
Long days,
String phoneNumber,
String event,
String tags,
String sort)
Get all your SMS activity (unaggregated events)
|
GetReports |
TransactionalEmailsApi.getSmtpReport(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String tag,
String sort)
Get your transactional email activity aggregated per day
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpReportAsync(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String tag,
String sort,
ApiCallback<GetReports> callback)
Get your transactional email activity aggregated per day (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpReportCall(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String tag,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmtpReport
|
ApiResponse<GetReports> |
TransactionalEmailsApi.getSmtpReportWithHttpInfo(Long limit,
Long offset,
String startDate,
String endDate,
Long days,
String tag,
String sort)
Get your transactional email activity aggregated per day
|
GetSmtpTemplateOverview |
TransactionalEmailsApi.getSmtpTemplate(Long templateId)
Returns the template information
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpTemplateAsync(Long templateId,
ApiCallback<GetSmtpTemplateOverview> callback)
Returns the template information (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpTemplateCall(Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmtpTemplate
|
GetSmtpTemplates |
TransactionalEmailsApi.getSmtpTemplates(Boolean templateStatus,
Long limit,
Long offset,
String sort)
Get the list of email templates
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpTemplatesAsync(Boolean templateStatus,
Long limit,
Long offset,
String sort,
ApiCallback<GetSmtpTemplates> callback)
Get the list of email templates (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getSmtpTemplatesCall(Boolean templateStatus,
Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSmtpTemplates
|
ApiResponse<GetSmtpTemplates> |
TransactionalEmailsApi.getSmtpTemplatesWithHttpInfo(Boolean templateStatus,
Long limit,
Long offset,
String sort)
Get the list of email templates
|
ApiResponse<GetSmtpTemplateOverview> |
TransactionalEmailsApi.getSmtpTemplateWithHttpInfo(Long templateId)
Returns the template information
|
GetSsoToken |
ResellerApi.getSsoToken(String childIdentifier)
Get session token to access Sendinblue (SSO)
It returns a session [token] which will remain valid for a short period of time.
|
com.squareup.okhttp.Call |
ResellerApi.getSsoTokenAsync(String childIdentifier,
ApiCallback<GetSsoToken> callback)
Get session token to access Sendinblue (SSO) (asynchronously)
It returns a session [token] which will remain valid for a short period of time.
|
com.squareup.okhttp.Call |
ResellerApi.getSsoTokenCall(String childIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSsoToken
|
ApiResponse<GetSsoToken> |
ResellerApi.getSsoTokenWithHttpInfo(String childIdentifier)
Get session token to access Sendinblue (SSO)
It returns a session [token] which will remain valid for a short period of time.
|
GetTransacAggregatedSmsReport |
TransactionalSmsApi.getTransacAggregatedSmsReport(String startDate,
String endDate,
Long days,
String tag)
Get your SMS activity aggregated over a period of time
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getTransacAggregatedSmsReportAsync(String startDate,
String endDate,
Long days,
String tag,
ApiCallback<GetTransacAggregatedSmsReport> callback)
Get your SMS activity aggregated over a period of time (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getTransacAggregatedSmsReportCall(String startDate,
String endDate,
Long days,
String tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransacAggregatedSmsReport
|
ApiResponse<GetTransacAggregatedSmsReport> |
TransactionalSmsApi.getTransacAggregatedSmsReportWithHttpInfo(String startDate,
String endDate,
Long days,
String tag)
Get your SMS activity aggregated over a period of time
|
GetTransacBlockedContacts |
TransactionalEmailsApi.getTransacBlockedContacts(String startDate,
String endDate,
Long limit,
Long offset,
List<String> senders,
String sort)
Get the list of blocked or unsubscribed transactional contacts
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacBlockedContactsAsync(String startDate,
String endDate,
Long limit,
Long offset,
List<String> senders,
String sort,
ApiCallback<GetTransacBlockedContacts> callback)
Get the list of blocked or unsubscribed transactional contacts (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacBlockedContactsCall(String startDate,
String endDate,
Long limit,
Long offset,
List<String> senders,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransacBlockedContacts
|
ApiResponse<GetTransacBlockedContacts> |
TransactionalEmailsApi.getTransacBlockedContactsWithHttpInfo(String startDate,
String endDate,
Long limit,
Long offset,
List<String> senders,
String sort)
Get the list of blocked or unsubscribed transactional contacts
|
GetTransacEmailContent |
TransactionalEmailsApi.getTransacEmailContent(String uuid)
Get the personalized content of a sent transactional email
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacEmailContentAsync(String uuid,
ApiCallback<GetTransacEmailContent> callback)
Get the personalized content of a sent transactional email (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacEmailContentCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransacEmailContent
|
ApiResponse<GetTransacEmailContent> |
TransactionalEmailsApi.getTransacEmailContentWithHttpInfo(String uuid)
Get the personalized content of a sent transactional email
|
GetTransacEmailsList |
TransactionalEmailsApi.getTransacEmailsList(String email,
Long templateId,
String messageId,
String startDate,
String endDate,
String sort)
Get the list of transactional emails on the basis of allowed filters
This endpoint will show the list of emails for past 30 days by default.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacEmailsListAsync(String email,
Long templateId,
String messageId,
String startDate,
String endDate,
String sort,
ApiCallback<GetTransacEmailsList> callback)
Get the list of transactional emails on the basis of allowed filters (asynchronously)
This endpoint will show the list of emails for past 30 days by default.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.getTransacEmailsListCall(String email,
Long templateId,
String messageId,
String startDate,
String endDate,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransacEmailsList
|
ApiResponse<GetTransacEmailsList> |
TransactionalEmailsApi.getTransacEmailsListWithHttpInfo(String email,
Long templateId,
String messageId,
String startDate,
String endDate,
String sort)
Get the list of transactional emails on the basis of allowed filters
This endpoint will show the list of emails for past 30 days by default.
|
GetTransacSmsReport |
TransactionalSmsApi.getTransacSmsReport(String startDate,
String endDate,
Long days,
String tag,
String sort)
Get your SMS activity aggregated per day
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getTransacSmsReportAsync(String startDate,
String endDate,
Long days,
String tag,
String sort,
ApiCallback<GetTransacSmsReport> callback)
Get your SMS activity aggregated per day (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.getTransacSmsReportCall(String startDate,
String endDate,
Long days,
String tag,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransacSmsReport
|
ApiResponse<GetTransacSmsReport> |
TransactionalSmsApi.getTransacSmsReportWithHttpInfo(String startDate,
String endDate,
Long days,
String tag,
String sort)
Get your SMS activity aggregated per day
|
GetWebhook |
WebhooksApi.getWebhook(Long webhookId)
Get a webhook details
|
com.squareup.okhttp.Call |
WebhooksApi.getWebhookAsync(Long webhookId,
ApiCallback<GetWebhook> callback)
Get a webhook details (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.getWebhookCall(Long webhookId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWebhook
|
GetWebhooks |
WebhooksApi.getWebhooks(String type)
Get all webhooks
|
com.squareup.okhttp.Call |
WebhooksApi.getWebhooksAsync(String type,
ApiCallback<GetWebhooks> callback)
Get all webhooks (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.getWebhooksCall(String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWebhooks
|
ApiResponse<GetWebhooks> |
WebhooksApi.getWebhooksWithHttpInfo(String type)
Get all webhooks
|
ApiResponse<GetWebhook> |
WebhooksApi.getWebhookWithHttpInfo(Long webhookId)
Get a webhook details
|
CreatedProcessId |
ContactsApi.importContacts(RequestContactImport requestContactImport)
Import contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.importContactsAsync(RequestContactImport requestContactImport,
ApiCallback<CreatedProcessId> callback)
Import contacts (asynchronously)
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.importContactsCall(RequestContactImport requestContactImport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importContacts
|
ApiResponse<CreatedProcessId> |
ContactsApi.importContactsWithHttpInfo(RequestContactImport requestContactImport)
Import contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
PostContactInfo |
ContactsApi.removeContactFromList(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
PostContactInfo |
ListsApi.removeContactFromList(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
com.squareup.okhttp.Call |
ContactsApi.removeContactFromListAsync(Long listId,
RemoveContactFromList contactEmails,
ApiCallback<PostContactInfo> callback)
Delete a contact from a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.removeContactFromListAsync(Long listId,
RemoveContactFromList contactEmails,
ApiCallback<PostContactInfo> callback)
Delete a contact from a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.removeContactFromListCall(Long listId,
RemoveContactFromList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeContactFromList
|
com.squareup.okhttp.Call |
ListsApi.removeContactFromListCall(Long listId,
RemoveContactFromList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeContactFromList
|
ApiResponse<PostContactInfo> |
ContactsApi.removeContactFromListWithHttpInfo(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
ApiResponse<PostContactInfo> |
ListsApi.removeContactFromListWithHttpInfo(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
RemainingCreditModel |
ResellerApi.removeCredits(String childIdentifier,
RemoveCredits removeCredits)
Remove Email and/or SMS credits from a specific child account
|
com.squareup.okhttp.Call |
ResellerApi.removeCreditsAsync(String childIdentifier,
RemoveCredits removeCredits,
ApiCallback<RemainingCreditModel> callback)
Remove Email and/or SMS credits from a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.removeCreditsCall(String childIdentifier,
RemoveCredits removeCredits,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeCredits
|
ApiResponse<RemainingCreditModel> |
ResellerApi.removeCreditsWithHttpInfo(String childIdentifier,
RemoveCredits removeCredits)
Remove Email and/or SMS credits from a specific child account
|
CreatedProcessId |
ContactsApi.requestContactExport(RequestContactExport requestContactExport)
Export contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.requestContactExportAsync(RequestContactExport requestContactExport,
ApiCallback<CreatedProcessId> callback)
Export contacts (asynchronously)
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.requestContactExportCall(RequestContactExport requestContactExport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for requestContactExport
|
ApiResponse<CreatedProcessId> |
ContactsApi.requestContactExportWithHttpInfo(RequestContactExport requestContactExport)
Export contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
CreatedProcessId |
SmsCampaignsApi.requestSmsRecipientExport(Long campaignId,
RequestSmsRecipientExport recipientExport)
Export an SMS campaign's recipients
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
SmsCampaignsApi.requestSmsRecipientExportAsync(Long campaignId,
RequestSmsRecipientExport recipientExport,
ApiCallback<CreatedProcessId> callback)
Export an SMS campaign's recipients (asynchronously)
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
SmsCampaignsApi.requestSmsRecipientExportCall(Long campaignId,
RequestSmsRecipientExport recipientExport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for requestSmsRecipientExport
|
ApiResponse<CreatedProcessId> |
SmsCampaignsApi.requestSmsRecipientExportWithHttpInfo(Long campaignId,
RequestSmsRecipientExport recipientExport)
Export an SMS campaign's recipients
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
void |
EmailCampaignsApi.sendEmailCampaignNow(Long campaignId)
Send an email campaign immediately, based on campaignId
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendEmailCampaignNowAsync(Long campaignId,
ApiCallback<Void> callback)
Send an email campaign immediately, based on campaignId (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendEmailCampaignNowCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendEmailCampaignNow
|
ApiResponse<Void> |
EmailCampaignsApi.sendEmailCampaignNowWithHttpInfo(Long campaignId)
Send an email campaign immediately, based on campaignId
|
void |
EmailCampaignsApi.sendReport(Long campaignId,
SendReport sendReport)
Send the report of a campaign
A PDF will be sent to the specified email addresses
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendReportAsync(Long campaignId,
SendReport sendReport,
ApiCallback<Void> callback)
Send the report of a campaign (asynchronously)
A PDF will be sent to the specified email addresses
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendReportCall(Long campaignId,
SendReport sendReport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendReport
|
ApiResponse<Void> |
EmailCampaignsApi.sendReportWithHttpInfo(Long campaignId,
SendReport sendReport)
Send the report of a campaign
A PDF will be sent to the specified email addresses
|
void |
SmsCampaignsApi.sendSmsCampaignNow(Long campaignId)
Send your SMS campaign immediately
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendSmsCampaignNowAsync(Long campaignId,
ApiCallback<Void> callback)
Send your SMS campaign immediately (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendSmsCampaignNowCall(Long campaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendSmsCampaignNow
|
ApiResponse<Void> |
SmsCampaignsApi.sendSmsCampaignNowWithHttpInfo(Long campaignId)
Send your SMS campaign immediately
|
void |
SmsCampaignsApi.sendSmsReport(Long campaignId,
SendReport sendReport)
Send an SMS campaign's report
Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendSmsReportAsync(Long campaignId,
SendReport sendReport,
ApiCallback<Void> callback)
Send an SMS campaign's report (asynchronously)
Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendSmsReportCall(Long campaignId,
SendReport sendReport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendSmsReport
|
ApiResponse<Void> |
SmsCampaignsApi.sendSmsReportWithHttpInfo(Long campaignId,
SendReport sendReport)
Send an SMS campaign's report
Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.
|
SendTemplateEmail |
TransactionalEmailsApi.sendTemplate(Long templateId,
SendEmail sendEmail)
Deprecated.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTemplateAsync(Long templateId,
SendEmail sendEmail,
ApiCallback<SendTemplateEmail> callback)
Deprecated.
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTemplateCall(Long templateId,
SendEmail sendEmail,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Deprecated.
|
ApiResponse<SendTemplateEmail> |
TransactionalEmailsApi.sendTemplateWithHttpInfo(Long templateId,
SendEmail sendEmail)
Deprecated.
|
void |
EmailCampaignsApi.sendTestEmail(Long campaignId,
SendTestEmail emailTo)
Send an email campaign to your test list
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendTestEmailAsync(Long campaignId,
SendTestEmail emailTo,
ApiCallback<Void> callback)
Send an email campaign to your test list (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.sendTestEmailCall(Long campaignId,
SendTestEmail emailTo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTestEmail
|
ApiResponse<Void> |
EmailCampaignsApi.sendTestEmailWithHttpInfo(Long campaignId,
SendTestEmail emailTo)
Send an email campaign to your test list
|
void |
SmsCampaignsApi.sendTestSms(Long campaignId,
SendTestSms phoneNumber)
Send a test SMS campaign
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendTestSmsAsync(Long campaignId,
SendTestSms phoneNumber,
ApiCallback<Void> callback)
Send a test SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.sendTestSmsCall(Long campaignId,
SendTestSms phoneNumber,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTestSms
|
ApiResponse<Void> |
SmsCampaignsApi.sendTestSmsWithHttpInfo(Long campaignId,
SendTestSms phoneNumber)
Send a test SMS campaign
|
void |
TransactionalEmailsApi.sendTestTemplate(Long templateId,
SendTestEmail sendTestEmail)
Send a template to your test list
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTestTemplateAsync(Long templateId,
SendTestEmail sendTestEmail,
ApiCallback<Void> callback)
Send a template to your test list (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTestTemplateCall(Long templateId,
SendTestEmail sendTestEmail,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTestTemplate
|
ApiResponse<Void> |
TransactionalEmailsApi.sendTestTemplateWithHttpInfo(Long templateId,
SendTestEmail sendTestEmail)
Send a template to your test list
|
CreateSmtpEmail |
TransactionalEmailsApi.sendTransacEmail(SendSmtpEmail sendSmtpEmail)
Send a transactional email
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTransacEmailAsync(SendSmtpEmail sendSmtpEmail,
ApiCallback<CreateSmtpEmail> callback)
Send a transactional email (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.sendTransacEmailCall(SendSmtpEmail sendSmtpEmail,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTransacEmail
|
ApiResponse<CreateSmtpEmail> |
TransactionalEmailsApi.sendTransacEmailWithHttpInfo(SendSmtpEmail sendSmtpEmail)
Send a transactional email
|
SendSms |
TransactionalSmsApi.sendTransacSms(SendTransacSms sendTransacSms)
Send SMS message to a mobile number
|
com.squareup.okhttp.Call |
TransactionalSmsApi.sendTransacSmsAsync(SendTransacSms sendTransacSms,
ApiCallback<SendSms> callback)
Send SMS message to a mobile number (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.sendTransacSmsCall(SendTransacSms sendTransacSms,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTransacSms
|
ApiResponse<SendSms> |
TransactionalSmsApi.sendTransacSmsWithHttpInfo(SendTransacSms sendTransacSms)
Send SMS message to a mobile number
|
void |
TransactionalEmailsApi.smtpBlockedContactsEmailDelete(String email)
Unblock or resubscribe a transactional contact
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpBlockedContactsEmailDeleteAsync(String email,
ApiCallback<Void> callback)
Unblock or resubscribe a transactional contact (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpBlockedContactsEmailDeleteCall(String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smtpBlockedContactsEmailDelete
|
ApiResponse<Void> |
TransactionalEmailsApi.smtpBlockedContactsEmailDeleteWithHttpInfo(String email)
Unblock or resubscribe a transactional contact
|
void |
TransactionalEmailsApi.smtpLogMessageIdDelete(String messageId)
Delete an SMTP transactional log
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpLogMessageIdDeleteAsync(String messageId,
ApiCallback<Void> callback)
Delete an SMTP transactional log (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpLogMessageIdDeleteCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smtpLogMessageIdDelete
|
ApiResponse<Void> |
TransactionalEmailsApi.smtpLogMessageIdDeleteWithHttpInfo(String messageId)
Delete an SMTP transactional log
|
void |
AttributesApi.updateAttribute(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute)
Update contact attribute
|
void |
ContactsApi.updateAttribute(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute)
Update contact attribute
|
com.squareup.okhttp.Call |
AttributesApi.updateAttributeAsync(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute,
ApiCallback<Void> callback)
Update contact attribute (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateAttributeAsync(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute,
ApiCallback<Void> callback)
Update contact attribute (asynchronously)
|
com.squareup.okhttp.Call |
AttributesApi.updateAttributeCall(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAttribute
|
com.squareup.okhttp.Call |
ContactsApi.updateAttributeCall(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAttribute
|
ApiResponse<Void> |
AttributesApi.updateAttributeWithHttpInfo(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute)
Update contact attribute
|
ApiResponse<Void> |
ContactsApi.updateAttributeWithHttpInfo(String attributeCategory,
String attributeName,
UpdateAttribute updateAttribute)
Update contact attribute
|
void |
EmailCampaignsApi.updateCampaignStatus(Long campaignId,
UpdateCampaignStatus status)
Update an email campaign status
|
com.squareup.okhttp.Call |
EmailCampaignsApi.updateCampaignStatusAsync(Long campaignId,
UpdateCampaignStatus status,
ApiCallback<Void> callback)
Update an email campaign status (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.updateCampaignStatusCall(Long campaignId,
UpdateCampaignStatus status,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCampaignStatus
|
ApiResponse<Void> |
EmailCampaignsApi.updateCampaignStatusWithHttpInfo(Long campaignId,
UpdateCampaignStatus status)
Update an email campaign status
|
void |
ResellerApi.updateChildAccountStatus(String childIdentifier,
UpdateChildAccountStatus updateChildAccountStatus)
Update info of reseller's child account status based on the childIdentifier supplied
|
com.squareup.okhttp.Call |
ResellerApi.updateChildAccountStatusAsync(String childIdentifier,
UpdateChildAccountStatus updateChildAccountStatus,
ApiCallback<Void> callback)
Update info of reseller's child account status based on the childIdentifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.updateChildAccountStatusCall(String childIdentifier,
UpdateChildAccountStatus updateChildAccountStatus,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChildAccountStatus
|
ApiResponse<Void> |
ResellerApi.updateChildAccountStatusWithHttpInfo(String childIdentifier,
UpdateChildAccountStatus updateChildAccountStatus)
Update info of reseller's child account status based on the childIdentifier supplied
|
void |
ResellerApi.updateChildDomain(String childIdentifier,
String domainName,
UpdateChildDomain updateChildDomain)
Update the sender domain of reseller's child based on the childIdentifier and domainName passed
|
com.squareup.okhttp.Call |
ResellerApi.updateChildDomainAsync(String childIdentifier,
String domainName,
UpdateChildDomain updateChildDomain,
ApiCallback<Void> callback)
Update the sender domain of reseller's child based on the childIdentifier and domainName passed (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.updateChildDomainCall(String childIdentifier,
String domainName,
UpdateChildDomain updateChildDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChildDomain
|
ApiResponse<Void> |
ResellerApi.updateChildDomainWithHttpInfo(String childIdentifier,
String domainName,
UpdateChildDomain updateChildDomain)
Update the sender domain of reseller's child based on the childIdentifier and domainName passed
|
void |
ContactsApi.updateContact(String identifier,
UpdateContact updateContact)
Update a contact
|
com.squareup.okhttp.Call |
ContactsApi.updateContactAsync(String identifier,
UpdateContact updateContact,
ApiCallback<Void> callback)
Update a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateContactCall(String identifier,
UpdateContact updateContact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateContact
|
ApiResponse<Void> |
ContactsApi.updateContactWithHttpInfo(String identifier,
UpdateContact updateContact)
Update a contact
|
void |
EmailCampaignsApi.updateEmailCampaign(Long campaignId,
UpdateEmailCampaign emailCampaign)
Update an email campaign
|
com.squareup.okhttp.Call |
EmailCampaignsApi.updateEmailCampaignAsync(Long campaignId,
UpdateEmailCampaign emailCampaign,
ApiCallback<Void> callback)
Update an email campaign (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.updateEmailCampaignCall(Long campaignId,
UpdateEmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateEmailCampaign
|
ApiResponse<Void> |
EmailCampaignsApi.updateEmailCampaignWithHttpInfo(Long campaignId,
UpdateEmailCampaign emailCampaign)
Update an email campaign
|
void |
FoldersApi.updateFolder(Long folderId,
CreateUpdateFolder updateFolder)
Update a folder
|
void |
ContactsApi.updateFolder(Long folderId,
CreateUpdateFolder updateFolder)
Update a folder
|
com.squareup.okhttp.Call |
FoldersApi.updateFolderAsync(Long folderId,
CreateUpdateFolder updateFolder,
ApiCallback<Void> callback)
Update a folder (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateFolderAsync(Long folderId,
CreateUpdateFolder updateFolder,
ApiCallback<Void> callback)
Update a folder (asynchronously)
|
com.squareup.okhttp.Call |
FoldersApi.updateFolderCall(Long folderId,
CreateUpdateFolder updateFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateFolder
|
com.squareup.okhttp.Call |
ContactsApi.updateFolderCall(Long folderId,
CreateUpdateFolder updateFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateFolder
|
ApiResponse<Void> |
FoldersApi.updateFolderWithHttpInfo(Long folderId,
CreateUpdateFolder updateFolder)
Update a folder
|
ApiResponse<Void> |
ContactsApi.updateFolderWithHttpInfo(Long folderId,
CreateUpdateFolder updateFolder)
Update a folder
|
void |
ContactsApi.updateList(Long listId,
UpdateList updateList)
Update a list
|
void |
ListsApi.updateList(Long listId,
UpdateList updateList)
Update a list
|
com.squareup.okhttp.Call |
ContactsApi.updateListAsync(Long listId,
UpdateList updateList,
ApiCallback<Void> callback)
Update a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.updateListAsync(Long listId,
UpdateList updateList,
ApiCallback<Void> callback)
Update a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateListCall(Long listId,
UpdateList updateList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateList
|
com.squareup.okhttp.Call |
ListsApi.updateListCall(Long listId,
UpdateList updateList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateList
|
ApiResponse<Void> |
ContactsApi.updateListWithHttpInfo(Long listId,
UpdateList updateList)
Update a list
|
ApiResponse<Void> |
ListsApi.updateListWithHttpInfo(Long listId,
UpdateList updateList)
Update a list
|
void |
ResellerApi.updateResellerChild(String childIdentifier,
UpdateChild resellerChild)
Update info of reseller's child based on the child identifier supplied
|
com.squareup.okhttp.Call |
ResellerApi.updateResellerChildAsync(String childIdentifier,
UpdateChild resellerChild,
ApiCallback<Void> callback)
Update info of reseller's child based on the child identifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.updateResellerChildCall(String childIdentifier,
UpdateChild resellerChild,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateResellerChild
|
ApiResponse<Void> |
ResellerApi.updateResellerChildWithHttpInfo(String childIdentifier,
UpdateChild resellerChild)
Update info of reseller's child based on the child identifier supplied
|
void |
SendersApi.updateSender(Long senderId,
UpdateSender sender)
Update a sender
|
com.squareup.okhttp.Call |
SendersApi.updateSenderAsync(Long senderId,
UpdateSender sender,
ApiCallback<Void> callback)
Update a sender (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.updateSenderCall(Long senderId,
UpdateSender sender,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSender
|
ApiResponse<Void> |
SendersApi.updateSenderWithHttpInfo(Long senderId,
UpdateSender sender)
Update a sender
|
void |
SmsCampaignsApi.updateSmsCampaign(Long campaignId,
UpdateSmsCampaign updateSmsCampaign)
Update an SMS campaign
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignAsync(Long campaignId,
UpdateSmsCampaign updateSmsCampaign,
ApiCallback<Void> callback)
Update an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignCall(Long campaignId,
UpdateSmsCampaign updateSmsCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSmsCampaign
|
void |
SmsCampaignsApi.updateSmsCampaignStatus(Long campaignId,
UpdateCampaignStatus status)
Update a campaign's status
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignStatusAsync(Long campaignId,
UpdateCampaignStatus status,
ApiCallback<Void> callback)
Update a campaign's status (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignStatusCall(Long campaignId,
UpdateCampaignStatus status,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSmsCampaignStatus
|
ApiResponse<Void> |
SmsCampaignsApi.updateSmsCampaignStatusWithHttpInfo(Long campaignId,
UpdateCampaignStatus status)
Update a campaign's status
|
ApiResponse<Void> |
SmsCampaignsApi.updateSmsCampaignWithHttpInfo(Long campaignId,
UpdateSmsCampaign updateSmsCampaign)
Update an SMS campaign
|
void |
TransactionalEmailsApi.updateSmtpTemplate(Long templateId,
UpdateSmtpTemplate smtpTemplate)
Update an email template
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.updateSmtpTemplateAsync(Long templateId,
UpdateSmtpTemplate smtpTemplate,
ApiCallback<Void> callback)
Update an email template (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.updateSmtpTemplateCall(Long templateId,
UpdateSmtpTemplate smtpTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSmtpTemplate
|
ApiResponse<Void> |
TransactionalEmailsApi.updateSmtpTemplateWithHttpInfo(Long templateId,
UpdateSmtpTemplate smtpTemplate)
Update an email template
|
void |
WebhooksApi.updateWebhook(Long webhookId,
UpdateWebhook updateWebhook)
Update a webhook
|
com.squareup.okhttp.Call |
WebhooksApi.updateWebhookAsync(Long webhookId,
UpdateWebhook updateWebhook,
ApiCallback<Void> callback)
Update a webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.updateWebhookCall(Long webhookId,
UpdateWebhook updateWebhook,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateWebhook
|
ApiResponse<Void> |
WebhooksApi.updateWebhookWithHttpInfo(Long webhookId,
UpdateWebhook updateWebhook)
Update a webhook
|
void |
EmailCampaignsApi.uploadImageToGallery(UploadImageToGallery uploadImage)
Upload an image to your account's image gallery
|
com.squareup.okhttp.Call |
EmailCampaignsApi.uploadImageToGalleryAsync(UploadImageToGallery uploadImage,
ApiCallback<Void> callback)
Upload an image to your account's image gallery (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.uploadImageToGalleryCall(UploadImageToGallery uploadImage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadImageToGallery
|
ApiResponse<Void> |
EmailCampaignsApi.uploadImageToGalleryWithHttpInfo(UploadImageToGallery uploadImage)
Upload an image to your account's image gallery
|
Copyright © 2021. All rights reserved.