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.

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameGönderilecek e-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressGönderilecek e-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressGönderilecek e-postanın cevap adresi

Status
colourGreen
titlemandatory

SubjectE-postanın konusu

Status
colourGreen
titlemandatory

HtmlBodyGönderilecek e-postanın içeriği

Status
colourGreen
titlemandatory

CharsetHTML içeriğin karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada gönderilecek ekler

Status
colourYellow
titleoptional

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid email address! Gönderilen alıcı e-posta adresi geçersiz/hatalı.
99Not a valid from name! Gönderilen FromName değeri hesapta kayıtlı değil.
99Not a valid from address! Gönderilen FromAdress değeri hesapta kayıtlı değil.
99Email address exist in blacklist! Alıcı e-posta adresi daha önce bir transactional e-postayı spam olarak işaretlemiş.
99Not a valid HTML! HTML içeriğin formatı hatalı.

 


PostHtmlWithType 
Anchor
posthtmwtype
posthtmwtype

Back to Top ^

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameGönderilecek e-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressGönderilecek e-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressGönderilecek e-postanın cevap adresi

Status
colourGreen
titlemandatory

SubjectE-postanın konusu

Status
colourGreen
titlemandatory

HtmlBodyGönderilecek e-postanın içeriği

Status
colourGreen
titlemandatory

CharsetHTML içeriğin karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada gönderilecek ekler

Status
colourYellow
titleoptional

PostTypeGönderilecek e-postanın tipi

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid email address! Gönderilen alıcı e-posta adresi geçersiz/hatalı.
99Not a valid from name! Gönderilen FromName değeri hesapta kayıtlı değil.
99Not a valid from address! Gönderilen FromAdress değeri hesapta kayıtlı değil.
99Email address exist in blacklist! Alıcı e-posta adresi daha önce bir transactional e-postayı spam olarak işaretlemiş.
99Not a valid HTML! HTML içeriğin formatı hatalı.

 


PostHtmlWithCCandBCC 
Anchor
postwccnbcc
postwccnbcc

Back to Top ^

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameGönderilecek e-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressGönderilecek e-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressGönderilecek e-postanın cevap adresi

Status
colourGreen
titlemandatory

SubjectE-postanın konusu

Status
colourGreen
titlemandatory

HtmlBodyGönderilecek e-postanın içeriği

Status
colourGreen
titlemandatory

CharsetHTML içeriğin karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı adresi

Status
colourGreen
titlemandatory

CCEmailAddressCC’de tutulacak e-posta adresi

Status
colourGreen
titlemandatory

BCCEmailAddressBCC’de tutulacak e-posta adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada gönderilecek ekler

Status
colourYellow
titleoptional

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid email address! Gönderilen alıcı e-posta adresi geçersiz/hatalı.
99Not a valid from name! Gönderilen FromName değeri hesapta kayıtlı değil.
99Not a valid from address! Gönderilen FromAdress değeri hesapta kayıtlı değil.
99Email address exist in blacklist! Alıcı e-posta adresi daha önce bir transactional e-postayı spam olarak işaretlemiş.
99Not a valid HTML! HTML içeriğin formatı hatalı.

 


PostHtmlWithTypeCCandBCC 
Anchor
posthtmlwtype
posthtmlwtype

Back to Top ^

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameGönderilecek e-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressGönderilecek e-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressGönderilecek e-postanın cevap adresi

Status
colourGreen
titlemandatory

SubjectE-postanın konusu

Status
colourGreen
titlemandatory

HtmlBodyGönderilecek e-postanın içeriği

Status
colourGreen
titlemandatory

CharsetHTML içeriğin karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı adresi

Status
colourGreen
titlemandatory

CCEmailAddressCC’de tutulacak e-posta adresi

Status
colourGreen
titlemandatory

BCCEmailAddressBCC’de tutulacak e-posta adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada gönderilecek ekler

Status
colourYellow
titleoptional

PostTypeGönderilen e-postanın tipi

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid email address! Gönderilen alıcı e-posta adresi geçersiz/hatalı.
99Not a valid from name! Gönderilen FromName değeri hesapta kayıtlı değil.
99Not a valid from address! Gönderilen FromAdress değeri hesapta kayıtlı değil.
99Email address exist in blacklist! Alıcı e-posta adresi daha önce bir transactional e-postayı spam olarak işaretlemiş.
99Not a valid HTML! HTML içeriğin formatı hatalı.

 


PostHtmlWithTypeKeyIDAndCustomParams 
Anchor
params
params

Back to Top ^

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameGönderilecek e-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressGönderilecek e-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressGönderilecek e-postanın cevap adresi

Status
colourGreen
titlemandatory

SubjectE-postanın konusu

Status
colourGreen
titlemandatory

HtmlBodyGönderilecek e-postanın içeriği

Status
colourGreen
titlemandatory

CharsetHTML içeriğin karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada gönderilecek ekler

Status
colourYellow
titleoptional

PostTypeGönderilen e-postanın tipi

Status
colourGreen
titlemandatory

KeyIDE-posta gönderilecek kullanıcıya ait KEY_ID bilgisi

Status
colourGreen
titlemandatory

CustomParamsE-posta içeriğinde yer alan özel parametreler (Örn. promosyon kodu)

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.


Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid email address! Gönderilen alıcı e-posta adresi geçersiz/hatalı.
99Not a valid from name! Gönderilen FromName değeri hesapta kayıtlı değil.
99Not a valid from address! Gönderilen FromAdress değeri hesapta kayıtlı değil.
99Email address exist in blacklist! Alıcı e-posta adresi daha önce bir transactional e-postayı spam olarak işaretlemiş.
99Not a valid HTML! HTML içeriğin formatı hatalı.

 


GetPostResult 
Anchor
getpostresult
getpostresult

Back to Top ^

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

PostIDDurumu sorgulanacak e-postaya ait ID

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.

 


GetPostBulkResult 
Anchor
getbulkresult
getbulkresult

Back to Top ^

<GetPostBulkResult>
İki tarih aralığında gönderilen transactional e-postaların durumunu sorgular.

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

BeginDateRapor başlangıç tarihi

Status
colourGreen
titlemandatory

EndDateRapor bitiş tarihi

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid date! Girilen tarih aralığı 24 saati aşıyor.

 


GetPostBulkBounceResult  
Anchor
bounceresult
bounceresult

Back to Top ^

 

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

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

BeginDateRapor başlangıç tarihi

Status
colourGreen
titlemandatory

EndDateRapor bitiş tarihi

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid date! Girilen tarih aralığı 24 saati aşıyor.

 


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.

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

BeginDateRapor başlangıç tarihi

Status
colourGreen
titlemandatory

EndDateRapor bitiş tarihi

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Not a valid date! Girilen tarih aralığı 24 saati aşıyor.

 


GetPostBulkResultByPostId 
Anchor
resultbypostid
resultbypostid

Back to Top ^

<GetPostBulkResultByPostId>
Girilen PostID’lere ilişkin e-postaların durumunu sorgular.

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

postIdsDurumu sorgulanacak PostID’ler

Status
colourGreen
titlemandatory

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.

 


PostTransactionalEmailWithHtmlTemplate 
Anchor
htmltemplate
htmltemplate

Back to Top ^

<PostTransactionalEmailWithHtmlTemplate>
Hesabınızda tanımlı bir HTML şablonu bir e-posta adresine gönderebilmenizi sağlar.

Parametreler

 

ParametreDeğer 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

FromNameE-postanın gönderen ismi

Status
colourGreen
titlemandatory

FromAddressE-postanın gönderen adresi

Status
colourGreen
titlemandatory

ReplyAddressE-postanın cevap adresi

Status
colourGreen
titlemandatory

TemplateNameGönderilecek şablonun ismi

Status
colourGreen
titlemandatory

SubjectVariablesE-postanın subject satırında kullanılacak değişken listesi

Status
colourGreen
titlemandatory

BodyVariablesE-postanın içeriğinde kullanılacak değişken listesi

Status
colourGreen
titlemandatory

CharsetGönderilecek şablonun karakter seti

Status
colourGreen
titlemandatory

ToNameAlıcı ismi

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı e-posta adresi

Status
colourGreen
titlemandatory

AttachmentsE-postada yer alacak ekler

Status
colourYellow
titleoptional

Code Block
languagexml
titleORNEK REQUEST
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
titleORNEK RESPONSE
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. 

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Invalid from name! Gönderilen from name bilgisinin hesabınızda tanımlı olmadığını gösterir.
99Not a valid from address! Gönderilen from address bilgisinin hesabınızda tanımlı olmadığını gösterir.
99No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.
99Email address exist in blacklist! Alıcı e-posta daha önce bir transactional e-postayı spam olarak işaretlemiş.

 


PostTransactionalEmailWithXsltTemplate 
Anchor
xlstemplate
xlstemplate

Back to Top ^

<PostTransactionalEmailWithXsltTemplate>
Hesabınızda tanımlı bir XSLT şablonu bir e-posta adresine gönderebilmenizi sağlar.
Parametreler

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

FromNameE-postanın gönderen ismiEmail sender name

Status
colourGreen
titlemandatory

FromAddressE-postanın gönderen adresiSender's email address

Status
colourGreen
titlemandatory

ReplyAddressE-postanın cevap adresiReply address that will appear on the email

Status
colourGreen
titlemandatory

TemplateNameGönderilecek şablonun ismiTemplate name for the email to be sent

Status
colourGreen
titlemandatory

SubjectVariablesE-postanın subject satırında kullanılacak değişken listesiVariables list to be used in the variable list

Status
colourGreen
titlemandatory

BodyVariablesE-postanın içeriğinde kullanılacak değişken listesiList of variables to be used in the email body

Status
colourGreen
titlemandatory

CharsetGönderilecek şablonun karakter setiCharacter set for the email template

Status
colourGreen
titlemandatory

ToNameAlıcı ismiRecipient's name

Status
colourGreen
titlemandatory

ToEmailAddressAlıcı e-posta adresiRecipient's email address

Status
colourGreen
titlemandatory

AttachmentsE-postada yer alacak eklerEmail attachments

Status
colourYellow
titleoptional

Code Block
languagexml
titleORNEK REQUEST 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
titleORNEK RESPONSE 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. 

Hata Parametreleri

Error Parameters

 

CodeMessageDetailedMessageDescriptionAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99Invalid from name! Gönderilen from name bilgisinin hesabınızda tanımlı olmadığını gösterir.The from name information was not defined in your account
99Not a valid from address! Gönderilen from address bilgisinin hesabınızda tanımlı olmadığını gösterir.The from address information was not defined in your account
99No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.No active sessions found. Try login again
99Email address exist in blacklist! Alıcı e-posta daha önce bir transactional e-postayı spam olarak işaretlemiş.A previous transactional email was marked as spam by email recipient