| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
SendReport |
SendReport.email(SendReportEmail email) |
SendReport |
SendReport.language(SendReport.LanguageEnum language) |
Copyright © 2021. All rights reserved.