sendImmediateByCampaignAliasToSubscriberId
Sends a single, one-shot message using the template associated with the IMMEDIATE campaign selected by the campaign alias.
The subscriber data is retrieved using the sourceId/subscriberId pair.
| Input | Type | Description |
|---|---|---|
| apiKey | xs:string | Alphanumeric hash identifying a Contactsend customer. |
| userKey | xs:string | Alphanumeric hash identifying a Contactsend user. |
| campaignAlias | xs:string | IMMEDIATE campaign alias. |
| sourceId | Xs:int | Subscriber source identifier. |
| subscriberId | Xs:int | Subscriber identifier. |
| sendImmediateOptions | SendImmediateOptions | Send immediate options. |
| Output | Type | Description |
|---|---|---|
| xs:string | An ID that can be used to check the state using getDeliveryStatus method or getDeliveryMailQ. |