Make a request »
TransactionalService.SendTransactionalEmail
Sends a Transactional e-mail to one e-mail address. Allows for use of ExternalID as an input since Transactional results methods also returns this ID in addition to information about opens, clicks etc. Total max size of included attachment 1 MB. All attachments size could not be more than 2 MB. Supported attachment format is PDF. See code examples
URL Parameters
Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/transactional/projects/{projectId}/sendEmail?sendDate={sendDate}&allowInactiveProjects={allowInactiveProjects}
URL parameters:
projectId | String | Id of the project |
sendDate | String | Send date (optional) |
allowInactiveProjects | String | True(default)/False value indicating if sending should be allowed when project is inactive (optional) |
Body parameters
Body parameters
emailSending | Holds all the information needed to do the sending
|
Response
Body parameters
returns | A response object which includes transaction id as result, status code and a message.
|
Help
Code examples