| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSmsRecipientExport |
RequestSmsRecipientExport.notifyURL(String notifyURL) |
RequestSmsRecipientExport |
RequestSmsRecipientExport.recipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) |
Copyright © 2021. All rights reserved.