| Package | Description |
|---|---|
| sendinblue | |
| sibApi |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.associateIpToChildAsync(String childIdentifier,
ManageIp ip,
ApiCallback<Void> callback)
Associate a dedicated IP to the child (asynchronously)
|
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 |
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 |
ResellerApi.createChildDomainAsync(String childIdentifier,
AddChildDomain addChildDomain,
ApiCallback<Void> callback)
Create a domain for a child account (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createContactAsync(CreateContact createContact,
ApiCallback<CreateUpdateContactModel> callback)
Create a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createDoiContactAsync(CreateDoiContact createDoiContact,
ApiCallback<Void> callback)
Create Contact via DOI (Double-Opt-In) Flow (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.createEmailCampaignAsync(CreateEmailCampaign emailCampaigns,
ApiCallback<CreateModel> callback)
Create an email campaign (asynchronously)
|
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 |
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 |
ResellerApi.createResellerChildAsync(CreateChild resellerChild,
ApiCallback<CreateReseller> callback)
Creates a reseller child (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.createSenderAsync(CreateSender sender,
ApiCallback<CreateSenderModel> callback)
Create a new sender (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.createSmsCampaignAsync(CreateSmsCampaign createSmsCampaign,
ApiCallback<CreateModel> callback)
Creates an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.createSmtpTemplateAsync(CreateSmtpTemplate smtpTemplate,
ApiCallback<CreateModel> callback)
Create an email template (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.createWebhookAsync(CreateWebhook createWebhook,
ApiCallback<CreateModel> callback)
Create a webhook (asynchronously)
|
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 |
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 |
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 |
ContactsApi.deleteContactAsync(String identifier,
ApiCallback<Void> callback)
Delete a contact (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.deleteEmailCampaignAsync(Long campaignId,
ApiCallback<Void> callback)
Delete an email campaign (asynchronously)
|
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 |
TransactionalEmailsApi.deleteHardbouncesAsync(DeleteHardbounces deleteHardbounces,
ApiCallback<Void> callback)
Delete hardbounces (asynchronously)
Delete hardbounces.
|
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 |
ResellerApi.deleteResellerChildAsync(String childIdentifier,
ApiCallback<Void> callback)
Delete a single reseller child based on the child identifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.deleteSenderAsync(Long senderId,
ApiCallback<Void> callback)
Delete a sender (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.deleteSmsCampaignAsync(Long campaignId,
ApiCallback<Void> callback)
Delete an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.deleteSmtpTemplateAsync(Long templateId,
ApiCallback<Void> callback)
Delete an inactive email template (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.deleteWebhookAsync(Long webhookId,
ApiCallback<Void> callback)
Delete a webhook (asynchronously)
|
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 |
EmailCampaignsApi.emailExportRecipientsAsync(Long campaignId,
EmailExportRecipients recipientExport,
ApiCallback<CreatedProcessId> callback)
Export the recipients of an email campaign (asynchronously)
|
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 |
AccountApi.getAccountAsync(ApiCallback<GetAccount> callback)
Get your account information, plan and credits details (asynchronously)
|
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 |
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 |
TransactionalEmailsApi.getBlockedDomainsAsync(ApiCallback<GetBlockedDomains> callback)
Get the list of blocked domains (asynchronously)
Get the list of blocked domains
|
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.getChildDomainsAsync(String childIdentifier,
ApiCallback<GetChildDomains> callback)
Get all sender domains for a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.getChildInfoAsync(String childIdentifier,
ApiCallback<GetChildInfo> callback)
Get a child account's details (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactInfoAsync(String identifier,
ApiCallback<GetExtendedContactDetails> callback)
Get a contact's details (asynchronously)
|
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.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.getContactStatsAsync(String identifier,
String startDate,
String endDate,
ApiCallback<GetContactCampaignStats> callback)
Get email campaigns' statistics for a contact (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.getEmailCampaignAsync(Long campaignId,
ApiCallback<GetEmailCampaign> callback)
Get an email campaign report (asynchronously)
|
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 |
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 |
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.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.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 |
SendersApi.getIpsAsync(ApiCallback<GetIps> callback)
Get all the dedicated IPs for your account (asynchronously)
|
com.squareup.okhttp.Call |
SendersApi.getIpsFromSenderAsync(Long senderId,
ApiCallback<GetIpsFromSender> callback)
Get all the dedicated IPs for a sender (asynchronously)
|
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.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 |
ProcessApi.getProcessAsync(Long processId,
ApiCallback<GetProcess> callback)
Return the informations for a process (asynchronously)
|
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 |
ResellerApi.getResellerChildsAsync(Long limit,
Long offset,
ApiCallback<GetChildrenList> callback)
Get the list of all children accounts (asynchronously)
|
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 |
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 |
SmsCampaignsApi.getSmsCampaignAsync(Long campaignId,
ApiCallback<GetSmsCampaign> callback)
Get an SMS campaign (asynchronously)
|
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 |
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 |
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.getSmtpTemplateAsync(Long templateId,
ApiCallback<GetSmtpTemplateOverview> callback)
Returns the template information (asynchronously)
|
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 |
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 |
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 |
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.getTransacEmailContentAsync(String uuid,
ApiCallback<GetTransacEmailContent> callback)
Get the personalized content of a sent transactional email (asynchronously)
|
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 |
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 |
WebhooksApi.getWebhookAsync(Long webhookId,
ApiCallback<GetWebhook> callback)
Get a webhook details (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.getWebhooksAsync(String type,
ApiCallback<GetWebhooks> callback)
Get all webhooks (asynchronously)
|
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.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 |
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 |
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 |
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 |
EmailCampaignsApi.sendEmailCampaignNowAsync(Long campaignId,
ApiCallback<Void> callback)
Send an email campaign immediately, based on campaignId (asynchronously)
|
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 |
SmsCampaignsApi.sendSmsCampaignNowAsync(Long campaignId,
ApiCallback<Void> callback)
Send your SMS campaign immediately (asynchronously)
|
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 |
TransactionalEmailsApi.sendTemplateAsync(Long templateId,
SendEmail sendEmail,
ApiCallback<SendTemplateEmail> callback)
Deprecated.
|
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 |
SmsCampaignsApi.sendTestSmsAsync(Long campaignId,
SendTestSms phoneNumber,
ApiCallback<Void> callback)
Send a test SMS campaign (asynchronously)
|
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.sendTransacEmailAsync(SendSmtpEmail sendSmtpEmail,
ApiCallback<CreateSmtpEmail> callback)
Send a transactional email (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.sendTransacSmsAsync(SendTransacSms sendTransacSms,
ApiCallback<SendSms> callback)
Send SMS message to a mobile number (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpBlockedContactsEmailDeleteAsync(String email,
ApiCallback<Void> callback)
Unblock or resubscribe a transactional contact (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.smtpLogMessageIdDeleteAsync(String messageId,
ApiCallback<Void> callback)
Delete an SMTP transactional log (asynchronously)
|
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 |
EmailCampaignsApi.updateCampaignStatusAsync(Long campaignId,
UpdateCampaignStatus status,
ApiCallback<Void> callback)
Update an email campaign status (asynchronously)
|
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.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 |
ContactsApi.updateContactAsync(String identifier,
UpdateContact updateContact,
ApiCallback<Void> callback)
Update a contact (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.updateEmailCampaignAsync(Long campaignId,
UpdateEmailCampaign emailCampaign,
ApiCallback<Void> callback)
Update an email campaign (asynchronously)
|
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 |
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 |
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 |
SendersApi.updateSenderAsync(Long senderId,
UpdateSender sender,
ApiCallback<Void> callback)
Update a sender (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignAsync(Long campaignId,
UpdateSmsCampaign updateSmsCampaign,
ApiCallback<Void> callback)
Update an SMS campaign (asynchronously)
|
com.squareup.okhttp.Call |
SmsCampaignsApi.updateSmsCampaignStatusAsync(Long campaignId,
UpdateCampaignStatus status,
ApiCallback<Void> callback)
Update a campaign's status (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalEmailsApi.updateSmtpTemplateAsync(Long templateId,
UpdateSmtpTemplate smtpTemplate,
ApiCallback<Void> callback)
Update an email template (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.updateWebhookAsync(Long webhookId,
UpdateWebhook updateWebhook,
ApiCallback<Void> callback)
Update a webhook (asynchronously)
|
com.squareup.okhttp.Call |
EmailCampaignsApi.uploadImageToGalleryAsync(UploadImageToGallery uploadImage,
ApiCallback<Void> callback)
Upload an image to your account's image gallery (asynchronously)
|
Copyright © 2021. All rights reserved.