Module: ActiveCampaign::Client::Contacts

Included in:
ActiveCampaign::Client
Defined in:
lib/active_campaign/client/contacts.rb

Instance Method Summary collapse

Instance Method Details

#automation_contact_remove(options = {}) ⇒ Object

POST methods



9
10
11
# File 'lib/active_campaign/client/contacts.rb', line 9

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

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



13
14
15
# File 'lib/active_campaign/client/contacts.rb', line 13

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

#contact_automation_list(options = {}) ⇒ Object Also known as: subscriber_automation_list

GET methods



51
52
53
# File 'lib/active_campaign/client/contacts.rb', line 51

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

#contact_delete(options = {}) ⇒ Object Also known as: subscriber_delete



61
62
63
# File 'lib/active_campaign/client/contacts.rb', line 61

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

#contact_delete_list(options = {}) ⇒ Object Also known as: subscriber_delete_list



56
57
58
# File 'lib/active_campaign/client/contacts.rb', line 56

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

#contact_edit(options = {}) ⇒ Object Also known as: subscriber_edit



18
19
20
# File 'lib/active_campaign/client/contacts.rb', line 18

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

#contact_list(options = {}) ⇒ Object Also known as: subscriber_list



66
67
68
# File 'lib/active_campaign/client/contacts.rb', line 66

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

#contact_note_add(options = {}) ⇒ Object Also known as: subscriber_note_add



43
44
45
# File 'lib/active_campaign/client/contacts.rb', line 43

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

#contact_note_delete(options = {}) ⇒ Object Also known as: subscriber_note_delete



91
92
93
# File 'lib/active_campaign/client/contacts.rb', line 91

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

#contact_note_edit(options = {}) ⇒ Object Also known as: subscriber_note_edit



38
39
40
# File 'lib/active_campaign/client/contacts.rb', line 38

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

#contact_paginator(options = {}) ⇒ Object Also known as: subscriber_paginator



71
72
73
# File 'lib/active_campaign/client/contacts.rb', line 71

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

#contact_sync(options = {}) ⇒ Object Also known as: subscriber_sync



23
24
25
# File 'lib/active_campaign/client/contacts.rb', line 23

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

#contact_tag_add(options = {}) ⇒ Object Also known as: subscriber_tag_add



28
29
30
# File 'lib/active_campaign/client/contacts.rb', line 28

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

#contact_tag_remove(options = {}) ⇒ Object Also known as: subscriber_tag_remove



33
34
35
# File 'lib/active_campaign/client/contacts.rb', line 33

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

#contact_view(options = {}) ⇒ Object Also known as: subscriber_view



76
77
78
# File 'lib/active_campaign/client/contacts.rb', line 76

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

#contact_view_email(options = {}) ⇒ Object Also known as: subscriber_view_email



81
82
83
# File 'lib/active_campaign/client/contacts.rb', line 81

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

#contact_view_hash(options = {}) ⇒ Object Also known as: subscriber_view_hash



86
87
88
# File 'lib/active_campaign/client/contacts.rb', line 86

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