You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a user, getting subscription types is done via : /contacts/{contact_id}/subscriptions
It is not clear if we can know when a given user subscription types are edited and if this reflects on the usr updated_at field. I have asked Intercom this question (and maybe they can reply here)
The text was updated successfully, but these errors were encountered:
Intercom has added subscription granularity. This is explained in this article
https://www.intercom.com/help/en/articles/5181083-manage-multiple-email-lists-with-granular-subscriptions
The REST APi allows extracting subscription types for users using additional requests
It is not documented in their data model schema, but you can find the REST definition there : https://developers.intercom.com/docs/references/rest-api/api.intercom.io/Subscription-Types/
For a user, getting subscription types is done via : /contacts/{contact_id}/subscriptions
It is not clear if we can know when a given user subscription types are edited and if this reflects on the usr updated_at field. I have asked Intercom this question (and maybe they can reply here)
The text was updated successfully, but these errors were encountered: