|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Zammad Admin Documentation pre-release\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-08-25 12:46+0200\n" |
| 11 | +"POT-Creation-Date: 2025-10-02 13:23+0200\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE < [email protected]>\n" |
@@ -6180,8 +6180,8 @@ msgstr "" |
6180 | 6180 | #: ../manage/slas/index.rst:94 |
6181 | 6181 | #: ../manage/trigger.rst:28 |
6182 | 6182 | #: ../manage/trigger.rst:28 |
6183 | | -#: ../manage/webhook.rst:45 |
6184 | | -#: ../manage/webhook.rst:45 |
| 6183 | +#: ../manage/webhook.rst:47 |
| 6184 | +#: ../manage/webhook.rst:47 |
6185 | 6185 | #: ../system/core-workflows.rst:30 |
6186 | 6186 | #: ../system/core-workflows.rst:30 |
6187 | 6187 | #: ../system/objects.rst:32 |
@@ -10747,63 +10747,63 @@ msgstr "" |
10747 | 10747 | msgid "Webhooks are a way to integrate Zammad with other web services or applications, allowing them to subscribe to live updates about tickets instead of having to poll the Zammad server every *n* minutes." |
10748 | 10748 | msgstr "" |
10749 | 10749 |
|
10750 | | -#: ../manage/webhook.rst:8 |
10751 | | -msgid "⌛ **Webhooks may not arrive immediately.**" |
| 10750 | +#: ../manage/webhook.rst:10 |
| 10751 | +msgid "Webhooks may not arrive immediately. They are sent out with the same priority and order as email triggers. If webhook dispatch fails (e.g. because the receiving server is misconfigured), Zammad will retry up to four times." |
10752 | 10752 | msgstr "" |
10753 | 10753 |
|
10754 | | -#: ../manage/webhook.rst:10 |
10755 | | -msgid "Webhooks are sent out with the same priority and order as email triggers. If webhook dispatch fails (e.g. because the receiving server is misconfigured), Zammad will retry up to four times." |
| 10754 | +#: ../manage/webhook.rst:14 |
| 10755 | +msgid "Webhooks have to be triggered by :doc:`/manage/trigger` or :doc:`/manage/scheduler` jobs." |
10756 | 10756 | msgstr "" |
10757 | 10757 |
|
10758 | 10758 | #: ../manage/webhook.rst:16 |
10759 | | -msgid "Webhooks are available for :doc:`/manage/trigger` and :doc:`/manage/scheduler`." |
| 10759 | +msgid "The usage of variables is limited compared to other places. Some features are not available in webhooks (e.g. the ``.value`` extension, translation (``#{t(object.attribute)}``) and time formatting (``#{dt(object.time_attribute, [...]``) functions)." |
10760 | 10760 | msgstr "" |
10761 | 10761 |
|
10762 | | -#: ../manage/webhook.rst:20 |
| 10762 | +#: ../manage/webhook.rst:22 |
10763 | 10763 | msgid "How do Webhooks Work" |
10764 | 10764 | msgstr "" |
10765 | 10765 |
|
10766 | | -#: ../manage/webhook.rst:22 |
| 10766 | +#: ../manage/webhook.rst:24 |
10767 | 10767 | msgid "Under the hood, Zammad sends a POST request to a third-party URL (\"API endpoint\") you specify in the New Webhook dialog. The application server behind this URL/endpoint must be configured to receive messages from Zammad and handle the provided payload accordingly." |
10768 | 10768 | msgstr "" |
10769 | 10769 |
|
10770 | | -#: ../manage/webhook.rst:27 |
| 10770 | +#: ../manage/webhook.rst:29 |
10771 | 10771 | msgid "Webhooks can be created both from scratch and from pre-defined templates." |
10772 | 10772 | msgstr "" |
10773 | 10773 |
|
10774 | | -#: ../manage/webhook.rst:29 |
| 10774 | +#: ../manage/webhook.rst:31 |
10775 | 10775 | msgid "When created from scratch, regular webhook payloads by default contain the following JSON data about new/updated tickets:" |
10776 | 10776 | msgstr "" |
10777 | 10777 |
|
10778 | | -#: ../manage/webhook.rst:32 |
| 10778 | +#: ../manage/webhook.rst:34 |
10779 | 10779 | msgid "ticket attributes/metadata" |
10780 | 10780 | msgstr "" |
10781 | 10781 |
|
10782 | | -#: ../manage/webhook.rst:33 |
| 10782 | +#: ../manage/webhook.rst:35 |
10783 | 10783 | msgid "associated article(s)" |
10784 | 10784 | msgstr "" |
10785 | 10785 |
|
10786 | | -#: ../manage/webhook.rst:34 |
| 10786 | +#: ../manage/webhook.rst:36 |
10787 | 10787 | msgid "associated users (e.g. article senders, owners, etc.)" |
10788 | 10788 | msgstr "" |
10789 | 10789 |
|
10790 | | -#: ../manage/webhook.rst:35 |
| 10790 | +#: ../manage/webhook.rst:37 |
10791 | 10791 | msgid "associated user roles" |
10792 | 10792 | msgstr "" |
10793 | 10793 |
|
10794 | | -#: ../manage/webhook.rst:36 |
| 10794 | +#: ../manage/webhook.rst:38 |
10795 | 10795 | msgid "associated user organizations (if applicable)" |
10796 | 10796 | msgstr "" |
10797 | 10797 |
|
10798 | | -#: ../manage/webhook.rst:37 |
| 10798 | +#: ../manage/webhook.rst:39 |
10799 | 10799 | msgid "associated groups" |
10800 | 10800 | msgstr "" |
10801 | 10801 |
|
10802 | | -#: ../manage/webhook.rst:39 |
| 10802 | +#: ../manage/webhook.rst:41 |
10803 | 10803 | msgid "On the other hand, pre-defined webhooks are designed to work with specific services, containing special payloads that these services understand." |
10804 | 10804 | msgstr "" |
10805 | 10805 |
|
10806 | | -#: ../manage/webhook.rst:42 |
| 10806 | +#: ../manage/webhook.rst:44 |
10807 | 10807 | msgid "In both cases, however, it is possible to further customize the webhook payload to your own needs." |
10808 | 10808 | msgstr "" |
10809 | 10809 |
|
|
0 commit comments