Hi,
I wanted to understand what does this Subscription_Status API endpoint : https://developers.hubspot.com/docs/api/marketing-api/subscriptions-preferences help to achieve? There is little mention in the documentation but does it allow us to update the email subscriptions of contacts in bulk or does it only fetch the subscriptions the contacts are subscribed to?
Thanks!
Hi @CDP2023
There are several endpoints in that API that can be used to:
- Set a subscription for a contact based on their email address (you could loop through contacts to apply this in bulk)
- Remove a subscription for a contact, again based on email
- Get current subscriptions for a specific contact
- Get all subscription types in your portal
Hope this helps.
Ahh got it! Thanks @Phil_Vallender !