Module: ActiveCampaignRuby::Core::Contacts

Included in:
ActiveCampaignRuby::Client
Defined in:
lib/active_campaign_ruby/core/contacts.rb

Instance Method Summary collapse

Instance Method Details

#contact_add(options = {}) ⇒ Object Also known as: subscriber_add



4
5
6
# File 'lib/active_campaign_ruby/core/contacts.rb', line 4

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

#contact_automation_list(options = {}) ⇒ Object



33
34
35
# File 'lib/active_campaign_ruby/core/contacts.rb', line 33

def contact_automation_list(options = {})
  get __method__, options
end

#contact_delete(options = {}) ⇒ Object



41
42
43
# File 'lib/active_campaign_ruby/core/contacts.rb', line 41

def contact_delete(options = {})
  get __method__, options
end

#contact_delete_list(options = {}) ⇒ Object



37
38
39
# File 'lib/active_campaign_ruby/core/contacts.rb', line 37

def contact_delete_list(options = {})
  get __method__, options
end

#contact_edit(options = {}) ⇒ Object



9
10
11
# File 'lib/active_campaign_ruby/core/contacts.rb', line 9

def contact_edit(options = {})
  post __method__, options
end

#contact_list(options = {}) ⇒ Object



45
46
47
# File 'lib/active_campaign_ruby/core/contacts.rb', line 45

def contact_list(options = {})
  get __method__, options
end

#contact_note_add(options = {}) ⇒ Object



29
30
31
# File 'lib/active_campaign_ruby/core/contacts.rb', line 29

def contact_note_add(options = {})
  post __method__, options
end

#contact_note_delete(options = {}) ⇒ Object



66
67
68
# File 'lib/active_campaign_ruby/core/contacts.rb', line 66

def contact_note_delete(options = {})
  get __method__, options
end

#contact_note_edit(options = {}) ⇒ Object



25
26
27
# File 'lib/active_campaign_ruby/core/contacts.rb', line 25

def contact_note_edit(options = {})
  post __method__, options
end

#contact_paginator(options = {}) ⇒ Object



50
51
52
# File 'lib/active_campaign_ruby/core/contacts.rb', line 50

def contact_paginator(options = {})
  get __method__, options
end

#contact_sync(options = {}) ⇒ Object



13
14
15
# File 'lib/active_campaign_ruby/core/contacts.rb', line 13

def contact_sync(options = {})
  post __method__, options
end

#contact_tag_add(options = {}) ⇒ Object



17
18
19
# File 'lib/active_campaign_ruby/core/contacts.rb', line 17

def contact_tag_add(options = {})
  post __method__, options
end

#contact_tag_remove(options = {}) ⇒ Object



21
22
23
# File 'lib/active_campaign_ruby/core/contacts.rb', line 21

def contact_tag_remove(options = {})
  post __method__, options
end

#contact_view(options = {}) ⇒ Object



54
55
56
# File 'lib/active_campaign_ruby/core/contacts.rb', line 54

def contact_view(options = {})
  get __method__, options
end

#contact_view_email(options = {}) ⇒ Object



58
59
60
# File 'lib/active_campaign_ruby/core/contacts.rb', line 58

def contact_view_email(options = {})
  get __method__, options
end

#contact_view_hash(options = {}) ⇒ Object



62
63
64
# File 'lib/active_campaign_ruby/core/contacts.rb', line 62

def contact_view_hash(options = {})
  get __method__, options
end