Skip to content

mailup/rest-samples-vb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VB.NET Rest API Client

This Project, wrapped into a Visual Studio 2010 solution, aims to describe the process for a proper MailUp REST API integration/implementation. It encloses a simplified library directed to manage authorization/autentication and resources access.

Requirements

  • .NET framework 4.0
  • Visual Studio 2010
  • A valid MailUp account ( trial accounts allowed )
  • API application keys ( required only for final deployments )

notes :

  • For further API information, please visit [MailUp REST API Help] 1
  • For MailUp trial account activation please go to [MailUp web site] 2

Samples overview

This project encloses a short list of pre definied samples describing some of the most common processes within MailUp.

  • Sample 1 - Importing recipients into a new group
  • Sample 2 - Unsubscribing a recipient from a group
  • Sample 3 - Updating a recipient information
  • Sample 4 - Creating a message from a custom template (deprecated)
  • Sample 5 - Building a message with images and attachments
  • Sample 6 - Tagging an email message
  • Sample 7 - Sending an email message
  • Sample 8 - Displaying statistics with regards to message created in sample 4 or 5 and/or sent out in sample 7

Debugging tool

Current project includes a web application for quick and puntual services interrogation

Notes

We highly recommend to make use of the application API keys only for testing purposes and when running on staging environments only. If the code enclosed in the samples should ever run in production environments instead, we'd love you to get your personal API keys for free.

If you're interested to claim your API keys, please read more at the page [MailUp REST API Keys and endpoints] 3

Revision history

About

ASP.NET Example that allows you to quickly integrate with MailUp REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published