Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
StatuscolourGreen

Status
colourGreen
titlepost
 
Anchor
toptran
toptran

General Information

Transactional emails are emails that are typically related to system or account related activity triggered by customer interactions with your brand. Common examples of these emails are: 

  • Password reminders / resets
  • System notifications
  • Transactional emails are emails that are typically related to system or account related activity triggered by customer interactions with your brand. Common examples of these emails are: 

    • Password reminders / resets
    • System notifications
    • Order confirmation
    • Verification messages
    • Shipping confirmation



    Transactional Email Web Service Methods 

    The following table lists supported methods in Transactional Email Web Service and provides a brief description of each method. For more detail on each method, click  Click on the method name for more information:



    Method

    Description

    GetPostBulkBounceResult

    Queries the transactional emails reported as invalid Hard Bounce or undelivered Soft Bounce between two dates.

    GetPostBulkResult

    Queries the status of transactional emails sent between two dates.

    GetPostBulkResultByLastUpdate

    Queries the transactional emails with changed results (read, reported as invalid etc) between two dates.

    GetPostBulkResultByPostId

    Queries the status of transactional emails related to the PostIDs.

    GetPostBulkResultWithOptional

    Queries the status of transactional emails between two dates with Optional Post Type and To Adress.

    GetPostResult

    Queries the status of a transactional email sent.

    PostHtml

    Enables free-Html posting.

    PostHtmlWithCCandBCC

    Enables free-Html posting with CC and BCC. Be aware that these CC and BCC emails may affect the reporting of transactional emails. Please use them after consulting the RMC IT Support Team.

    PostHtmlWithType

    Enables free-Html posting with type.

    PostHtmlWithTypeCCandBCC

    Enables free-Html posting with type and with CC and BCC. Be aware that these CC and BCC emails may affect the reporting of transactional emails. Please use them after consulting RMC Support Team.

    PostHtmlWithTypeKeyIDAndCustomParams

    Enables free-Html posting with Type, Key_ID and Custom Fields.

    PostTransactionalEmailWithHtmlTemplate

    Enables Transactional Email with HTML Template posting.

    PostTransactionalEmailWithXsltTemplate

    Enables Transactional Email with XSLT Template posting.

     




    Warning

    To interact with any Web Services, developers must first use the Login method to create a

    Status
    subtletrue
    colourRed
    title Service Ticket
    . Developers can send requests to other Web Service and methods using this
    Status
    subtletrue
    colourRed
    title Service Ticket
    .

     



    PostHtml 
    Anchor
    posthtml
    posthtml

    Back to Top ^

    <PostHtml>
    Enables free-Html posting.

    Parameters

     


     
    ParameterValue
    ServiceTicketServiceTicket obtained through Login

    Status
    colourGreen
    titlemandatory

    FromNameSender's name

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email

    Status
    colourGreen
    titlemandatory

    SubjectEmail subject

    Status
    colourGreen
    titlemandatory

    HtmlBodyEmail content

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for HTML

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email

    Status
    colourYellow
    titleoptional

     

     


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/soap2003/05/soap-envelope/">
      <soap<soap12:Body>
        <PostHtml xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <Subject>string</Subject>
          <HtmlBody>string</HtmlBody>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
          <PlainTextBody>string</PlainTextBody>
        </PostHtml>
      </soapsoap12:Body>
    </soapsoap12:Envelope>

     

     


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlResponse xmlns="http://ws.euromsg.com/post">
          <PostHtmlResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostHtmlResult>
        </PostHtmlResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    Status
    subtletrue
    colourRed
    titleHtmlBody
    parameter must always have HTML, Head and Body Tags.


    Note

    Status
    subtletrue
    colourRed
    titleFromName
    and
    Status
    subtletrue
    colourRed
    titleFromAddress
     
    parameters are pre-defined in your account. You can access these information from settings>sending path.


    Note

    This service allows you to send informative emails only based on user's actions like account activation, password reset, order confirmation. Advertising/promotional content are excluded. Please contact RMC Technical Client Support Team to obtain more information about sending transactional emails with promotional content.

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid email address!Incorrect/invalid sender email address.
    99Not a valid from name!The FromName information was not defined in your account.
    99Not a valid from address!The  FromAdress information was not defined in your account.
    99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.
    99Not a valid HTML!HTML content format is incorrect.
     
    550Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.



    PostHtmlWithType 
    Anchor
    posthtmwtype
    posthtmwtype

    Back to Top ^

    <PostHtmlWithType>
    Enables free-Html posting with type.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login

    Status
    colourGreen
    titlemandatory

    FromNameSender's name

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email

    Status
    colourGreen
    titlemandatory

    SubjectEmail subject

    Status
    colourGreen
    titlemandatory

    HtmlBodyEmail content

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for HTML

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email

    Status
    colourYellow
    titleoptional

    PostTypeType of the email to be sent

    Status
    colourGreen
    titlemandatory

     

     



    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithType xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <Subject>string</Subject>
          <HtmlBody>string</HtmlBody>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
          <PostType>string</PostType>
          <PlainTextBody>string</PlainTextBody>
        </PostHtmlWithType>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/soap2003/05/soap-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithTypeResponse xmlns="http://ws.euromsg.com/post">
          <PostHtmlWithTypeResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostHtmlWithTypeResult>
        </PostHtmlWithTypeResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    Status
    subtletrue
    colourRed
    titleHtmlBody
    parameter must always have HTML, Head and Body Tags.


    Note

    Status
    subtletrue
    colourRed
    titleFromName
    and
    Status
    subtletrue
    colourRed
    titleFromAddress
     
    parameters are pre-defined in your account. You can access these information from settings>sending path.

     

     



    Note

    PostType parameter is used to group the sent SMS messages for reporting purposes. This is not a predefined parameter. For example for email Password Reminder messages

    Status
    subtletrue
    colourRed
    titlePassword Reminder
     can be be used as value.


    Note

    This service allows you to send informative emails only based on user's actions like account activation, password reset, order confirmation. Advertising/promotional content are excluded. Please contact RMC Technical Client Support to obtain more information about sending transactional emails with promotional content.

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid email address!Incorrect/invalid sender email address.
    99Not a valid from name!The FromName information was not defined in your account.
    99Not a valid from address!The  FromAdress information was not defined in your account.
    99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.
    99Not a valid HTML!HTML content format is incorrect.
     



    PostHtmlWithCCandBCC 
    Anchor
    postwccnbcc
    postwccnbcc

    Back to Top ^

    <PostHtmlWithCCandBCC>
    Enables free-Html posting with CC and BCC.

    Parameters

     


     
    ParameterValue
    ServiceTicketServiceTicket obtained through Login

    Status
    colourGreen
    titlemandatory

    FromNameSender's name

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email

    Status
    colourGreen
    titlemandatory

    SubjectEmail subject

    Status
    colourGreen
    titlemandatory

    HtmlBodyEmail content

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for HTML

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address

    Status
    colourGreen
    titlemandatory

    CCEmailAddressEmail addresses to be included in CC

    Status
    colourGreen
    titlemandatory

    BCCEmailAddressEmail addresses to be included in BCC

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email

    Status
    colourYellow
    titleoptional


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithCCandBCC xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <Subject>string</Subject>
          <HtmlBody>string</HtmlBody>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <CCEmailAddress>string</CCEmailAddress>
          <BCCEmailAddress>string</BCCEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
          <PlainTextBody>string</PlainTextBody>
        </PostHtmlWithCCandBCC>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithCCandBCCResponse xmlns="http://ws.euromsg.com/post">
          <PostHtmlWithCCandBCCResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostHtmlWithCCandBCCResult>
        </PostHtmlWithCCandBCCResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful,

    Status
    subtletrue
    colourRed
    titleCode
     the parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    Status
    subtletrue
    colourRed
    titleHtmlBody
    parameter must always have HTML, Head and Body Tags.


    Note

    Status
    subtletrue
    colourRed
    titleFromName
    and
    Status
    subtletrue
    colourRed
    titleFromAddress
     parameters are pre-defined in your account. You can access these information from settings>sending path.

     



     

    Note

    This service allows you to send informative emails only based on user's actions like account activation, password reset, order confirmation. Advertising/promotional content are excluded. Please contact our support team to obtain more information about sending transactional emails with promotional content.


    Warning

    If any of the recipients in CC, BCC or the original recipient gives a response to an email; the email will be marked as "read". The detail as to which user has given the first response is not stored. Even if only one of the 3 recipient reads the email, the email will be reported as

    Status
    subtletrue
    colourRed
    titleREAD
    .

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid email address!Incorrect/invalid sender email address.
    99Not a valid from name!The FromName information was not defined in your account.
    99Not a valid from address!The  FromAdress information was not defined in your account.
    99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.
    99Not a valid HTML!HTML content format is incorrect.
     
    550Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.



    PostHtmlWithTypeCCandBCC 
    Anchor
    posthtmlwtype
    posthtmlwtype

    Back to Top ^

    <PostHtmlWithTypeCCandBCC>
    Enables free-Html posting with Type, CC and BCC

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login

    Status
    colourGreen
    titlemandatory

    FromNameSender's name

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email.

    Status
    colourGreen
    titlemandatory

    SubjectEmail subject.

    Status
    colourGreen
    titlemandatory

    HtmlBodyEmail content.

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for HTML.

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name.

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address.

    Status
    colourGreen
    titlemandatory

    CCEmailAddressEmail addresses to be included in CC.

    Status
    colourGreen
    titlemandatory

    BCCEmailAddressEmail addresses to be included in BCC.

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email.

    Status
    colourYellow
    titleoptional

    PostTypeType of the email to be sent.

    Status
    colourGreen
    titlemandatory


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithTypeCCandBCC xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <Subject>string</Subject>
          <HtmlBody>string</HtmlBody>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <CCEmailAddress>string</CCEmailAddress>
          <BCCEmailAddress>string</BCCEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
          <PostType>string</PostType>
          <PlainTextBody>string</PlainTextBody>
        </PostHtmlWithTypeCCandBCC>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithTypeCCandBCCResponse xmlns="http://ws.euromsg.com/post">
          <PostHtmlWithTypeCCandBCCResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostHtmlWithTypeCCandBCCResult>
        </PostHtmlWithTypeCCandBCCResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful,

    Status
    subtletrue
    colourRed
    titleCode
     the parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    Status
    subtletrue
    colourRed
    titleHtmlBody
    parameter must always have HTML, Head and Body Tags.


    Note

    Status
    subtletrue
    colourRed
    titleFromName
    and
    Status
    subtletrue
    colourRed
    titleFromAddress
     parameters are pre-defined in your account. You can access these information from settings>sending path.

     



     

    Note

    This service allows you to send informative emails only based on user's actions like account activation, password reset, order confirmation. Advertising/promotional content are excluded in this service. Please contact RMC Technical Client Support Team to obtain more information about sending transactional emails with promotional content.

     



     

    Note

    PostType parameter is used to group the sent SMS messages for reporting purposes. This is not a predefined parameter. For example for email Password Reminder messages

    Status
    subtletrue
    colourRed
    titlePassword Reminder
     can be be used as value.


    Warning

    If any of the recipients in CC, BCC or the original recipient gives a response to an email; the email will be marked as "read". The detail as to which user has given the first response is not stored. Even if only one of the 3 recipient reads the email, the email will be reported as

    Status
    subtletrue
    colourRed
    titleREAD
    .

    Error Parameters


     

    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid email address!Incorrect/invalid sender email address.
    99Not a valid from name!The FromName information was not defined in your account.
    99Not a valid from address!The  FromAdress information was not defined in your account.
    99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.
    99Not a valid HTML!HTML content format is incorrect.
     



    PostHtmlWithTypeKeyIDAndCustomParams 
    Anchor
    params
    params

    Back to Top ^

    <PostHtmlWithTypeKeyIDAndCustomParams>
    Enables free-Html posting with Type, Key_ID and Custom Fields.

    Parameters


     

    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    FromNameSender's name.

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address.

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email.

    Status
    colourGreen
    titlemandatory

    SubjectSubject line.

    Status
    colourGreen
    titlemandatory

    HtmlBodyEmail content.

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for HTML.

    Status
    colourGreen
    titlemandatory

    ToNameRecipient name.

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address.

    Status
    colourGreen
    titlemandatory

    CC

    Email addresses to add to CC

    Status
    colourYellow
    titleoptional

    BCC

    Email addresses to add to bCC

    Status
    colourYellow
    titleoptional

    AttachmentsAttachments to be included in the email.

    Status
    colourYellow
    titleoptional

    PostTypeType of email to be sent.

    Status
    colourGreen
    titlemandatory

    KeyIDRecipient KEY_ID information.

    Status
    colourGreen
    titlemandatory

    CustomParamsCustom parameters found in the email (Ex. promotion code).

    Status
    colourGreen
    titlemandatory


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/soap2003/envelope05/soap-envelope">
      <soap<soap12:Body>
        <PostHtmlWithTypeKeyIDAndCustomParams xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <Subject>string</Subject>
          <HtmlBody>string</HtmlBody>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
          <PostType>string</PostType>
          <KeyID>string</KeyID>
          <CustomParams>string</CustomParams>
          <CC>
            <string>string</string>
            <string>string</string>
          </CC>
          <BCC>
            <string>string</string>
            <string>string</string>
          </BCC>
          <PlainTextBody>string</PlainTextBody>
        </PostHtmlWithTypeKeyIDAndCustomParams>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostHtmlWithTypeKeyIDAndCustomParamsResponse xmlns="http://ws.euromsg.com/post">
          <PostHtmlWithTypeKeyIDAndCustomParamsResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostHtmlWithTypeKeyIDAndCustomParamsResult>
        </PostHtmlWithTypeKeyIDAndCustomParamsResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    Status
    subtletrue
    colourRed
    titleHtmlBody
    parameter must always have HTML, Head and Body Tags.


    Note

    Status
    subtletrue
    colourRed
    titleFromName
    and
    Status
    subtletrue
    colourRed
    titleFromAddress
     parameters are pre-defined in your account. You can access these information from settings>sending path.

     



     

    Note

    This service allows you to send informative emails only based on user's actions like account activation, password reset, order confirmation. Advertising/promotional content are excluded in this service. Please contact our support team to obtain more information about sending transactional emails with promotional content.

     



     

    Note

    PostType parameter is used to group the sent SMS messages for reporting purposes. This is not a predefined parameter. For example for email Password Reminder messages

    Status
    subtletrue
    colourRed
    titlePassword Reminder
     can be be used as value.

     

     



    Warning

    If any of the recipients in CC, BCC or the original recipient gives a response to an email; the email will be marked as "read". The detail as to which user has given the first response is not stored. Even if only one of the 3 recipient reads the email, the email will be reported as

    Status
    subtletrue
    colourRed
    titleREAD
    .

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid email address!Incorrect/invalid recipient email address.
    99Not a valid from name!The from name information was not defined in your account.
    99Not a valid from address!The from address information was not defined in your account.
    99Email address exist in blacklist!A previous transactional email was marked as spam by the email recipient.
    99Not a valid HTML!HTML content format is incorrect.

     



    GetPostResult 
    Anchor
    getpostresult
    getpostresult

    Back to Top ^

    <GetPostResult>
    Queries the status of a transactional email sent.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    PostIDEmail ID in question.

    Status
    colourGreen
    titlemandatory


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostResult xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <PostID>string</PostID>
        </GetPostResult>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostResultResponse xmlns="http://ws.euromsg.com/post">
          <GetPostResultResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </GetPostResultResult>
        </GetPostResultResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
    parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    PostID parameter is the 32 bytes long ID returned from the service after the transactional email is sent.

    Error Parameters

     


    CodeError MessageDescriptiom
    9998No session. Please try re-logon.No active sessions found. Try login again.
     



    GetPostBulkResult 
    Anchor
    getbulkresult
    getbulkresult

    Back to Top ^

    <GetPostBulkResult>
    Queries the status of transactional emails sent between two dates.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    BeginDateReport beginning date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory

    EndDateReport ending date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory


    Delivery Status 

    code

    Values

    language

    Description

    xmltitleREQUEST EXAMPLElinenumberstrue<?xml version="1.

    HU-HB

    Invalid domain or username. Errors like ip blocking.

    HJ

    Marked as spam.

    SU

    Mails that cannot be sent to the mail address in an instant. Errors like full of mail box or temporary dns error.

    HT

    Disposable E-mails are named as HT by Euromessage. No delivery to those addresses.

    RE

    Delivery is completed. No response from user.

    RD

    Read by user.


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResult xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <BeginDate>string</BeginDate>
          <EndDate>string</EndDate>
        </GetPostBulkResult>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResultResponse xmlns="http://ws.euromsg.com/post">
          <GetPostBulkResultResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </GetPostBulkResultResult>
          <BulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
          </BulkReport>
        </GetPostBulkResultResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    The date range is limited to a maximum of 24 hours.


    Note

    Date format is

    Status
    subtletrue
    colourRed
    titleyyyy-MM-dd hh:mm:ss
    .

    Error Parameters


     

    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid date!The date range entered exceeds 24 hours.
     



    GetPostBulkBounceResult  
    Anchor
    bounceresult
    bounceresult

    Back to Top ^


     

    <GetPostBulkBounceResult>
    Queries the transactional emails reported as invalid or undelivered between two dates.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    BeginDateReport start date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory

    EndDateReport end date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkBounceResult xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <BeginDate>string</BeginDate>
          <EndDate>string</EndDate>
        </GetPostBulkBounceResult>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkBounceResultResponse xmlns="http://ws.euromsg.com/post">
          <GetPostBulkBounceResultResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </GetPostBulkBounceResultResult>
          <BulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
          </BulkReport>
        </GetPostBulkBounceResultResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    The date range is limited to a maximum of 24 hours.


    Note

    Date format is

    Status
    subtletrue
    colourRed
    titleyyyy-MM-dd hh:mm:ss
    .

    Error Parameters 


     

    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid date!The date range entered exceeds 24 hours.

     



    GetPostBulkResultByLastUpdate 
    Anchor
    lastupdate
    lastupdate

    Back to Top ^

    <GetPostBulkResultByLastUpdate>

    Queries the transactional emails with changed results (read, reported as invalid etc) between two dates.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    BeginDateReport start date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory

    EndDateReport end date. Date format must be dd.mm.yyyy

    Status
    colourGreen
    titlemandatory


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResultByLastUpdate xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <BeginDate>string</BeginDate>
          <EndDate>string</EndDate>
        </GetPostBulkResultByLastUpdate>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResultByLastUpdateResponse xmlns="http://ws.euromsg.com/post">
          <GetPostBulkResultByLastUpdateResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </GetPostBulkResultByLastUpdateResult>
          <BulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
            </EmPostBulkReport>
          </BulkReport>
        </GetPostBulkResultByLastUpdateResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope> Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    The date range is limited to a maximum of 24 hours.


    Note

    Date format is

    Status
    subtletrue
    colourRed
    titleyyyy-MM-dd hh:mm:ss
    .

     



     

    Note

    Function returns an email list including only emails for which the deliverability status has changed. For example: if 100 emails are sent, 20 of them are read and 15 of them are invalid or undelivered, the service returns the data only for those 35 emails.

    Error Parameters


     

    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Not a valid date!The date range entered exceeds 24 hours.
     



    GetPostBulkResultByPostId 
    Anchor
    resultbypostid
    resultbypostid

    Back to Top ^

    <GetPostBulkResultByPostId>
    Queries the status of transactional emails related to the PostID's.

    Parameters


     

    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    postIdsPostID's to question.

    Status
    colourGreen
    titlemandatory

    Delivery Status 


    Values

    Description

    HU-HB

    Invalid domain or username. Errors in cases such as ip blocking.

    HJ

    Marking as spam.

    SU

    Mails that cannot be sent to the mail address in an instant. Errors in cases such as full of mail box or temporary dns error.

    HT

    Disposable E-mails named as HT by Euromessage. No delivery to these addresses.

    RE

    Delivery is provided. No response from user.

    RD

    Read by user.


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResultByPostId xmlns="http://ws.euromsg.com/post">
          <serviceTicket>string</serviceTicket>
          <postIds>
            <string>string</string>
            <string>string</string>
          </postIds>
        </GetPostBulkResultByPostId>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <GetPostBulkResultByPostIdResponse xmlns="http://ws.euromsg.com/post">
          <GetPostBulkResultByPostIdResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </GetPostBulkResultByPostIdResult>
          <bulkResult>
            <EmPostResult>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
              <FromAdress>string</FromAdress>
              <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
              <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
              <ToAddress>string<<Subject>string</ToAddress>Subject>
            </EmPostResult>
            <EmPostResult>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              <RelayBounceTime>string</RelayBounceTime>
              <LastUpdateTime>string</LastUpdateTime>
              <FromAdress>string</FromAdress>
              <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
              <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
              <ToAddress>string<<Subject>string</ToAddress>Subject>
            </EmPostResult>
          </bulkResult>
        </GetPostBulkResultByPostIdResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
     



    PostTransactionalEmailWithHtmlTemplate 
    Anchor
    htmltemplate
    htmltemplate

    Back to Top ^

    <PostTransactionalEmailWithHtmlTemplate>
    Enables Transactional Email with HTML Template posting.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    FromNameSender's name.

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address.

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email.

    Status
    colourGreen
    titlemandatory

    TemplateNameTemplate name for the email to be sent.

    Status
    colourGreen
    titlemandatory

    SubjectVariablesVariables list to be used in the subject line.

    Status
    colourGreen
    titlemandatory

    BodyVariablesList of variables to be used in the email body.

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for the email template.

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name.

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address.

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email.

    Status
    colourYellow
    titleoptional


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostTransactionalEmailWithHtmlTemplate xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <TemplateName>string</TemplateName>
          <SubjectVariables>
            <EmKeyValue>
              <Key>string</Key>
              <Value>string</Value>
            </EmKeyValue>
            <EmKeyValue>
              <Key>string</Key>
              <Value>string</Value>
            </EmKeyValue>
          </SubjectVariables>
          <BodyVariables>
            <EmKeyValue>
              <Key>string</Key>
              <Value>string</Value>
            </EmKeyValue>
            <EmKeyValue>
              <Key>string</Key>
              <Value>string</Value>
            </EmKeyValue>
          </BodyVariables>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
        </PostTransactionalEmailWithHtmlTemplate>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostTransactionalEmailWithHtmlTemplateResponse xmlns="http://ws.euromsg.com/post">
          <PostTransactionalEmailWithHtmlTemplateResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ReplyAdress>string<<ToAddress>string</ReplyAdress>ToAddress>
            <Subject>string<<ReplyAdress>string</Subject>ReplyAdress>
            <ToAddress>string<<Subject>string</ToAddress>Subject>
          </PostTransactionalEmailWithHtmlTemplateResult>
        </PostTransactionalEmailWithHtmlTemplateResponse>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    You can use the

    Status
    subtletrue
    colourRed
    titleCreateTransactionalEmailTemplate
    function in the
    Status
    subtletrue
    colourRed
    titletemplate.asmx
    service in order to define the template that will be used in this function.

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Invalid from name!The from name information was not defined in your account.
    99Not a valid from address!The from address information was not defined in your account.
    99No session. Please try re-logon.No active sessions found. Try login again.
    99Email address exist in blacklist!A previous transactional email was marked as spam by the email recipient.
     



    PostTransactionalEmailWithXsltTemplate 
    Anchor
    xlstemplate
    xlstemplate

    Back to Top ^

    <PostTransactionalEmailWithXsltTemplate>
    Enables Transactional Email with XSLT Template posting.

    Parameters

     


    ParameterValue 
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    FromNameSenders's name.

    Status
    colourGreen
    titlemandatory

    FromAddressSender's email address.

    Status
    colourGreen
    titlemandatory

    ReplyAddressReply address that will appear on the email.

    Status
    colourGreen
    titlemandatory

    TemplateNameTemplate name for the email to be sent.

    Status
    colourGreen
    titlemandatory

    SubjectVariablesVariables list to be used in the subject line.

    Status
    colourGreen
    titlemandatory

    BodyVariablesList of variables to be used in the email body.

    Status
    colourGreen
    titlemandatory

    CharsetCharacter set for the email template.

    Status
    colourGreen
    titlemandatory

    ToNameRecipient's name.

    Status
    colourGreen
    titlemandatory

    ToEmailAddressRecipient's email address.

    Status
    colourGreen
    titlemandatory

    AttachmentsAttachments to be included in the email.

    Status
    colourYellow
    titleoptional


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
      <soap<soap12:Body>
        <PostTransactionalEmailWithXsltTemplate xmlns="http://ws.euromsg.com/post">
          <ServiceTicket>string</ServiceTicket>
          <FromName>string</FromName>
          <FromAddress>string</FromAddress>
          <ReplyAddress>string</ReplyAddress>
          <TemplateName>string</TemplateName>
          <Xml>string</Xml>
          <Charset>string</Charset>
          <ToName>string</ToName>
          <ToEmailAddress>string</ToEmailAddress>
          <Attachments>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
            <EmAttachment>
              <Name>string</Name>
              <Type>string</Type>
              <Content>base64Binary</Content>
            </EmAttachment>
          </Attachments>
        </PostTransactionalEmailWithXsltTemplate>
      </soapsoap12:Body>
    </soapsoap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
      <soap12:Body>
        <PostTransactionalEmailWithXsltTemplate<PostTransactionalEmailWithXsltTemplateResponse xmlns="http://ws.euromsg.com/post">
          <PostTransactionalEmailWithXsltTemplateResult>
              <ServiceTicket>string</ServiceTicket>  <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ToAddress>string</ToAddress>
            <ReplyAdress>string</ReplyAdress>
            <Subject>string</Subject>
          </PostTransactionalEmailWithXsltTemplateResult>
        </PostTransactionalEmailWithXsltTemplateResponse>
      </soap12:Body>
    </soap12:Envelope>


    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    as a response.


    Note

    You can use the

    Status
    subtletrue
    colourRed
    titleCreateTransactionalEmailTemplate
    function in the
    Status
    subtletrue
    colourRed
    titletemplate.asmx
    service in order to define the template that will be used in this function.

    Error Parameters


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Invalid from name!The from name information was not defined in your account.
    99Not a valid from address!The from address information was not defined in your account.
    99No session. Please try re-logon.No active sessions found. Try login again.
    99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.



    GetPostBulkResultWithOptional 
    Anchor
    GetPostBulkResultWithOptional
    GetPostBulkResultWithOptional

    Back to Top ^

    <GetPostBulkResultWithOptional>
    Queries the status of transactional emails related to the Optional.


    Note

    This method only shows the last 24 hours report from the start date (

    Status
    subtletrue
    colourRed
    titlebeginDateStr
    ).


    Parameters


    ParameterValue
    ServiceTicketServiceTicket obtained through Login.

    Status
    colourGreen
    titlemandatory

    beginDateStrEmail start date.

    Status
    colourGreen
    titlemandatory

    endDateStrEmail end date.
    postTypeType of email to be sent.
    toAddressRecipient's email address.


    Code Block
    languagexml
    titleREQUEST EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
      <soap12:Body>
        <GetPostBulkResultWithOptional xmlns="http://ws.euromsg.com/post">
          <serviceTicket>string</serviceTicket>
          <beginDateStr>string</beginDateStr>
          <endDateStr>string</endDateStr>
          <postType>string</postType>
          <toAddress>string</toAddress>
        </GetPostBulkResultWithOptional>
      </soap12:Body>
    </soap12:Envelope>


    Code Block
    languagexml
    titleRESPONSE EXAMPLE
    linenumberstrue
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
      <soap12:Body>
        <GetPostBulkResultWithOptionalResponse xmlns="http://ws.euromsg.com/post">
          <GetPostBulkResultWithOptionalResult>
            <PostID>string</PostID>
            <RelayStatus>string</RelayStatus>
            <DeliveryStatus>string</DeliveryStatus>
            <UndeliveryReason>string</UndeliveryReason>
            <MarkedSpam>boolean</MarkedSpam>
            <KeyID>string</KeyID>
            <CustomParams>string</CustomParams>
            <PostType>string</PostType>
            <ReadTime>string</ReadTime>
            <RelayBounceTime>string</RelayBounceTime>
            <LastUpdateTime>string</LastUpdateTime>
            <FromAdress>string</FromAdress>
            <ToAddress>string</ToAddress>
            <ReplyAdress>string</ReplyAdress>
            <Subject>string</Subject>
          </GetPostBulkResultWithOptionalResult>
          <BulkReport>
            <EmPostBulkReport>
              <PostID>string</PostID>
              <RelayStatus>string</RelayStatus>
              <DeliveryStatus>string</DeliveryStatus>
              <UndeliveryReason>string</UndeliveryReason>
              <MarkedSpam>boolean</MarkedSpam>
              <KeyID>string</KeyID>
              <CustomParams>string</CustomParams>
              <PostType>string</PostType>
              <ReadTime>string</ReadTime>
              
    <FromName>string<
    <RelayBounceTime>string</
    FromName>
    RelayBounceTime>
          
    <FromAddress>string</FromAddress>
        <LastUpdateTime>string</LastUpdateTime>
      
    <ReplyAddress>string</ReplyAddress>
          
    <TemplateName>string<
    </
    TemplateName>
    EmPostBulkReport>
          
    <Xml>string</Xml>
      <EmPostBulkReport>
        
    <Charset>string</Charset>
          
    <ToName>string<
    <PostID>string</
    ToName>
    PostID>
          
    <ToEmailAddress>string</ToEmailAddress>
        <RelayStatus>string</RelayStatus>
      
    <Attachments>
            
    <EmAttachment>
    <DeliveryStatus>string</DeliveryStatus>
              
    <Name>string<
    <UndeliveryReason>string</
    Name>
    UndeliveryReason>
              
    <Type>string<
    <MarkedSpam>boolean</
    Type>
    MarkedSpam>
              
    <Content>base64Binary<
    <KeyID>string</
    Content>
    KeyID>
              
    <
    <CustomParams>string</
    EmAttachment>
    CustomParams>
              
    <EmAttachment>
    <PostType>string</PostType>
              
    <Name>string<
    <ReadTime>string</
    Name>
    ReadTime>
              
    <Type>string<
    <RelayBounceTime>string</
    Type>
    RelayBounceTime>
              
    <Content>base64Binary<
    <LastUpdateTime>string</
    Content>
    LastUpdateTime>
            </
    EmAttachment>
    EmPostBulkReport>
          </
    Attachments>
    BulkReport>
        </
    PostTransactionalEmailWithXsltTemplate>
    GetPostBulkResultWithOptionalResponse>
      </soap12:Body>
    </soap12:Envelope>


    as a response.

    Tip

    If the request was successful, the

    Status
    subtletrue
    colourRed
    titleCode
     parameter will return
    Status
    subtletrue
    colourRed
    title00
    NoteYou can use

    , the

    Status
    subtletrue
    colourRed
    title

    CreateTransactionalEmailTemplate function in the

    Code
     parameter will return
    Status
    subtletrue
    colourRed
    title

    template.asmx service in order to define the template that will be used in this function

    00
    as a response.

    Error Parameters

     


    CodeError MessageDescription
    9998No session. Please try re-logon.No active sessions found. Try login again.
    99Invalid from name!The from name information was not defined in your account.99Not a valid from address!The from address information was not defined in your account.99No session. Please try re-logon.No active sessions found. Try login again.99Email address exist in blacklist!A previous transactional email was marked as spam by email recipient.

     

     

     

     




    Parent Topic: SOAP Web Service