Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Current »

 The SOAP API is no longer recommended to use if you are starting a new project or planning to extend an existing one. Please consider using REST API instead

 

The MailUp SOAP API consists of a series of Web Services that can be used to perform a large array of tasks. The API is available free of charge. Read about Best practices to understand what you can do and learn the recommended approaches.

The following classes of Web services are currently available (and new ones are added all the time):

  • MailupImport - Can be used to...
    • manage the subscribe/unsubscribe
    • import subscribers
    • send subscription confirmation messages
    • etc.
  • MailupSend - Can be used to...
    • Create an email or text message
    • Retrieve a list of existing email or text messages
    • Send or schedule an email or text message
    • Check an email message delivery status
    • etc.
  • MailupManage - Can be used to...
    • Retrieve lists and groups
    • Create new groups
    • Remove groups
    • etc.
  • MailupReport - Can be used to...
    • access message statistics

 

  • No labels