Visit our Google Group
Discuss with other developers, get support and leave us feedback.

Documentation

Here's what you've got to know to get jiggy with Zeep Mobile. It shouldn't take you long!


Get your application ready for Zeep Mobile

1. Register your app

Create an account, and Register your app. We'll provide you with an API and Secret Keys.

2. Embed the following code in your web application

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?


Subscribe users to receive your mobile content

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 example

Receiving Zeep Events

From 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.

Here are some other events

SUBSCRIPTION_UDPATED
Called when a user subscribes or updates their subscription information.

Parameters

Parameter List
uid
The unique identifier of the user. This is the same value you pass when you subscribe your user to the Zeep service.
min
Mobile identifier. This is the user's current mobile phone.