mjalvarez / upland_mobile_commons_rest

Ruby Wrapper for the Upland Mobile Commons REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upland Mobile Commons Ruby Gem

Build Status

A ruby gem for interacting with the Upland Mobile Commons API.

Usage

client = UplandMobileCommonsRest.new(username: 'user', password: 'password')
# List Campaigns
client.campaigns.list

# create a group
client.groups.create('Chocolate Lovers')

# create/update a profile
client.profiles.update(phone_number: '123-456-7890')

# retrieve a profile by its phone number
client.profiles.get('123-456-7890')

About

Ruby Wrapper for the Upland Mobile Commons REST API

License:MIT License


Languages

Language:Ruby 100.0%