Here's what you've got to know to get jiggy with Zeep Mobile. It shouldn't take you long!
Create an account, and Register your app. We'll provide you with an API and Secret Keys.
You'll need this code included on the page where you collect / sign people into the system.
<script src="http://zeepmobile.com/api/mobile.js"></script>
Everything should be good now, can you do something to test it? How do you know if you've been approved, etc. Any other steps I need to take before I actually start sending?
Set up a page and add the following code to embed the Zeep Mobile interface that collects / signs up subscribers
<script src="http://zeepmobile.com/api/mobile.js"></script>
The size of this box is X by X, so you need at least that much space to put it in
Check out the exampleFrom time to time, the Zeep Mobile platform will notify you about different events. Using the base URL that you provide when you register, Zeep will perform an HTTP GET similar to this URL:
http://<your callback url>?event=<zeep event>&... event_arg_1=<some value>&event_arg_x=<some other value>
The event parameter will always be present. Additional
arguments may be passed in as described below.