开发者

Resubscribe an email address in Campaign Monitor

开发者 https://www.devze.com 2022-12-15 02:14 出处:网络
Has anyone had success in resubscribing an email address after being unsubscribed via the Campaign Monitor API.

Has anyone had success in resubscribing an email address after being unsubscribed via the Campaign Monitor API.

I ask as i want to keep a list of Active User's email addresses in my CM Active List. When they are suspended they get removed, when they join or pay their fees before getting deleted they are (re)subscri开发者_如何学运维bed.

Looking at the Rails API docs:

# File lib/campaign_monitor.rb, line 241
    def remove_subscriber(email)
      response = @cm_client.Subscriber_Unsubscribe("ListID" => @id, "Email" => email)
      Result.new(response["Message"], response["Code"].to_i)
    end

# File lib/campaign_monitor.rb, line 445
    def unsubscribe(list_id)
      response = @cm_client.Subscriber_Unsubscribe("ListID" => list_id, "Email" => @email_address)
      Result.new(response["Message"], response["Code"].to_i)
    end

On the CM website to move an email in the subscriber list to the active list you need to confirm you have permission to resubscribe them, can anyone say for sure that this applies to the API too?


I've just found the Subscriber.AddAndResubscribe method, undocumented in http://campaignmonitor.rubyforge.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号