(Created page with "=Outbound namespace= ==Methods== The Outbound namespace includes the following methods: *OutboundNamespace#getCampaigns|getCampaigns}} *[[OutboundNamespace#getPreviewRecord...") |
|||
Line 3: | Line 3: | ||
The Outbound namespace includes the following methods: | The Outbound namespace includes the following methods: | ||
− | *[[OutboundNamespace#getCampaigns|getCampaigns | + | *[[OutboundNamespace#getCampaigns|getCampaigns]] |
*[[OutboundNamespace#getPreviewRecord|getPreviewRecord]] | *[[OutboundNamespace#getPreviewRecord|getPreviewRecord]] | ||
*[[OutboundNamespace#callPreviewRecord|callPreviewRecord]] | *[[OutboundNamespace#callPreviewRecord|callPreviewRecord]] | ||
Line 187: | Line 187: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | [[Category:V:HTCC:9.0.0DRAFT]] |
Revision as of 14:16, July 20, 2021
Contents
Outbound namespace
Methods
The Outbound namespace includes the following methods:
- getCampaigns
- getPreviewRecord
- callPreviewRecord
- rejectPreviewRecord
- cancelPreviewRecord
- startDirectPushPreview
- stopDirectPushPreview
getCampaigns
Signature | <static> getCampaigns(succeeded, failed) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Get the details of all outbound campaigns (loaded or active) for the current agent. | |||||||||
Parameters |
|
getPreviewRecord
Signature | <static> getPreviewRecord(campaignName, succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Get a preview record from Outbound Contact Server. | ||||||||||||
Parameters |
|
callPreviewRecord
Signature | <static> callPreviewRecord(interactionId,succeeded, failed) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Make a call using the preview record. | ||||||||||||
Parameters |
|
rejectPreviewRecord
Signature | <static> rejectPreviewRecord(succeeded, failed) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Reject a pull preview, push preview, or direct push preview record. | |||||||||
Parameters |
|
cancelPreviewRecord
Signature | <static> cancelPreviewRecord(succeeded, failed) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Cancel a pull preview, push preview, or direct push preview record. | |||||||||
Parameters |
|
startDirectPushPreview
Signature | <static> startDirectPushPreview(succeeded, failed) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Send a Dialing Mode Start request to Outbound Contact Server to start sending direct push preview records to the agent. | |||||||||
Parameters |
|
stopDirectPushPreview
Signature | <static> stopDirectPushPreview(succeeded, failed) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Send a Dialing Mode Stop request to Outbound Contact Server to stop sending direct push preview records to the agent. | |||||||||
Parameters |
|
Comments or questions about this documentation? Contact us for support!