paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_delivery
processName string : methodName i.e. updateStatus
entityData array : i.e. array('beanId' => ID of the bean (updated/loaded) in the bean store)
processData array : i.e. array(null)
Name | Parameters | Description |
---|---|---|
updateStatus | Entity Data: deliveryId | A process to pause a currently running delivery. This sets the correct status on the delivery record and updates any part processed recipients |
paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_list
processName string : search
entityData array : 'listName' => "Master List"
processData array : null
paintResponse:
Result array :
'result' => "success"
‘resultData’ => array :
'bus_search_campaign_list_' => ""
... => ...
'idData' => array :
'listId' => 123456
paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_email
processName string : search
entityData array : 'messageName' => "August_Deals_2014"
processData array : null
paintResponse:
Result array :
'result' => "success"
'resultData' => array :
'bus_search_campaign_email_' => ""
... => ...
'idData' => array :
'messageId' => 123456
paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_delivery
processName string : create
entityData array : null
processData array : null
paintResponse:
Result array :
'result' => success
'resultData' => array :
'bus_entity_campaign_delivery' => array :
... => ...
... variables ...
... => ...
'beanId' => ID for new empty bean in bean store
paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_delivery
processName string : update
entityData array :
'messageId' => Id of the message
'listIds' => array :
456789
487542
232323
'beanId' => ID of the empty bean returned during the create
... => ...
... Required & optional variables ...
... => ...
processData array : null
paintResponse:
Result array :
'result' => "success"
'resultData' => array :
'bus_entity_campaign_delivery_key' => ""
'messageId' => ""
'beanName' => "bus_entity_campaign_delivery"
paintRequest:
contextId string : C-KFDsCMMHXpDUi0ltN0p3FvF
className string : bus_facade_campaign_delivery
processName string : store
entityData array : 'beanId' => ID of the entity bean in the bean store
processData array : null
paintResponse:
Result array :
'result' => "success"
Name | Example | Description | |
---|---|---|---|
deliveryDtTm_base64 |
|
The recommended way to send string data is base 64 encoded. The date/time that the delivery will be sent. Represented as a base 64 encoded string in the format shown in the example | |
deliveryDtTm |
|
If you can't base 64 encode the string, then you can use this variable as the date/time that the delivery will be sent. Represented as a string in the format shown in the example | |
filterIds |
|
Array of ids of the filters that this delivery will be sent to. Optional if listIds given. To get the filterIds perform a search on the [**filter facade class**](/documentation/soap/gettingstarted/references/filters) |
|
listIds |
|
Array of ids of the lists that this delivery will be sent to. Optional if filterIds given. To get the listIds perform a search on the [**list facade class**](/documentation/soap/gettingstarted/references/list) |
|
messageId |
|
Unique id of the message to send within the platform. To get the listIds perform a search on the [**email facade class**](/documentation/soap/gettingstarted/references/email) or [**sms facade class**](/documentation/soap/gettingstarted/references/sms) or the overall [**message facade class**](/documentation/soap/gettingstarted/references/messages) |
Name | Example | Description | |
---|---|---|---|
allowDefaultDynamicReplyInd |
|
Indicates whether default values will be used in place of dynamic reply fields If omitted : Will default to "N" |
|
allowMissingTrackingImageInd |
|
Indicates whether the user is happy to proceed with the delivery without a tracking image in the message If omitted : Will default to "N" |
|
allowMixedLanguagesInd |
|
Indicates whether a message can be sent to a list in a different language (character set) If omitted : Will default to "N" |
|
allowPausedSlsDeliveryInd |
|
Indicates whether the user is happy to pause the delivery when using subject line selector to analyse the results before commiting to the remaining If omitted : Will default to "Y" |
|
autoRescheduleResendInd |
|
Indicate whether to automatically update any resend delivery so that it is later than this delivery | |
deliveryFrequencyCondition |
|
Specify whether this recurring delivery should only be sent if one or more parts of the content have changed. Note that this is only available for deliveries that relate to emails using the "load webpage content" option. |
|
deliveryFrequencyDays |
|
This field works in conjunction with deliveryFrequencyType. There are three types of delivery frequency, and the values permitted in this field will depend upon which is selected If type is DAYS then value is integer increment of days between deliveries If type is WEEKDAYS then value is integer representing 1->7 where 1 is monday If type is MONTHDAYS then value is integer 1->28 representing days of the calender month (29->31 omitted due to February). Note WEEKDAY and MONTHDAYs can have multiple values as "#, #" (i.e. if type is WEEKDAY : "1, 5" value would recur delivery monday and friday weekly) |
|
deliveryFrequencyNoSendAction |
|
Specify what action to take if the condition is not met and no send is scheduled. The default action is to roll forward to the next scheduled date, however the alternative is to PAUSE the delivery untill manual intevention |
|
deliveryFrequencyResumeAction |
|
Specify how to resume a paused recurring delivery. This setting is only applicable to conditional recurring deliveries being unpaused where the delivery date has passed. Send option resumes the delivery date to the current date so that it attempts to send immediately |
|
deliveryFrequencyType |
|
This field determines how the deliveryFrequencyDays field will be interpretted. | |
forwardType |
|
Determines where to send replies to this campaign, if set to LOGIN replies are sent to the address associated with the system login that created the delivery, if it is set to IDENTITY or omitted replies from this campaign are sent to the forwarding address of the profile | |
itsEnabledInd |
|
Indicator as to whether intelligent timed sending should be enabled for this delivery | |
limitReceiptActiveInd |
|
Indicator as to whether deliveries to recipients should be limited by the receipt limit value | |
maxSendPerHour |
|
The maximum number of messages to be sent per hour. | |
resendSubject_base64 |
|
The recommended way to transfer string data is via Base 64 encoding. This is the alternative subject line for any resend deliveries base 64 encoded. | |
resendSubject |
|
If you are unable to base 64 encode the string, then use this variable as the alternative subject line for any resend deliveries | |
slsEnabledInd |
|
Indicator as to whether subject line selector should be enabled for this delivery |
Name | Example | Description | |
---|---|---|---|
amendedBy |
|
Username of the user that amended the delivery last, only populated in an existing delivery | |
amendedDtTm |
|
The date time of the last amendment to this delivery, only populated in an existing delivery | |
createdBy |
|
Username of the user that created the delivery, only populated in an existing delivery | |
createdDtTm |
|
The date time delivery was created, only populated in an existing delivery | |
languageCode |
|
The language for this delivery. If the message and list disagree in terms of language code then the message's language code is used | |
allFilters |
|
An associative array (map) of all valid filters on this profile | |
allLists |
|
An associative array (map) of all valid lists on this profile | |
allMessageData |
|
An associative array (map) of all valid messages on this profile | |
allMessages |
|
An associative array of all valid messages on this profile indexed as key = messageId, value = messageName | |
listNames |
|
Comma separated string of list and filter names that were included in this delivery. This is preserved on the delivery and is not affected if the original lists/filters are modified or deleted after the delivery is completed. | |
approvedRejectedBy |
|
Username of the user that either approved or rejected the delivery. This is dependant upon the approver module and is not set directly | |
approvedRejectedDtTm |
|
Date/time that the delivery has been approved or rejected. This is dependant upon the approver module and is not set directly | |
approvedRejectedReason |
|
If the delivery has been rejected then the reason is held here. This is dependant upon the approver module and is not set directly | |
approverEmails |
|
An array of email addresses of all those logins that have an approval role for this delivery. | |
automationId |
|
The unique id of the automation representing the auotmation that scheduled this delivery | |
creditCalcAvailableExcess |
|
Represensts the amount of excess credits at the time of scheduling delivery. | |
creditCalcCurrent |
|
Amount of standard credit at time of scheduling delivery | |
creditCalcEstimatedAvailiable |
|
Estimated amount of credit available to use. | |
creditCalcEstimatedRequired |
|
Estimated amount of credit required for delivery | |
creditCalcEstimatedShortfall |
|
Estimated shortfall in credits | |
creditCalcRunningAndScheduled |
|
Estimated amount of credit either running or scheduled to run. | |
creditCalcSafetyMargin |
|
Imposed safety margin. | |
defaultResentSubject |
|
The default resend subject supplied by the user when creating or updating the message | |
deliveryCompleteDtTm |
|
Date/time that the delivery completed processing. This is the date and time that all messages were placed on the queue to be sent. Note that at this point, all credit adjustments have been made and only the actual sending of the emails (running asynchronous to the processing) is still to be completed. | |
deliveryId |
|
Unique identifier for this delivery. | |
deliveryReportId |
|
The id of the delivery report record that links to the tracking data. | |
deliveryMonitorInd |
|
Indicator Y/N as to whether this delivery was monitored by the risk monitor. This would mean that the delivery was forced to be send at a slower rate for the safety of the system. | |
deliveryStartDtTm |
|
Date/time that the delivery was started. This may be slightly behind the date/time that the delivery was scheduled to start and will depend upon the load on the system and any time lag (a few seconds) that currently exists between the scheduler and the start of the minute. | |
dynamicReplyInd |
|
Indicator as to whtehr the delivery is using dynamic reply email | |
emailLoadFromUrlHtmlInd |
|
Indicator as to whether the email content (if it is an email) is being loaded from a URL | |
emailLoadFromUrlPlainInd |
|
Indicator as to whether the email content (if it is an email) is being loaded from a URL | |
forwardLoginId |
|
The id of the login (login bean) that will receive the replied for this message. If blank then the default forward address from the profile (identity bean) will be used. | |
hasMultipleSubjectsInd |
|
Indicator as to whether the delivery is using a message with multiple subject lines | |
identityName |
|
Name of the profile that the delivery was created for. Note that this will retain the name of the profile at time of the the delivery even if the profile name is subsequently changed. | |
messageName |
|
Name of the message that was sent. This is preserved on the delivery and is not affected if the original message source is modified or deleted after the delivery is completed | |
resendType |
|
The type of resend delivery this is or null if a standard delivery | |
sentContentCreatedInd |
|
This will be set to true if the sent content has been generated. If it has then the you should view the archive content instead of the message content when displaying this delivery. The language code etc will be taken from the sent content and is no longer linked to the original message. | |
sentContentId |
|
Id of the content that was sent. This is a snapshot of the message sent and is held separately from the original message sorce. | |
sentContentType |
|
Type (EMAIL or SMS) of the message that was sent. | |
slsEnabledInd |
|
Indicator as to whether SLS should be enabled for this delivery | |
thresholdWarnSentInd |
|
Indicator Y/N as to whether the risk monitor threshold has been breached whilst sending this delivery. If it was breached then the delivery has probably been paused by the system and would need to restart. | |
alreadyBounced |
|
The number of recipients that have not been sent the message because they are marked as having previously bounced. Only populated once the delivery has been processed, and the status is completed | |
alreadyOptedOut |
|
The number of recipients that have not been sent the message because they are marked as having previously opt-out out. Only populated once the delivery has been processed, and the status is completed | |
autoReplied |
|
Total number of recipients that have returned what is considered an auto-reply i.e. out of the office. Only populated once the delivery has been processed, and the status is completed | |
blocked |
|
Total number of recipients that have returned what is considered to be a block message. A block indicates that the receiving mail server has considered the message inappropriate material. Only populated once the delivery has been processed, and the status is completed | |
bounced |
|
Total number of recipients that have hard bounced. Only populated once the delivery has been processed, and the status is completed | |
clicked |
|
Total number of recipients that have clicked on one, or more, of the tracked links within the message. Assumes that tracking has been enabled for the message. Only populated once the delivery has been processed, and the status is completed | |
enroute |
|
Total number of SMS currently enroute to the handset. This excludes all messages that were not attempted to be sent i.e. already bounced, already opted out, but includes those that we try to send in this delivery but which subsequently fail. | |
estimatedTotal |
|
This is an estimate of the number of records in the delivery based only on adding the totals from all of the selected lists and filters. It will be inaccurate, and will only be set on existing deliveries (not new ones yet to be saved). | |
limitedReceipt |
|
Total number of recipients that have not been sent this message because they have had their receipt limited by the limit receipt rule | |
opened |
|
The total number of recipients that have requested the hidden image in the message (by opening the message with images displayed) or performed another action that is considered to imply an open event e.g. clicking a link. | |
optedOut |
|
The total number of recipients that have requested to opt-out via one of the automated methods provided e.g. reply with the appropriate keyword in the subject line or follow the opt-out process in the opt-out page. | |
optedOutPassive |
|
The total number of recipients that have not been sent this message because they have either not double opted in after using the sign-up page or who have requested a limited number of emails via the opt-out process and have already received the number that they requested. | |
outOfCredit |
|
The total number of messages that were not sent because the account had insufficient credit. | |
received |
|
Total number of SMS actually received by handsets. This excludes all messages that were not attempted to be sent i.e. already bounced, already opted out, and any that were attempted but failed. | |
repeatClicked |
|
Total number of recipients that have clicked one or more tracked links more than once | |
repeatOpened |
|
Total number of recipients that requested the hidden tracking image more than once | |
replied |
|
Total number of recipients that have replied | |
sent |
|
Total number of messages actually sent to recipients. This excludes all messages that were not attempted to be sent i.e. already bounced, already opted out, but includes those that we try to send in this delivery but which subsequently bounce/fail. | |
sentToFriend |
|
Total number of recipients that have forwarded this message using the sent to friend feature | |
softBounced |
|
Total number of recipients that have returned what is considered to be a soft bounce. A soft bounce is a response that indicates that the recipient will not receive this message but may receive future messages e.g. mailbox full. | |
stopped |
|
The number of reccipients that have not been sent the message because the delivery was stopped after it had begun. | |
total |
|
Total number of recipients (unique addresses) included in the lists/filters for this delivery at the time of processing the delivery. |
Name | Example | Description | |
---|---|---|---|
deliveryStartFromDate |
|
The delivery start date search from | |
deliveryStartToDate |
|
The delivery start date search up to | |
listName |
|
Searches for delivery entities based on the list name | |
messageName |
|
Searches for delivery entities based on the message name | |
deliveryStatuses |
|
Array of delivery statuses to include in the search | |
excludeAutomationDeliveries |
|
Set to 'Y' to exclude automation linked deliveries | |
excludeResendDeliveries |
|
Set to 'Y' to exclude automatic resend deliveries | |
includeRecurringDeliveries |
|
Set to 'Y' to include recurring deliveries | |
includeStandardDeliveries |
|
Set to 'Y' to include standard deliveries |
Name | Example | Description | |
---|---|---|---|
idData |
|
Array of deliveryIds returned from a search process |