{"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-06-22T14:32:07","modified_gmt":"2026-06-22T12:32:07","slug":"incoming-webhooks-for-pumble","status":"publish","type":"post","link":"https:\/\/pumble.com\/help\/pt\/integrations\/add-pumble-apps\/incoming-webhooks-for-pumble\/","title":{"rendered":"Webhooks de Entrada para o Pumble"},"content":{"rendered":"\n<p class=\"translation-block wp-block-paragraph\">With the <strong>incoming webhooks<\/strong>, you can easily post messages from other apps into Pumble. When you create an <strong>incoming webhook<\/strong>, you receive a unique URL by which you can send a JSON payload with the message text. <\/p>\n\n\n\n<h2 class=\"wp-block-heading translation-block\">Creating an incoming webhook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To create a new incoming webhook: <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Click on your Workspace name at the top left corner <\/li>\n\n\n\n<li class=\"translation-block\">Navigate to the <strong>Workspace settings<\/strong><\/li>\n\n\n\n<li class=\"translation-block\">Select <strong>General settings<\/strong> from the dropdown<\/li>\n\n\n\n<li class=\"translation-block\">Click on the <strong>Incoming Webhooks<\/strong> section in the sidebar<\/li>\n\n\n\n<li class=\"translation-block\">Click on the <strong>New Webhook<\/strong> button at the top right corner<\/li>\n\n\n\n<li>Choose the channel where your webhook will post messages<\/li>\n\n\n\n<li class=\"translation-block\">Click on the <strong>Add incoming Webhook<\/strong> button to complete the process<\/li>\n<\/ol>\n\n\n\n<p class=\"translation-block wp-block-paragraph\">When you create your webhook, the editor opens up automatically. There, you&#8217;ll be able to <strong>customize<\/strong> its <strong>name<\/strong>, <strong>change the channel<\/strong>, add a <strong>descriptive label<\/strong>, customize the i<strong>con<\/strong>, and most importantly, <strong>copy<\/strong> or <strong>regenerate<\/strong> your unique <strong>URL<\/strong>. <\/p>\n\n\n\n<p class=\"note wp-block-paragraph\">The limit rate on the incoming webhooks on Pumble is one second per webhook.<\/p>\n\n\n\n<p class=\"note wp-block-paragraph\">The maximum number of characters in a webhook is 10000.<\/p>\n\n\n\n<h2 class=\"wp-block-heading translation-block\">Using incoming webhook to send a message<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To send a message using the incoming webhooks you just created, simply make an HTTP POST request to the unique URL you copied from the webhook editor. <\/p>\n\n\n\n<p class=\"translation-block wp-block-paragraph\">The request payload should contain the <strong>text<\/strong> property and that text will be posted into a specified channel. Currently supported content types are: <\/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 class=\"wp-block-paragraph\">Here is a sample curl request for posting to a channel using an incoming webhook using the application\/x-www-form-urlencoded content type:<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 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<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">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><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a sample JSON curl request for posting to a channel using an incoming webhook:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">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><\/div><\/div>\n\n\n\n<p class=\"note wp-block-paragraph\">You can use rich text formatting for webhook messages. Here are some payload examples:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>User mention<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n   \"text\": \"User mention: &lt;&lt;@{{userId}}>>, channel mention: &lt;&lt;#{{channelId}}>>, user group mention: &lt;&lt;&amp;{{userGroupId}}>> and @here @channel\"\n}<\/code><\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Attachment<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n   \"attachments\": [\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><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This attachment example will send a message that looks like this:<\/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 class=\"wp-block-paragraph\"><strong>Hyperlinks<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n   \"text\": \"[Markdown Hyperlink](https:\/\/pumble.com) | &lt;a href=\\\"https:\/\/pumble.com\\\">Html hyperlink&lt;\/a> | &lt;https:\/\/pumble.com|Hyperlink>\"\n}<\/code><\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Emojis<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n   \"text\": \"Emojis :raised_hands: :heart:\"\n}<\/code><\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Code block<\/strong>:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n   \"text\": \"`Inline code` and ```Code block\\n hello \\nEnd of code block```\"\n}<\/code><\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s an example message that incorporates different types of rich text formatting:<\/p>\n\n\n\n<div class=\"wp-block-custom-auto-code-block auto-code-wrapper\"><div class=\"code-header\"><span class=\"code-lang\"><\/span><button class=\"copy-btn\" onclick=\"copyCodeToClipboard(this)\"><svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" style=\"margin-right:8px\"><mask id=\"mask-copy-save\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"17\" height=\"17\"><rect width=\"17\" height=\"17\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask-copy-save)\"><path d=\"M6.375 12.7508C5.98542 12.7508 5.65191 12.6121 5.37448 12.3347C5.09705 12.0572 4.95833 11.7237 4.95833 11.3341V2.83415C4.95833 2.44456 5.09705 2.11106 5.37448 1.83363C5.65191 1.5562 5.98542 1.41748 6.375 1.41748H12.75C13.1396 1.41748 13.4731 1.5562 13.7505 1.83363C14.028 2.11106 14.1667 2.44456 14.1667 2.83415V11.3341C14.1667 11.7237 14.028 12.0572 13.7505 12.3347C13.4731 12.6121 13.1396 12.7508 12.75 12.7508H6.375ZM6.375 11.3341H12.75V2.83415H6.375V11.3341ZM3.54167 15.5841C3.15208 15.5841 2.81858 15.4454 2.54115 15.168C2.26372 14.8906 2.125 14.5571 2.125 14.1675V4.25081H3.54167V14.1675H11.3333V15.5841H3.54167Z\" fill=\"black\"><\/path><\/g><\/svg>Copy<\/button><\/div><div class=\"code-scroll-area\"><pre class=\"language-\"><code class=\"language-\">{\n \"text\": \"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>bold&lt;\/b>, &lt;i>italic&lt;\/i>, &lt;code>inline code&lt;\/code>\\n\\n\ud83d\udd17 Useful Links:\\n- [Pumble Website](https:\/\/pumble.com)\\n- &lt;a href=\\\"https:\/\/pumble.com\\\">Pumble via HTML&lt;\/a>\\n- &lt;https:\/\/pumble.com|Pumble custom hyperlink> \\n\\n:busts_in_silhouette: Mentions:\\n- Channel: &lt;&lt;#{{68e3a383ce5f2c8d95ff46a6}}>> \\nNotifications: @here @channel \\n\\n:computer: Code snippet:```function greet() {\\n  console.log(\\\"Hello, Pumble!\\\");\\n}```\"\n}<\/code><\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This webhook message would look like this:<\/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\">Error handling<\/h2>\n\n\n\n<p class=\"translation-block wp-block-paragraph\">If everything is set up correctly, you&#8217;ll receive an <strong>HTTP 200<\/strong> status to indicate that your incoming webhook worked and the message was sent successfully. This might not always be the case, and this action can fail for numerous reasons. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some of the errors you might encounter if your webhooks fail are: <\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>message:&nbsp;Incoming&nbsp;webhook&nbsp;is&nbsp;disabled.<br>code:&nbsp;400700<\/td><td>The Webhook was disabled by the Workspace Admin<\/td><\/tr><tr><td>message: Incoming webhook is deleted.<br>code: 400702<\/td><td>The Webhook was deleted by the Workspace Admin<\/td><\/tr><tr><td>message:&nbsp;Not&nbsp;found. <br>code:&nbsp;404100<\/td><td>Unique URL was not found and was most likely regenerated by the workspace Admin<\/td><\/tr><tr><td>message:&nbsp;You&nbsp;can&nbsp;not&nbsp;perform&nbsp;this&nbsp;operation.<br>code:&nbsp;403200<\/td><td>You don&#8217;t have permission to post in the specified channel <\/td><\/tr><tr><td>message: Channel is archived.<br>code: 400440<\/td><td>The channel where the webhooks is sending messages is Archived <\/td><\/tr><tr><td>message: Invalid payload format. <br>code: 400703<\/td><td>Request payload is not in one of the supported formats. <\/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\">Related Articles<\/h3>\n\n\n\n<ul class=\"wp-block-list related-articles-list\">\n<li class=\"translation-block\"><a href=\"https:\/\/pumble.com\/help\/integrations\/add-pumble-apps\/guide-to-pumble-integrations\/\">Guide to Pumble Integrations<\/a><\/li>\n<\/ul>\n<\/div><\/div>\n","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\/pt\/author\/jovana\/"},"_links":{"self":[{"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/posts\/1277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/comments?post=1277"}],"version-history":[{"count":49,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/posts\/1277\/revisions"}],"predecessor-version":[{"id":13582,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/posts\/1277\/revisions\/13582"}],"wp:attachment":[{"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/media?parent=1277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/categories?post=1277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pumble.com\/help\/pt\/wp-json\/wp\/v2\/tags?post=1277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}