Make a request »
TransactionalService.GetTransactionResult
Get results from a Transactional Email send-out (the TransactionID is returned in response when SendTransactionalEmail has been called successfully). Also returns demographic data fields and the HTML field (optional), and the parameter ”ExternalID” which allows you to map results with external data sources. See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/transactional/{transactionId}/result?includeDemographicData={includeDemographicData}
URL parameters:
transactionId | String | Id of the transaction |
includeDemographicData | String | True/False value indicating if demographic data and ddhtml should be returned or not |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object with all the details of transaction, including opens, clicks and bounces.
|
Help
Code examples