module ActiveCampaign::Client::Contacts
Public Instance Methods
automation_contact_remove(options = {})
click to toggle source
POST methods
# File lib/active_campaign/client/contacts.rb, line 9 def automation_contact_remove(options = {}) post __method__, options end
contact_add(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 13 def contact_add(options = {}) post __method__, options end
Also aliased as: subscriber_add
contact_automation_list(options = {})
click to toggle source
GET methods
# File lib/active_campaign/client/contacts.rb, line 51 def contact_automation_list(options = {}) get __method__, options end
Also aliased as: subscriber_automation_list
contact_delete(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 61 def contact_delete(options = {}) get __method__, options end
Also aliased as: subscriber_delete
contact_delete_list(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 56 def contact_delete_list(options = {}) get __method__, options end
Also aliased as: subscriber_delete_list
contact_edit(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 18 def contact_edit(options = {}) post __method__, options end
Also aliased as: subscriber_edit
contact_list(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 66 def contact_list(options = {}) get __method__, options end
Also aliased as: subscriber_list
contact_note_add(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 43 def contact_note_add(options = {}) post __method__, options end
Also aliased as: subscriber_note_add
contact_note_delete(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 91 def contact_note_delete(options = {}) get __method__, options end
Also aliased as: subscriber_note_delete
contact_note_edit(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 38 def contact_note_edit(options = {}) post __method__, options end
Also aliased as: subscriber_note_edit
contact_paginator(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 71 def contact_paginator(options = {}) get __method__, options end
Also aliased as: subscriber_paginator
contact_sync(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 23 def contact_sync(options = {}) post __method__, options end
Also aliased as: subscriber_sync
contact_tag_add(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 28 def contact_tag_add(options = {}) post __method__, options end
Also aliased as: subscriber_tag_add
contact_tag_remove(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 33 def contact_tag_remove(options = {}) post __method__, options end
Also aliased as: subscriber_tag_remove
contact_view(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 76 def contact_view(options = {}) get __method__, options end
Also aliased as: subscriber_view
contact_view_email(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 81 def contact_view_email(options = {}) get __method__, options end
Also aliased as: subscriber_view_email
contact_view_hash(options = {})
click to toggle source
# File lib/active_campaign/client/contacts.rb, line 86 def contact_view_hash(options = {}) get __method__, options end
Also aliased as: subscriber_view_hash