Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Method parameters

GetFields_st allows to retrieve the user personal data fields which have been configured in the MailUp system. This feature is useful when using applications that, in order to integrate, necessarily need to map their data structure based on MailUp personal data fields. Mapping is a one-time, preliminary operation for configuring data import to MailUp.

For new integrations with MailUp it has to be preferred to used instead of similar method MailUpSend.GetFields_st.

Method parameters

  • string GetFields_st(stringstring accessKey)

The method returns a string in XML format containing the names and IDs of the personal data fields.

Sample GetFields_st request

Code Block
titleGetFields_st request
firstline1
linenumberstrue
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ws="http://services.mailupnet.it/WS">
   <soap:Header/>
   <soap:Body>
      <ws:GetFields_st>
         <!--Optional:-->
         <!--Use accessKey value that is returned by LoginFromId method-->
         <ws:accessKey>HzAgwRRJaAKBtkgNWpkAuURfV4SxMm6T3HJegRuSkUivKJElNNcmSQe8nqGyoM9</ws:accessKey>
      </ws:GetFields_st>
   </soap:Body>
</soap:Envelope>

 

Sample GetFields_st response (IT and EN versions)

Here below you can find the default responses for the Italian and English versions of MailUp console that have been activated after March 2012 (less recent consoles have fewer default fields). Please note that field names could change if Mailup user renames some of MailUp personal data fields.

...