APIs & Integrations

Larrave
Member

How to Subscribe/Unsubscribe to/from Email Lists

We are a software company.

Each user in our app can elect to “subscribe” or “unsubscribe” from the monthly newsletter in their User Profile.

Up until know, we have been using Mailchimp to create and send our newsletters and we have used their API to maintain the list when the User Profile is created (subscribe) or changed (unsubscribe).

Mailchimp also gives us a double way communication because we receive a callback when a user unsubscribes from Mailchimp directly.

So…

How do we do this in HubSpot? Subscribe and Unsubscribe from a list directly from our App… API?

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

How to Subscribe/Unsubscribe to/from Email Lists

Hi @Larrave

We don’t have a way to subscribe to unsubscribe events, we do have a way to poll for those changes:

View subscriptions timeline for a portal | Email API

GET /email/public/v1/subscriptions/timeline

0 Upvotes