-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unable to diable notify_subscribers while creating new article #647
Comments
I see what you mean: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/ zenpy/lib/request.py:80
One would need to not kwarg that thing but instead add a node to the hashmap that gets sent along as the ultimate payload. Lemme think...shouldn't be too hard to create a new request object that gently overrides things to do what you like ^_^ |
Fixes Issue #647: Allow for notify_subscribers param
closefixed! |
Creating a new article in Zendesk allows disabling notify_subscribers property, which is very helpful with bulk operations. However, this needs to be specified in the root of the JSON object, not in the "article" object. So it needs to be taken into consideration when building the payload as it cannot be added to the article object directly.
The text was updated successfully, but these errors were encountered: