# ExpressPigeon # ExpressPigeon [![TravisCI](https://secure.travis-ci.org/just3ws/express_pigeon-rb.png?branch=master)](http://travis-ci.org/just3ws/express_pigeon-rb) [![Gemnasium](https://gemnasium.com/just3ws/express_pigeon-rb.png)](https://gemnasium.com/just3ws/express_pigeon-rb) Library to interact with ExpressPigeon email service. ## Pre-requisites 1. Go to [Express Pigeon](http://expresspigeon.com) 2. Sign up for a free account 3. Create a Contact List 4. Create a Web Form for the contact list 5. Enable all the fields 6. Take note of the guid generated for the web form. ## Installation Add this line to your application's Gemfile: gem 'express_pigeon' And then execute: $ bundle Or install it yourself as: $ gem install express_pigeon ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request # Email Fields +---------------+--------------+ | Field | Type | +---------------+--------------+ | address1 | varchar(255) | | address2 | varchar(255) | | city | varchar(128) | | company | varchar(128) | | country | varchar(128) | | date_of_birth | varchar(255) | | email | varchar(50) | # likely upgraded to 100 | email_format | varchar(20) | | first_name | varchar(50) | | last_name | varchar(50) | | phone | varchar(30) | | state | varchar(48) | | title | varchar(30) | | zip | varchar(24) | +---------------+--------------+ ## Form Data view-source:https://expresspigeon.com/subscription/form/51697971-48b4-45d3-ab80-3b23152999ed - submits to