sendImmediateMessageSidCAlCA (deprecated)
Sends a single, one-shot message using the template associated with the IMMEDIATE campaign selected by the campaign ALIAS, in a similar way to the deprecated parent element sendImmediateMessageSidCAl.
- The subscriber data is retrieved using the sourceIdentifier/subscriberIdentifier pair
- You can send custom data content to the Send engine and attach it to a single outgoing message
- You can chose to include/exclude the default campaign attachments when sending the immediate message
Input | Type | Description |
---|---|---|
apiKey | xs:string | Alphanumeric hash identifying a Send customer. |
userKey | xs:string | Alphanumeric hash identifying a Send user. |
sourceIdentifier | xs:int | Subscriber source identifier. |
subscriberIdentifier | xs:int | Subscriber identifier. |
campaignAlias | xs:string | IMMEDIATE campaign alias. |
includeDefaultAttachments | xs:boolean | Include/exclude default campaign attachments when sending the immediate message. |
attachments | Attachment[] | List of custom data content to attach to the immediate message. |