module ActiveCampaignRuby::Core::Contacts
Public Instance Methods
contact_add(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 4 def contact_add(options = {}) post __method__, options end
Also aliased as: subscriber_add
contact_automation_list(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 33 def contact_automation_list(options = {}) get __method__, options end
contact_delete(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 41 def contact_delete(options = {}) get __method__, options end
contact_delete_list(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 37 def contact_delete_list(options = {}) get __method__, options end
contact_edit(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 9 def contact_edit(options = {}) post __method__, options end
contact_list(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 45 def contact_list(options = {}) get __method__, options end
contact_note_add(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 29 def contact_note_add(options = {}) post __method__, options end
contact_note_delete(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 66 def contact_note_delete(options = {}) get __method__, options end
contact_note_edit(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 25 def contact_note_edit(options = {}) post __method__, options end
contact_paginator(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 50 def contact_paginator(options = {}) get __method__, options end
contact_sync(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 13 def contact_sync(options = {}) post __method__, options end
contact_tag_add(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 17 def contact_tag_add(options = {}) post __method__, options end
contact_tag_remove(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 21 def contact_tag_remove(options = {}) post __method__, options end
contact_view(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 54 def contact_view(options = {}) get __method__, options end
contact_view_email(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 58 def contact_view_email(options = {}) get __method__, options end
contact_view_hash(options = {})
click to toggle source
# File lib/active_campaign_ruby/core/contacts.rb, line 62 def contact_view_hash(options = {}) get __method__, options end