Answered

With the new subscription model that came out for unsubscribing, is there still a way to resubscribe users?

  • 17 June 2021
  • 1 reply
  • 8 views

With the new subscription model that came out for unsubscribing, is there still a way to resubscribe users?
icon

Best answer by Roy 18 June 2021, 01:34

View original

1 reply

Userlevel 1
Badge

Hello @lisa f12​ ,

 

You can resubscribe users:

 

1. From App.Intercom.com:

resubsrcibe2. Via Javascript API:

var intercomSettings = {
'app_id' : 'abc123',
'email' : 'john@example.com',
'created_at' : 1350467386,
'unsubscribed_from_emails' : false
}

3. Via Intercom API - Update a contact

"unsubscribed_from_emails": false

Keep in mind that based on GDPR rule User should give you consent before you resubscribe them.

 

I hope my answer will be helpful for you, let me know if there any other question about this topic.

 

Always happy to help, Have a great day.

Reply