| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
CreatedProcessId |
EmailCampaignsApi.emailExportRecipients(Long campaignId,
EmailExportRecipients recipientExport)
Export the recipients of an email campaign
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CreatedProcessId> |
EmailCampaignsApi.emailExportRecipientsWithHttpInfo(Long campaignId,
EmailExportRecipients recipientExport)
Export the recipients of an email campaign
|
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.
|
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.
|
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 |
|---|---|
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 |
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreatedProcessId |
CreatedProcessId.processId(Long processId) |
Copyright © 2021. All rights reserved.