| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
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 |
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
|
| Modifier and Type | Method and Description |
|---|---|
SendTestEmail |
SendTestEmail.addEmailToItem(String emailToItem) |
SendTestEmail |
SendTestEmail.emailTo(List<String> emailTo) |
Copyright © 2021. All rights reserved.