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
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:
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
The text was updated successfully, but these errors were encountered: