The MarketingEmailTemplate noun is used to model a marketing e-mail template. A marketing e-mail template defines the subject and content of the e-mail. The templates are capable of providing robust, dynamic, and personalized e-mail messages.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetMarketingEmailTemplate | IBM_Admin_Details | /MarketingEmailTemplate[MarketingEmailTemplateIdentifier[(UniqueID=)]] | Finds e-mail templates by e-mail template IDs. |
Request
Response |
findByUniqueIDs |
IBM_Admin_Details | /MarketingEmailTemplate | Finds all e-mail templates in a store. |
Request
Response |
findWithEmailContent | |
IBM_Admin_Details | /MarketingEmailTemplate[search(MarketingEmailTemplateIdentifier/ExternalIdentifier/Name='$searchText$' or Description='$searchText$')] | Finds e-mail templates in a store by name or description. |
Request
Response |
findByNameOrDescription | |
ProcessMarketingEmailTemplate | Add | Creates a new e-mail template. |
Request
Response |
MarketingFacadeClient.createMarketingEmailTemplate | |
Delete | Deletes an existing e-mail template. |
Request
Response |
MarketingFacadeClient.deleteMarketingEmailTemplate | ||
ChangeMarketingEmailTemplate | Change | /MarketingEmailTemplate | Updates an existing e-mail template. |
Request
Response |
MarketingFacadeClient.updateMarketingEmailTemplate |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned |
---|---|
IBM_Admin_Details |
|