Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Get started with the MailUp REST API
If you want to get up and running quickly with the MailUp REST API, the first thing you should do is grab a wrapper /wiki/spaces/mailupapi/pages/36340621.
You can choose between many of the most used programming language. See: /wiki/spaces/mailupapi/pages/36340621.
Download the demo client
Download /wiki/spaces/mailupapi/pages/36340621 a simple client app called "MailUp Demo Client", available in PHP, C#, VB.Net, Java, Javascript, Objective-C.
Some installation notes for each language are available on the download pages/wiki/spaces/mailupapi/pages/36340621 page.
Info | ||
---|---|---|
| ||
You may be interested in Ruby developers? You can stop here and head over to the MailUp RubyGem, which is based on the MailUp REST API and handles all the resources described here. Ruby developers may skip the rest of this page. |
Get ready in 15 minutes
From sample code to your own app
You don't need to be neither an OAuth2 guru nor a MailUp expert to have your first application up and running in a very short time if you use our MailUp Demo Client /wiki/spaces/mailupapi/pages/36340621.
MailUp Demo Client is a working example that properly authenticates on the MailUp platform and allows easy access to MailUp resources. You'll probably need less than 15 minutes to have it up and running and use it to learn how to access to MailUp resources.
You can then build your own application by simply extending the sample code.
Using the demo client app
- Download the MailUp demo client/wiki/spaces/mailupapi/pages/36340621
- When the app starts, press "Sign in to MailUp"
- You will then be asked to log in using the credentials of your MailUp console account (don't have one? Get a developer account).
After successful authentication, a token is displayed on the client interface
You can then run some of predefined example calls, or build your own calls and test them using the "Call Method" button.
In the picture that follow you can see how to create a Group in MailUp List 1 (see the MailUp Glossary for details on Lists and Groups).
Tip | ||
---|---|---|
| ||
|