Skip to content

Commit

Permalink
grammar correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nell Shamrell committed Sep 28, 2012
1 parent 80f8ad3 commit 90d38f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -71,7 +71,7 @@ List unsubscribed members for a list

gb.list_members({:id => list_id, :status => "unsubscribed"})

Subscribe members to a list:
Subscribe a member to a list:

gb.list_subscribe({:id => list_id, :email_address => "email_address", :merge_vars => {:FNAME => "First Name", :LNAME => "Last Name"}})
Note: This will send a welcome email to the new subscriber
Expand All @@ -81,7 +81,7 @@ or
Batch subscribe members to a list:

gb.list_batch_subscribe(:id => list_id, :batch => [{:EMAIL => "email1", :FNAME => "FirstName1", :LNAME => "LastName1"},{:EMAIL => "email2", :FNAME => "FirstName2", :LNAME => "LastName2"}])
Note: This will send a welcome email to the new subscribers
Note: This will send welcome emails to the new subscribers

Fetch open and click detail for recipients of a particular campaign:

Expand Down

0 comments on commit 90d38f2

Please sign in to comment.