Skip to content

Commit

Permalink
Add automation_contact_remove post method (#25)
Browse files Browse the repository at this point in the history
Method added to client
  • Loading branch information
seang7 authored and mhenrixon committed Sep 10, 2018
1 parent 8fdf47b commit 90ab745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_campaign/client/contacts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ module Contacts
#
# POST methods
#
def automation_contact_remove(options = {})
post __method__, options
end

def contact_add(options = {})
post __method__, options
end
Expand Down

0 comments on commit 90ab745

Please sign in to comment.