{"id":1277,"date":"2021-06-23T15:35:54","date_gmt":"2021-06-23T13:35:54","guid":{"rendered":"https:\/\/pumble.com\/help\/?p=1277"},"modified":"2026-02-26T10:31:27","modified_gmt":"2026-02-26T09:31:27","slug":"incoming-webhooks-for-pumble","status":"publish","type":"post","link":"https:\/\/pumble.com\/help\/de\/integrations\/add-pumble-apps\/incoming-webhooks-for-pumble\/","title":{"rendered":"Eingehende Webhooks f\u00fcr Pumble"},"content":{"rendered":"<p class=\"translation-block\">Mit <strong>eingehenden Webhooks<\/strong> kannst du Nachrichten aus anderen Apps in Pumble einfach posten. Wenn du einen <strong>eingehenden Webhook<\/strong> erstellst, erh\u00e4ltst du eine eindeutige URL, mit der du die JSON-Payload im Nachrichtentext sendest. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Eingehende Webhooks erstellen<\/h2>\n\n\n\n<p>So erstellst du einen eingehenden Webhook: <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Klicke auf den Arbeitsbereichsnamen oben links <\/li>\n\n\n\n<li>Navigiere zu <strong>Arbeitsbereicheinstellungen<\/strong><\/li>\n\n\n\n<li>W\u00e4hle <strong>Allgemeine Einstellungen<\/strong> aus dem Dropdown-Men\u00fc<\/li>\n\n\n\n<li class=\"translation-block\">Klicke auf den Abschnitt <strong>Eingehende Webhooks<\/strong> in der Seitenleiste<\/li>\n\n\n\n<li class=\"translation-block\">Klicke auf die Schaltfl\u00e4che <strong>Neuer Webhook<\/strong> oben rechts<\/li>\n\n\n\n<li>W\u00e4hle den Kanal, in dem dein Webhook Nachrichten postet<\/li>\n\n\n\n<li class=\"translation-block\">Klicke auf <strong>Eingehenden Webhook hinzuf\u00fcgen<\/strong>, um den Vorgang abzuschlie\u00dfen<\/li>\n<\/ol>\n\n\n\n<p class=\"translation-block\">Wenn du deinen Webhook erstellst, wird der Editor automatisch ge\u00f6ffnet. Dort kannst du seinen <strong>Namen<\/strong> <strong>anpassen<\/strong>, <strong>den Kanal \u00e4ndern<\/strong>, eine <strong>beschreibende Bezeichnung<\/strong> hinzuf\u00fcgen, das <strong>Symbol<\/strong> anpassen und vor allem die eindeutige <strong>URL<\/strong> <strong>kopieren<\/strong> oder <strong>neu erstellen<\/strong>. <\/p>\n\n\n\n<p class=\"note\">Die Begrenzung (Limit Rate) f\u00fcr eingehende Webhooks in Pumble betr\u00e4gt eine Sekunde pro Webhook.<\/p>\n\n\n\n<p class=\"note\">Die maximale Anzahl an Zeichen in einem Webhook betr\u00e4gt 10000.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Verwendung von eingehenden Webhooks zur Nachrichtensendung<\/h2>\n\n\n\n<p>Um mit eingehenden, von dir erstellten Webhooks eine Nachricht zu senden, solltest du eine HTTP POST Anforderung f\u00fcr die eindeutige URL erstellen, die du aus dem Webhook-Editor kopiert hast. <\/p>\n\n\n\n<p>Die Anforderung-Payload sollte <strong>Texteigenschaft<\/strong> enthalten und der Text wird in einem bestimmten Kanal ver\u00f6ffentlicht. Die derzeit unterst\u00fctzten Content-Arten sind: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>application\/json<\/li>\n\n\n\n<li>application\/x-www-form-urlencoded<\/li>\n<\/ul>\n\n\n\n<p>Hier ist ein Beispiel des cURL-Befehls f\u00fcr Posting im Kanal mit einem eingehenden Webhook und der Content-Art application\/x-form-urlencoded:<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<pre class=\"wp-block-code\"><code>curl -X POST \\ --location \"https:\/\/api.pumble.com\/workspaces\/WORKSPACE-ID\/incomingWebhooks\/postMessage\/WEBHOOK-CODE\" \\ --data-urlencode \"payload={ \\\"text\\\": \\\"This is posted to general and comes from a bot named MyNewWebhook.\\\" }\"<\/code><\/pre>\n\n\n\n<p>Hier ist ein Beispiel f\u00fcr JSON-cURL-Anforderung zur Posting in einem Kanal mit einem eingehenden Webhook:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -X POST \\ --location\n  \"https:\/\/api.pumble.com\/workspaces\/WORKSPACE-ID\/incomingWebhooks\/postMessage\/WEBHOOK-CODE\" \\\n  -H \"Content-Type: application\/json\" \\\n  -d '{\"text\":\"This is posted to general and comes from a bot named MyNewWebhook.\"}'<\/code><\/pre>\n\n\n\n<p class=\"note\">Du kannst Rich-Text-Formatierung f\u00fcr Webhook-Nachrichten verwenden. Hier sind einige Beispiele f\u00fcr die Payload:<\/p>\n\n\n\n<p><strong>Benutzererw\u00e4hnung<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n   \"text\": \"User mention: &lt;&lt;@{{userId}}&gt;&gt;, channel mention: &lt;&lt;#{{channelId}}&gt;&gt;, user group mention: &lt;&lt;&amp;{{userGroupId}}&gt;&gt; and @here @channel\"\n}<\/code><\/pre>\n\n\n\n<p><strong>Anhang<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n   \"attachments\": &#91;\n       {\n           \"pretext\": \"Pretext of Pumble webhooks article\",\n           \"title\": \"Pumble webhooks\",\n           \"title_link\": \"https:\/\/pumble.com\/help\/integrations\/add-pumble-apps\/incoming-webhooks-for-pumble\",\n           \"text\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n           \"author_name\": \"Pumble\",\n           \"author_link\": \"https:\/\/pumble.com\",\n           \"footer\": \"Lorem ipsum v1.0.0\",\n           \"footer_icon\": \"https:\/\/files.pumble.com\/avatars\/default\/pumble-logo\",\n           \"color\": \"green\", \/\/ or hex RGB\n           \"ts\": 1759479334\n       }\n   ]\n}<\/code><\/pre>\n\n\n\n<p>Dieses Anhang-Beispiel erzeugt die folgende Nachricht:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"216\" src=\"https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-1024x216.jpeg\" alt=\"\" class=\"wp-image-10811\" srcset=\"https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-1024x216.jpeg 1024w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-300x63.jpeg 300w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-768x162.jpeg 768w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-1536x325.jpeg 1536w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook-18x4.jpeg 18w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/Attachment-webhook.jpeg 1836w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Hyperlinks<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    &quot;text&quot;: &quot;[Markdown Hyperlink](https:\\\/\\\/pumble.com) | &lt;a href=\\&quot;https:\\\/\\\/pumble.com\\&quot;&gt;Html hyperlink&lt;\\\/a&gt; | &lt;https:&gt;&quot;\n}<\/code><\/pre>\n\n\n\n<p><strong>Emojis<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n   \"text\": \"Emojis :raised_hands: :heart:\"\n}<\/code><\/pre>\n\n\n\n<p><strong>Codeblock<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n   \"text\": \"`Inline code` and ```Code block\\n hello \\nEnd of code block```\"\n}<\/code><\/pre>\n\n\n\n<p>Hier ist ein Beispiel f\u00fcr eine Nachricht, die verschiedene Arten der Rich-Text-Formatierung enth\u00e4lt:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    &quot;text&quot;: &quot;Hello team! :wave: :tada:\\n\\n**Quick Update**:\\n- Feature deployed successfully! :rocket:\\n- Bugs resolved: `5`\\n\\n*Styling Reference:*\\n- Markdown **bold**, *italic*\\n- HTML &lt;b&gt;bold&lt;\\\/b&gt;, &lt;i&gt;italic&lt;\\\/i&gt;, &lt;code&gt;inline code&lt;\\\/code&gt;\\n\\n\\ud83d\\udd17 Useful Links:\\n- [Pumble Website](https:\\\/\\\/pumble.com)\\n- &lt;a href=\\&quot;https:\\\/\\\/pumble.com\\&quot;&gt;Pumble via HTML&lt;\\\/a&gt;\\n- &lt;https:&gt; \\n\\n:busts_in_silhouette: Mentions:\\n- Channel: &lt;&lt;#{{68e3a383ce5f2c8d95ff46a6}}&gt;&gt; \\nNotifications: @here @channel \\n\\n:computer: Code snippet:```function greet() {\\n  console.log(\\&quot;Hello, Pumble!\\&quot;);\\n}```&quot;\n}<\/code><\/pre>\n\n\n\n<p>Diese Webhook-Nachricht w\u00fcrde wie gefolgt aussehen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"890\" src=\"https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/webhook-message-1.jpeg\" alt=\"\" class=\"wp-image-10815\" style=\"width:254px;height:auto\" srcset=\"https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/webhook-message-1.jpeg 524w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/webhook-message-1-177x300.jpeg 177w, https:\/\/pumble.com\/help\/wp-content\/uploads\/2021\/06\/webhook-message-1-7x12.jpeg 7w\" sizes=\"auto, (max-width: 524px) 100vw, 524px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Fehlerbehandlung<\/h2>\n\n\n\n<p>Wenn alles richtig eingerichtet ist, erh\u00e4ltst du den <strong>HTTP 200<\/strong> -Status, der anzeigt, dass dein eingehender Webhook funktioniert hat und dass die Nachricht erfolgreich gesendet wurde. Das ist nicht immer der Fall und die Aktion kann aus zahlreichen Gr\u00fcnden fehlschlagen. <\/p>\n\n\n\n<p>Einige Fehler, die auftreten k\u00f6nnen, wenn deine Webhooks fehlschlagen: <\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>Nachricht: Eingehender Webhook ist deaktiviert<br>Code:\u00a0400700<\/td><td>Der Webhook wurde vom Arbeitsbereichadminstrator deaktiviert<\/td><\/tr><tr><td>Nachricht: Eingehender Webhook ist gel\u00f6scht<br>Code: 400702<\/td><td>Der Webhook wurde vom Arbeitsbereichadminstrator gel\u00f6scht<\/td><\/tr><tr><td>Nachricht: Nicht gefunden <br>Code:\u00a0404100<\/td><td>Eindeutige URL wurde nicht gefunden und wurde wahrscheinlich vom Arbeitsbereichadministrator neu erstellt<\/td><\/tr><tr><td>Nachricht: Du kannst diese Aktion nicht ausf\u00fchren<br>Code:\u00a0403200<\/td><td>Du hast keine Berechtigung in bestimmten Kanal zu posten <\/td><\/tr><tr><td>Nachrichten: Kanal ist archiviert<br>Code: 400440<\/td><td>Der Kanal, in dem Webhooks Nachrichten sendet, wird archiviert <\/td><\/tr><tr><td>Nachricht: Ung\u00fcltiges Payload-Format <br>Code: 400703<\/td><td>Anforderungs-Payload ist nicht in einem der unterst\u00fctzten Formaten <\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group related-articles\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Weitere Artikel<\/h3>\n\n\n\n<ul class=\"wp-block-list related-articles-list\">\n<li class=\"translation-block\"><a href=\"https:\/\/pumble.com\/help\/de\/integrations\/add-pumble-apps\/guide-to-pumble-integrations\/\">Leitfaden f\u00fcr Pumble-Integrationen<\/a><\/li>\n<\/ul>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"With the incoming webhooks, you can easily post messages from other apps into Pu&#8230;","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_helpful_status":1,"_searchwp_excluded":"","footnotes":""},"categories":[52],"tags":[],"class_list":["post-1277","post","type-post","status-publish","format-standard","hentry","category-add-pumble-apps"],"acf":[],"featured_image_src":null,"author_info":{"display_name":"jovana","author_link":"https:\/\/pumble.com\/help\/de\/author\/jovana\/"},"_links":{"self":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/posts\/1277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/comments?post=1277"}],"version-history":[{"count":42,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/posts\/1277\/revisions"}],"predecessor-version":[{"id":12829,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/posts\/1277\/revisions\/12829"}],"wp:attachment":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/media?parent=1277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/categories?post=1277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/tags?post=1277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}