Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Subscription module incomplete #276

Open
Hideman85 opened this issue Apr 21, 2020 · 1 comment
Open

Subscription module incomplete #276

Hideman85 opened this issue Apr 21, 2020 · 1 comment

Comments

@Hideman85
Copy link

I want to be able to subscribe to only certain emails like the API allow us to do.
This is important in GDPR context.

subscribeToAll(email) {
return this.client.apiRequest({
method: 'PUT',
path: `/email/public/v1/subscriptions/${email}`,
body: {
subscribed: true,
},
})
}
}

https://developers.hubspot.com/docs/methods/email/update_status

@phelion
Copy link

phelion commented Aug 25, 2020

I'd need this too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants