Method: Mailchimp::Reports#abuse
- Defined in:
- lib/mailchimp/api.rb
#abuse(cid, opts = []) ⇒ Hash
Get all email addresses that complained about a given campaign
1717 1718 1719 1720 |
# File 'lib/mailchimp/api.rb', line 1717 def abuse(cid, opts=[]) _params = {:cid => cid, :opts => opts} return @master.call 'reports/abuse', _params end |