Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions api/ticket/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,23 @@ Update

Required permission: ``ticket.agent`` **or** ``ticket.customer``

.. tip::

**🔕 Suppress notifications**

To update a ticket without triggering agent notifications (email and
in-app), add the following HTTP header to your request::

X-Zammad-Suppress-Notifications: true

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
Comment thread
ralf401 marked this conversation as resolved.
Outdated
for customers.

The header also works on the ``POST /api/v1/ticket_articles``
endpoint and the GraphQL ``ticketUpdate`` mutation.
Comment thread
ralf401 marked this conversation as resolved.
Outdated

``PUT``-Request sent: ``/api/v1/tickets/{ticket id}``

.. code-block:: json
Expand Down
Loading