Document X-Zammad-Suppress-Notifications header for ticket update API#862
Open
dominikklein wants to merge 1 commit into
Open
Document X-Zammad-Suppress-Notifications header for ticket update API#862dominikklein wants to merge 1 commit into
dominikklein wants to merge 1 commit into
Conversation
ArtifactsProduced during runtime |
Contributor
Author
fliebe92
approved these changes
Jun 23, 2026
ralf401
reviewed
Jun 23, 2026
| for customers. | ||
|
|
||
| The header also works on the ``POST /api/v1/ticket_articles`` | ||
| endpoint and the GraphQL ``ticketUpdate`` mutation. |
Contributor
There was a problem hiding this comment.
Currently, we don't have GraphQL mentioned at all in the docs. This is just related to the new stack, right? Maybe we could omit this part, if it's ok from your side?
ralf401
reviewed
Jun 23, 2026
|
|
||
| This is useful for automated integrations that update tickets via | ||
| webhooks or triggers to avoid notification loops. The header is | ||
| available to **agents and admins only** — it is silently ignored |
Contributor
There was a problem hiding this comment.
I don't really get this. The header can be used by any third-party app/client. But notifications are only suppressed for agents and admins, right? Maybe phrase it like The header only affects admin and agent accounts and is ignored for customers? Just an idea.
ralf401
requested changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
X-Zammad-Suppress-Notifications: trueHTTP header introduced in zammad/zammad#6042.Adds a tip block to the Update section of the Tickets API page explaining:
POST /api/v1/ticket_articlesand the GraphQLticketUpdatemutationRelated