Versions Compared

Key

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

Status
colourGreen
titlepost
 
Anchor
toptran
toptran

Service URLpost.asmx

 

Transactional Email web servisini kullanarak, şifremi unuttum, siparişiniz kargoda, siparişiniz teslim edildi gibi işlemsel e-postalar gönderebilir ve analiz için bunların sonuçlarını çekebilirsiniz.

Transactional Email web servisine ait aşağıda ki metodlar bulunmaktadır.

 

MethodDescription
GetPostBulkBounceResultGets Bulk Bounce Result for Transactional Messages between two dates.
GetPostBulkResultGets Bulk Result for Transactional Messages between two dates.
GetPostBulkResultByLastUpdateGets Bulk Result for Transactional Messages between two last update dates.
GetPostBulkResultByPostIdGets Delivery Report for Transactional Messages, out parameter gives the message results.
GetPostBulkResultWithOptionalGets Bulk Result for Transactional Messages between two dates and Optional Post Type and To Adress.
GetPostResultGets Delivery Report for a Transactional Message.
PostHtmlEnables free-Html posting.
PostHtmlWithCCandBCCEnables 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.
PostHtmlWithTypeEnables free-Html posting with type.
PostHtmlWithTypeCCandBCCEnables 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 IT Support Team.
PostHtmlWithTypeKeyIDAndCustomParamsEnables free-Html posting with Type, Key_ID and Custom Fields.
PostTransactionalEmailWithHtmlTemplateEnables Transactional Template Html posting.
PostTransactionalEmailWithXsltTemplateEnables Transactional Template Html posting.

 

 

Warning

Geliştiricinin her hangi bir web servis ile etkileşime geçebilmesi için, öncelikle Login metodunu kullanarak bir 

Status
subtletrue
colourRed
title Service Ticket
 alması gerekir. Diğer web servis ve metodlarına yaratmış olduğu bu değer ile istekte bulunabilir.

 


PostHtml 
Anchor
posthtml
posthtml

Back to Top ^

<PostHtml>
Bir adrese transactional bir e-posta gönderilmesini sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
    </PostHtml>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostHtmlResult>
    </PostHtmlResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
HtmlBody parametresi html, head ve body taglerini mutlaka içermelidir.
Note
Gönderimlerinizde kullanacağınız from name ve from address bilgileri hesabınızda kayıtlı olmalıdır. Bu bilgilere arayüzde ayarlar>gönderi bilgileriniz yolunu izleyerek ulaşabilirsiniz.
Note

Bu serviste yalnızca kullanıcının aldığı bir aksiyona ilişkin şifre hatırlatma, aktivasyon, sipariş bilgisi gibi reklam/tanıtım içeriği olmayan bilgilendirme e-postalarının gönderilmesine izin verebiliyoruz. Eğer reklam/tanıtım içerikli transactional e-postalar gönderecekseniz, lütfen teknik ekibimizle iletişime geçiniz.

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!Improperly formatted HTML.

 


PostHtmlWithType 
Anchor
posthtmwtype
posthtmwtype

Back to Top ^

<PostHtmlWithType>
Bir adrese transactional bir e-posta gönderilmesini sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
    </PostHtmlWithType>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostHtmlWithTypeResult>
    </PostHtmlWithTypeResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
HtmlBody parametresi html, head ve body taglerini mutlaka içermelidir.
Note
Gönderimlerinizde kullanacağınız from name ve from address bilgileri hesabınızda kayıtlı olmalıdır. Bu bilgilere arayüzde ayarlar>gönderi bilgileriniz yolunu izleyerek ulaşabilirsiniz.
Note

PostType parametresi gönderilen e-postaları raporlarken gruplama yapabilmek adına kullanılır. Bu ön tanımlı bir parametre değildir. Örnek olarak şifre hatırlatma mailleri için 

Status
subtletrue
colourRed
titleŞifre Hatırlatma
 gibi bir değer kullanılabilir.

Note

Bu serviste yalnızca kullanıcının aldığı bir aksiyona ilişkin şifre hatırlatma, aktivasyon, sipariş bilgisi gibi reklam/tanıtım içeriği olmayan bilgilendirme e-postalarının gönderilmesine izin verebiliyoruz. Eğer reklam/tanıtım içerikli transactional e-postalar gönderecekseniz, lütfen teknik ekibimizle iletişime geçiniz.

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!Improperly formatted HTML.

 


PostHtmlWithCCandBCC 
Anchor
postwccnbcc
postwccnbcc

Back to Top ^

<PostHtmlWithCCandBCC>
Bir adrese transactional bir e-posta gönderilmesini sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
    </PostHtmlWithCCandBCC>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostHtmlWithCCandBCCResult>
    </PostHtmlWithCCandBCCResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
HtmlBody parametresi html, head ve body taglerini mutlaka içermelidir.
Note
Gönderimlerinizde kullanacağınız from name ve from address bilgileri hesabınızda kayıtlı olmalıdır. Bu bilgilere arayüzde ayarlar>gönderi bilgileriniz yolunu izleyerek ulaşabilirsiniz.
Note

Bu serviste yalnızca kullanıcının aldığı bir aksiyona ilişkin şifre hatırlatma, aktivasyon, sipariş bilgisi gibi reklam/tanıtım içeriği olmayan bilgilendirme e-postalarının gönderilmesine izin verebiliyoruz. Eğer reklam/tanıtım içerikli transactional e-postalar gönderecekseniz, lütfen teknik ekibimizle iletişime geçiniz.

Warning

Gönderilen e-postalarda eğer cc yada bcc’deki adreslerden biri okuma yaparsa, e-posta yine de okundu olarak raporlanır. Raporlama esnasında hangi kullanıcının ilk okuma yaptığına ilişkin bir detay tutulmaz. Üç adresten yalnızca biri okuma yapsa bile e-posta

Status
subtletrue
colourRed
titleokundu
 olarak raporlanır.

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!Improperly formatted HTML.

 


PostHtmlWithTypeCCandBCC 
Anchor
posthtmlwtype
posthtmlwtype

Back to Top ^

<PostHtmlWithTypeCCandBCC>
Bir adrese transactional bir e-posta gönderilmesini sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
    </PostHtmlWithTypeCCandBCC>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostHtmlWithTypeCCandBCCResult>
    </PostHtmlWithTypeCCandBCCResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
HtmlBody parametresi html, head ve body taglerini mutlaka içermelidir.
Note
Gönderimlerinizde kullanacağınız from name ve from address bilgileri hesabınızda kayıtlı olmalıdır. Bu bilgilere arayüzde ayarlar>gönderi bilgileriniz yolunu izleyerek ulaşabilirsiniz.
Note

Bu serviste yalnızca kullanıcının aldığı bir aksiyona ilişkin şifre hatırlatma, aktivasyon, sipariş bilgisi gibi reklam/tanıtım içeriği olmayan bilgilendirme e-postalarının gönderilmesine izin verebiliyoruz. Eğer reklam/tanıtım içerikli transactional e-postalar gönderecekseniz, lütfen teknik ekibimizle iletişime geçiniz.

Note

PostType parametresi gönderilen e-postaları raporlarken gruplama yapabilmek adına kullanılır. Bu ön tanımlı bir parametre değildir. Örnek olarak şifre hatırlatma mailleri için 

Status
subtletrue
colourRed
titleŞifre Hatırlatma
 gibi bir değer kullanılabilir.

Warning

Gönderilen e-postalarda eğer cc yada bcc’deki adreslerden biri okuma yaparsa, e-posta yine de okundu olarak raporlanır. Raporlama esnasında hangi kullanıcının ilk okuma yaptığına ilişkin bir detay tutulmaz. Üç adresten yalnızca biri okuma yapsa bile e-posta

Status
subtletrue
colourRed
titleokundu
 olarak raporlanır.

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!Improperly formatted HTML.

 


PostHtmlWithTypeKeyIDAndCustomParams 
Anchor
params
params

Back to Top ^

<PostHtmlWithTypeKeyIDAndCustomParams>
Bir adrese transactional bir e-posta gönderilmesini sağlar.

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

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
    </PostHtmlWithTypeKeyIDAndCustomParams>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostHtmlWithTypeKeyIDAndCustomParamsResult>
    </PostHtmlWithTypeKeyIDAndCustomParamsResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
HtmlBody parametresi html, head ve body taglerini mutlaka içermelidir.
Note
Gönderimlerinizde kullanacağınız from name ve from address bilgileri hesabınızda kayıtlı olmalıdır. Bu bilgilere arayüzde ayarlar>gönderi bilgileriniz yolunu izleyerek ulaşabilirsiniz.
Note

Bu serviste yalnızca kullanıcının aldığı bir aksiyona ilişkin şifre hatırlatma, aktivasyon, sipariş bilgisi gibi reklam/tanıtım içeriği olmayan bilgilendirme e-postalarının gönderilmesine izin verebiliyoruz. Eğer reklam/tanıtım içerikli transactional e-postalar gönderecekseniz, lütfen teknik ekibimizle iletişime geçiniz.

Note

PostType parametresi gönderilen e-postaları raporlarken gruplama yapabilmek adına kullanılır. Bu ön tanımlı bir parametre değildir. Örnek olarak şifre hatırlatma mailleri için 

Status
subtletrue
colourRed
titleŞifre Hatırlatma
 gibi bir değer kullanılabilir.

Warning

Gönderilen e-postalarda eğer cc yada bcc’deki adreslerden biri okuma yaparsa, e-posta yine de okundu olarak raporlanır. Raporlama esnasında hangi kullanıcının ilk okuma yaptığına ilişkin bir detay tutulmaz. Üç adresten yalnızca biri okuma yapsa bile e-posta

Status
subtletrue
colourRed
titleokundu
 olarak raporlanır.


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!Improperly formatted HTML.

 


GetPostResult 
Anchor
getpostresult
getpostresult

Back to Top ^

<GetPostResult>
Gönderilen bir transactional e-postanın durumunu sorgular.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPostResult xmlns="http://ws.euromsg.com/post">
      <ServiceTicket>string</ServiceTicket>
      <PostID>string</PostID>
    </GetPostResult>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </GetPostResultResult>
    </GetPostResultResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note
PostID parametresi, transactional e-posta gönderildikten sonra servisten dönen 32 byte’lık ID’dir.

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>
İki tarih aralığında gönderilen transactional e-postaların durumunu sorgular.

Parameters

 

ParameterValue 
ServiceTicketServiceTicket obtained through Login.

Status
colourGreen
titlemandatory

BeginDateReport beginning date.

Status
colourGreen
titlemandatory

EndDateReport ending date.

Status
colourGreen
titlemandatory

Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPostBulkResult xmlns="http://ws.euromsg.com/post">
      <ServiceTicket>string</ServiceTicket>
      <BeginDate>string</BeginDate>
      <EndDate>string</EndDate>
    </GetPostBulkResult>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </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>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note

Tarih aralığı maksimum 24 saat ile sınırlıdır.

Note
Tarih formatı yyyy-MM-dd hh:mm:ss şeklindedir.

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>
İki tarih aralığında geçersiz yada ulaşmayan adres olarak raporlanan transactional e-postaları sorgular.

Parameters

 

ParameterValue 
ServiceTicketServiceTicket obtained through Login.

Status
colourGreen
titlemandatory

BeginDateReport beginning date.

Status
colourGreen
titlemandatory

EndDateReport ending date.

Status
colourGreen
titlemandatory

Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPostBulkBounceResult xmlns="http://ws.euromsg.com/post">
      <ServiceTicket>string</ServiceTicket>
      <BeginDate>string</BeginDate>
      <EndDate>string</EndDate>
    </GetPostBulkBounceResult>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </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>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note

Tarih aralığı maksimum 24 saat ile sınırlıdır.

Note
Tarih formatı yyyy-MM-dd hh:mm:ss şeklindedir.

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>
İki tarih aralığında ulaşım durumu değişmiş(okunmuş, geçersiz raporlanmış vb.) transactional e-postaları sorgular.

Parameters

 

ParameterValue 
ServiceTicketServiceTicket obtained through Login.

Status
colourGreen
titlemandatory

BeginDateReport beginning date.

Status
colourGreen
titlemandatory

EndDateReport ending date.

Status
colourGreen
titlemandatory

Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPostBulkResultByLastUpdate xmlns="http://ws.euromsg.com/post">
      <ServiceTicket>string</ServiceTicket>
      <BeginDate>string</BeginDate>
      <EndDate>string</EndDate>
    </GetPostBulkResultByLastUpdate>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </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>
  </soap:Body>
</soap:Envelope> 
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note

Tarih aralığı maksimum 24 saat ile sınırlıdır.

Note
Tarih formatı yyyy-MM-dd hh:mm:ss şeklindedir.
Note

Fonksiyon iki tarih aralığında yalnızca ulaşım durumu değişen e-postaların listesini döner. Örnek olarak, gönderilen 100 e-posta arasından 20 tane okunmuş, 15 tanesi de geçersiz yada ulaşılamayan adres olarak raporlanmış olsun, servis yalnızca bu 35 e-postaya ilişkin detayları döner.

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>
Girilen PostID’lere ilişkin e-postaların durumunu sorgular.

Parameters

 

ParameterValue 
ServiceTicketServiceTicket obtained through Login.

Status
colourGreen
titlemandatory

postIdsPostID's to question.

Status
colourGreen
titlemandatory

Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPostBulkResultByPostId xmlns="http://ws.euromsg.com/post">
      <serviceTicket>string</serviceTicket>
      <postIds>
        <string>string</string>
        <string>string</string>
      </postIds>
    </GetPostBulkResultByPostId>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </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</ReplyAdress>
          <Subject>string</Subject>
          <ToAddress>string</ToAddress>
        </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</ReplyAdress>
          <Subject>string</Subject>
          <ToAddress>string</ToAddress>
        </EmPostResult>
      </bulkResult>
    </GetPostBulkResultByPostIdResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.

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>
Hesabınızda tanımlı bir HTML şablonu bir e-posta adresine gönderebilmenizi sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
  </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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</ReplyAdress>
        <Subject>string</Subject>
        <ToAddress>string</ToAddress>
      </PostTransactionalEmailWithHtmlTemplateResult>
    </PostTransactionalEmailWithHtmlTemplateResponse>
  </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note

Bu fonksiyonda gönderilecek şablonun hesabınıza tanımlanması için 

Status
subtletrue
colourRed
titletemplate.asmx
 servisindeki
Status
subtletrue
colourRed
titleCreateTransactionalEmailTemplate
 fonksiyonunu kullanabilirsiniz. 

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>
Hesabınızda tanımlı bir XSLT şablonu bir e-posta adresine gönderebilmenizi sağlar.

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:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap: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>
  </soap:Body>
</soap: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 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>
  </soap12:Body>
</soap12:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner.
Note

Bu fonksiyonda gönderilecek şablonun hesabınıza tanımlanması için 

Status
subtletrue
colourRed
titletemplate.asmx
 servisindeki
Status
subtletrue
colourRed
titleCreateTransactionalEmailTemplate
 fonksiyonunu kullanabilirsiniz. 

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.