{"id":3121,"date":"2025-10-31T12:53:05","date_gmt":"2025-10-31T12:53:05","guid":{"rendered":"https:\/\/wpbot.pro\/docs\/?post_type=kbx_knowledgebase&#038;p=3121"},"modified":"2025-11-25T08:53:53","modified_gmt":"2025-11-25T08:53:53","slug":"slack-live-chat","status":"publish","type":"kbx_knowledgebase","link":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/","title":{"rendered":"Slack Live Chat"},"content":{"rendered":"<div id=\"kbx_toc_container\" class=\"kbx_toc_basic no_bullets\"><p class=\"kbx_toc_title\">Table of Contents<\/p><ul class=\"kbx_toc_list\"><li><a href=\"#-how-import-the-manifest-to-slack-app-easy-setup-guide\"><span class=\"kbx_toc_number kbx_toc_depth_1\">1<\/span> ## How Import the manifest to Slack app (easy setup guide)<\/a><\/li><li><a href=\"#example-code\"><span class=\"kbx_toc_number kbx_toc_depth_1\">2<\/span> Example code :<\/a><\/li><li><a href=\"#1-required-credentials\"><span class=\"kbx_toc_number kbx_toc_depth_1\">3<\/span> 1. Required credentials <\/a><\/li><li><a href=\"#2-prepare-the-website-to-slack-manifest-file\"><span class=\"kbx_toc_number kbx_toc_depth_1\">4<\/span> 2. Prepare the website_to_slack manifest file<\/a><\/li><\/ul><\/div>\n<p>Under the Live Chat Modes, here, options avilable for enable slack and classic chat. When you enabled the slack option, you will get Slack configuration settings.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-3126 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png\" alt=\"\" width=\"763\" height=\"688\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png 1426w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6-300x271.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6-1024x923.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6-768x693.png 768w\" sizes=\"(max-width: 763px) 100vw, 763px\" \/><\/p>\n<h1 dir=\"ltr\" style=\"line-height: 1.38; margin-top: 24pt; margin-bottom: 6pt;\"><span id=\"-how-import-the-manifest-to-slack-app-easy-setup-guide\"><span style=\"font-size: 23pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">## How Import the manifest to Slack app (easy setup guide)<\/span><\/span><\/h1>\n<ol>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Go to<\/span><a style=\"text-decoration: none;\" href=\"https:\/\/api.slack.com\/apps\"> <span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">https:\/\/api.slack.com\/apps<\/span><\/a><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> and sign in.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Click <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Create New App<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> \u2192 choose <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">From an app manifest<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Select your workspace, then copy\/paste or upload the edited manifest.<\/span><\/li>\n<\/ol>\n<p>Just replace yoursite_url\u00a0 with the your real site url, and add your own app name<\/p>\n<h1 dir=\"ltr\"><span id=\"example-code\">Example code :<\/span><\/h1>\n<p>&nbsp;<\/p>\n<p>Copy the <strong>YAML<\/strong> code and paste:<\/p>\n<pre>display_information:\r\n  name: Website to Slack\r\n\r\nfeatures:\r\n  bot_user:\r\n    display_name: Website to Slack\r\n    always_online: false\r\n\r\noauth_config:\r\n  scopes:\r\n    user:\r\n      - chat:write\r\n    bot:\r\n      - chat:write\r\n      - chat:write.public\r\n      - commands\r\n      - channels:manage\r\n      - channels:read\r\n      - groups:write\r\n      - groups:read\r\n      - im:write\r\n      - incoming-webhook\r\n      - app_mentions:read\r\n      - users:read\r\n      - channels:history\r\n\r\nsettings:\r\n  event_subscriptions:\r\n    request_url: https:\/\/yoursite_url\/wp-json\/qcwpbot\/v1\/slack-messages\r\n    bot_events:\r\n      - message.channels\r\n\r\n  interactivity:\r\n    is_enabled: true\r\n    request_url: https:\/\/yoursite_url\/wp-json\/qcwpbot\/v1\/slack-interaction\r\n\r\n  org_deploy_enabled: false\r\n  socket_mode_enabled: false\r\n  token_rotation_enabled: false<\/pre>\n<h1 dir=\"ltr\"><img decoding=\"async\" class=\"alignnone size-full wp-image-3201\" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/Screenshot-2025-11-25-at-4.49.30-PM.png\" alt=\"\" width=\"1392\" height=\"534\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/Screenshot-2025-11-25-at-4.49.30-PM.png 1392w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/Screenshot-2025-11-25-at-4.49.30-PM-300x115.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/Screenshot-2025-11-25-at-4.49.30-PM-1024x393.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/Screenshot-2025-11-25-at-4.49.30-PM-768x295.png 768w\" sizes=\"(max-width: 1392px) 100vw, 1392px\" \/><\/h1>\n<h1 dir=\"ltr\" style=\"line-height: 1.38; margin-top: 24pt; margin-bottom: 6pt;\"><span id=\"1-required-credentials\"><span style=\"font-size: 23pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">1. Required credentials <\/span><\/span><\/h1>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt;\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">You must collect and keep these <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">three<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> credentials <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">:<\/span><\/p>\n<p><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Slack Webhook URL<\/span><\/p>\n<ul>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">From <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"><strong>Incoming Webhooks <\/strong>menu,<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> when you add a webhook to a channel.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Example form: <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">https:\/\/hooks.slack.com\/services\/TXXXX\/BXXXX\/XXXXXXXX<\/span><\/li>\n<\/ul>\n<p>First, you need to enable this webhook on<\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"wp-image-3142 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12.png\" alt=\"\" width=\"816\" height=\"465\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12.png 2022w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12-300x171.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12-1024x583.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12-768x438.png 768w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-12-1536x875.png 1536w\" sizes=\"(max-width: 816px) 100vw, 816px\" \/><\/p>\n<p>Then, add a new Webhook and copy the Webhook URL<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3130 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-7.png\" alt=\"\" width=\"816\" height=\"542\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-7.png 1282w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-7-300x199.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-7-1024x681.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-7-768x510.png 768w\" sizes=\"(max-width: 816px) 100vw, 816px\" \/><\/p>\n<p><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Slack Signing Secret<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> :<\/span><\/p>\n<ul>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">From <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Basic Information<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> \u2192 <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">App Credentials<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Used to validate incoming requests from Slack (verify <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">X-Slack-Signature<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">).<\/span><\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3145 alignnone size-full\" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13.png\" alt=\"\" width=\"1676\" height=\"1262\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13.png 1676w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13-300x226.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13-1024x771.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13-768x578.png 768w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-13-1536x1157.png 1536w\" sizes=\"(max-width: 1676px) 100vw, 1676px\" \/><\/p>\n<p><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Slack Bot OAuth Token<\/span><\/p>\n<ul>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">From <\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">OAuth &amp; Permissions<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> after installing the app to your workspace.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Starts with <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">xoxb-<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">. Grants the app permission to call Web API methods.<\/span><\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3132 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-9.png\" alt=\"\" width=\"749\" height=\"516\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-9.png 1492w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-9-300x207.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-9-1024x706.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-9-768x529.png 768w\" sizes=\"(max-width: 749px) 100vw, 749px\" \/><\/p>\n<p><strong>Slack Agent User IDs<\/strong><\/p>\n<h1 dir=\"ltr\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3133 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-10.png\" alt=\"\" width=\"729\" height=\"550\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-10.png 1222w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-10-300x226.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-10-1024x773.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-10-768x579.png 768w\" sizes=\"(max-width: 729px) 100vw, 729px\" \/><\/h1>\n<h1 dir=\"ltr\" style=\"line-height: 1.38; margin-top: 24pt; margin-bottom: 6pt;\"><span id=\"2-prepare-the-website-to-slack-manifest-file\"><span style=\"font-size: 23pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">2. Prepare the <\/span><span style=\"font-size: 23pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">website_to_slack<\/span><span style=\"font-size: 23pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> manifest file<\/span><\/span><\/h1>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt;\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">You will import a manifest on <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">api.slack.com\/apps<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">. The manifest defines scopes, event subscriptions, and features your Slack app needs.<\/span><\/p>\n<ol>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Download the <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">website_to_slack<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> manifest file provided with your integration.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Open it in a text editor.<\/span><\/li>\n<li dir=\"ltr\" style=\"line-height: 1.38;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Replace all placeholder domain references (for example, <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">example.com<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">) with your real domain (e.g. <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">your-domain.com<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">) \u2014 both in <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">request_url<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> \/ <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">redirect_uris<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> and anywhere webhook endpoints are listed.<\/span><\/li>\n<\/ol>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt;\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Example manifest fragment (edit <\/span><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">your-domain.com<\/span><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">):<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">settings:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0event_subscriptions:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0request_url: https:\/\/your-domain.com\/slack\/events<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">oauth_config:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0redirect_urls:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0&#8211; https:\/\/your-domain.com\/slack\/oauth\/callback<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">permissions:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0bot_user:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0scopes:<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; chat:write<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; channels:read<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; groups:read<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; im:read<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; users:read<\/span><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 11pt; font-family: 'Roboto Mono',monospace; color: #188038; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0&#8211; incoming-webhook<\/span><\/p>\n<p dir=\"ltr\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3136 alignnone \" src=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-11.png\" alt=\"\" width=\"723\" height=\"413\" srcset=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-11.png 1410w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-11-300x171.png 300w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-11-1024x585.png 1024w, https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-11-768x439.png 768w\" sizes=\"(max-width: 723px) 100vw, 723px\" \/><\/p>\n<p dir=\"ltr\" style=\"line-height: 1.38; margin-top: 12pt; margin-bottom: 12pt;\" role=\"presentation\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Save the manifest.<\/span><\/p>\n<p>Check these video tutorials:<\/p>\n<p><iframe title=\"Live Human Support module Slack setup for AI ChatBot for WordPress\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube.com\/embed\/Y_AfVeYAL3k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p><iframe title=\"Live Human Support module setup for AI ChatBot for WordPress WPBot\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube.com\/embed\/1hcjfjfqijY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents1 ## How Import the manifest to Slack app (easy setup guide)2 Example code :3 1. Required credentials [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"kbx_category":[69],"kbx_tag":[],"class_list":["post-3121","kbx_knowledgebase","type-kbx_knowledgebase","status-publish","hentry","kbx_category-live-chat-addon-for-chat-bot"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Slack Live Chat - WPBot Pro Docs<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Slack Live Chat - WPBot Pro Docs\" \/>\n<meta property=\"og:description\" content=\"Table of Contents1 ## How Import the manifest to Slack app (easy setup guide)2 Example code :3 1. Required credentials [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/\" \/>\n<meta property=\"og:site_name\" content=\"WPBot Pro Docs\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T08:53:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1426\" \/>\n\t<meta property=\"og:image:height\" content=\"1286\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/\",\"url\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/\",\"name\":\"Slack Live Chat - WPBot Pro Docs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-6.png\",\"datePublished\":\"2025-10-31T12:53:05+00:00\",\"dateModified\":\"2025-11-25T08:53:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-6.png\",\"contentUrl\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-6.png\",\"width\":1426,\"height\":1286},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/slack-live-chat\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledgebase\",\"item\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/knowledgebase\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Slack Live Chat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/#website\",\"url\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/\",\"name\":\"Get the #1 ChatBot for WordPress \u2013 WPBot\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/#\\\/schema\\\/person\\\/770bebd298cfb4e7525960a804bfd88d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/#\\\/schema\\\/person\\\/770bebd298cfb4e7525960a804bfd88d\",\"name\":\"WPBot\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/chatbot-for-wordpress-wpbot-logo-1.png\",\"url\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/chatbot-for-wordpress-wpbot-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/chatbot-for-wordpress-wpbot-logo-1.png\",\"width\":202,\"height\":70,\"caption\":\"WPBot\"},\"logo\":{\"@id\":\"https:\\\/\\\/wpbot.pro\\\/docs\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/chatbot-for-wordpress-wpbot-logo-1.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Slack Live Chat - WPBot Pro Docs","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/","og_locale":"en_US","og_type":"article","og_title":"Slack Live Chat - WPBot Pro Docs","og_description":"Table of Contents1 ## How Import the manifest to Slack app (easy setup guide)2 Example code :3 1. Required credentials [&hellip;]","og_url":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/","og_site_name":"WPBot Pro Docs","article_modified_time":"2025-11-25T08:53:53+00:00","og_image":[{"width":1426,"height":1286,"url":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/","url":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/","name":"Slack Live Chat - WPBot Pro Docs","isPartOf":{"@id":"https:\/\/wpbot.pro\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/#primaryimage"},"image":{"@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png","datePublished":"2025-10-31T12:53:05+00:00","dateModified":"2025-11-25T08:53:53+00:00","breadcrumb":{"@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/#primaryimage","url":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png","contentUrl":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2025\/10\/image-6.png","width":1426,"height":1286},{"@type":"BreadcrumbList","@id":"https:\/\/wpbot.pro\/docs\/knowledgebase\/slack-live-chat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpbot.pro\/docs\/"},{"@type":"ListItem","position":2,"name":"Knowledgebase","item":"https:\/\/wpbot.pro\/docs\/knowledgebase\/"},{"@type":"ListItem","position":3,"name":"Slack Live Chat"}]},{"@type":"WebSite","@id":"https:\/\/wpbot.pro\/docs\/#website","url":"https:\/\/wpbot.pro\/docs\/","name":"Get the #1 ChatBot for WordPress \u2013 WPBot","description":"","publisher":{"@id":"https:\/\/wpbot.pro\/docs\/#\/schema\/person\/770bebd298cfb4e7525960a804bfd88d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpbot.pro\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wpbot.pro\/docs\/#\/schema\/person\/770bebd298cfb4e7525960a804bfd88d","name":"WPBot","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2024\/09\/chatbot-for-wordpress-wpbot-logo-1.png","url":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2024\/09\/chatbot-for-wordpress-wpbot-logo-1.png","contentUrl":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2024\/09\/chatbot-for-wordpress-wpbot-logo-1.png","width":202,"height":70,"caption":"WPBot"},"logo":{"@id":"https:\/\/wpbot.pro\/docs\/wp-content\/uploads\/2024\/09\/chatbot-for-wordpress-wpbot-logo-1.png"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_knowledgebase\/3121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_knowledgebase"}],"about":[{"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/types\/kbx_knowledgebase"}],"author":[{"embeddable":true,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/comments?post=3121"}],"version-history":[{"count":16,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_knowledgebase\/3121\/revisions"}],"predecessor-version":[{"id":3202,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_knowledgebase\/3121\/revisions\/3202"}],"wp:attachment":[{"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/media?parent=3121"}],"wp:term":[{"taxonomy":"kbx_category","embeddable":true,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_category?post=3121"},{"taxonomy":"kbx_tag","embeddable":true,"href":"https:\/\/wpbot.pro\/docs\/wp-json\/wp\/v2\/kbx_tag?post=3121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}