Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscription status bulk email endpoint non existing in Ruby client #321

Open
michael-berger-czi opened this issue Mar 22, 2024 · 0 comments

Comments

@michael-berger-czi
Copy link

michael-berger-czi commented Mar 22, 2024

In the Subscription Status / Communication preferences API documentation, it mentions a bulk email status endpoint: /communication-preferences/v3/status/email/bulk

The Ruby code shown says you can call it with this code:

api_client.communication_preferences.subscription_status_api.post_communication_preferences_v3_status_email_bulk(undefined: ["string"])

However when I try running this with the version 18 ruby client, it can't find the method:

undefined method 'post_communication_preferences_v3_status_email_bulk' for #<Hubspot::Discovery::CommunicationPreferences::StatusApi

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

No branches or pull requests

1 participant