{"id":7276,"date":"2025-04-08T07:19:44","date_gmt":"2025-04-08T07:19:44","guid":{"rendered":"https:\/\/codewithtarun.com\/blog\/?p=7276"},"modified":"2025-04-08T10:42:49","modified_gmt":"2025-04-08T10:42:49","slug":"slack-platform","status":"publish","type":"post","link":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/","title":{"rendered":"Slack Platform ?"},"content":{"rendered":"\n<p><strong>The Slack platform lets you extend, expand and automate your workspaces.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 What is the Slack Platform?<\/h3>\n\n\n\n<p>The <strong>Slack Platform<\/strong> is a powerful ecosystem that enables developers and teams to build custom tools and integrations that enhance collaboration, streamline workflows, and automate repetitive tasks within the Slack workspace. It provides APIs, SDKs, and UI components to create bots, apps, automations, and integrations that deeply embed into the Slack experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Two Ways to Automate or Enhance Operations on Slack<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Workflow Builder<\/strong><br>Slack\u2019s no-code Workflow Builder allows users to automate routine processes by creating custom workflows that can send messages, collect information, and integrate with external tools\u2014without writing any code.<\/li>\n\n\n\n<li><strong>Custom Slack Apps and Bots<\/strong><br>Developers can create custom apps using Slack APIs to handle tasks like responding to commands, posting updates, triggering actions based on events, or integrating with external services (e.g., CRMs, ticketing systems).<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Five Possible Actions a Slack App Can Perform<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Send Messages:<\/strong> Post messages to channels, groups, or DMs using the <code>chat.postMessage<\/code> API.<\/li>\n\n\n\n<li><strong>Respond to Slash Commands:<\/strong> Execute logic or return information based on user-initiated commands.<\/li>\n\n\n\n<li><strong>React to Events:<\/strong> Monitor activity such as message posts, reactions, or user status updates via the Events API.<\/li>\n\n\n\n<li><strong>Use Modals and Forms:<\/strong> Collect user input or provide interactive workflows using modals and form views.<\/li>\n\n\n\n<li><strong>Schedule Messages:<\/strong> Use the <code>chat.scheduleMessage<\/code> API to deliver updates or reminders at specific times.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Slack App Surfaces (User Interface Areas)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Home Tab:<\/strong> A persistent, customizable tab in the Slack app sidebar for dashboards, overviews, and navigation.<\/li>\n\n\n\n<li><strong>Modals:<\/strong> Pop-up windows used for forms, confirmations, or collecting structured data.<\/li>\n\n\n\n<li><strong>Messages:<\/strong> The most common surface, allowing apps to send messages in channels or DMs, with interactive elements like buttons and menus.<\/li>\n\n\n\n<li><strong>App Home Messages:<\/strong> Messages shown directly in the App Home view.<\/li>\n\n\n\n<li><strong>Slash Commands:<\/strong> Typed commands (e.g., <code>\/task<\/code>) that trigger app actions.<\/li>\n\n\n\n<li><strong>Workflow Steps:<\/strong> Custom steps that can be added into Slack&#8217;s Workflow Builder for low-code automation.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Recommended Surfaces by Use Case<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Use Case<\/th><th>Recommended Surface<\/th><\/tr><\/thead><tbody><tr><td>Daily summary or dashboard<\/td><td>Home Tab<\/td><\/tr><tr><td>User input or multi-step form<\/td><td>Modal<\/td><\/tr><tr><td>Quick alerts and notifications<\/td><td>Messages<\/td><\/tr><tr><td>Shortcuts and triggers<\/td><td>Slash Commands \/ Message Buttons<\/td><\/tr><tr><td>Guided workflows with inputs<\/td><td>Workflow Steps + Modals<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 Setting Up a Team to Collaborate on a Slack App<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create a Slack App<\/strong> in the <a class=\"\">Slack API Dashboard<\/a>.<\/li>\n\n\n\n<li><strong>Assign Roles:<\/strong> Define who will handle development, design, content, and testing.<\/li>\n\n\n\n<li><strong>Use App Manifests:<\/strong> Easily share app configuration and permissions with teammates.<\/li>\n\n\n\n<li><strong>Use Version Control:<\/strong> Host your app code in a shared Git repository for collaboration.<\/li>\n\n\n\n<li><strong>Enable Developer Mode:<\/strong> Allow team members to install and test the app in a development workspace.<\/li>\n\n\n\n<li><strong>Use Slack\u2019s App Management Tools:<\/strong> Add collaborators to the app and control access to tokens, logs, and settings.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Verified: Setting Up a Team to Collaborate on a Slack App<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create a Slack App<\/strong><br>\u2705 <em>Correct.<\/em> You start by creating the app via the <a class=\"\">Slack API Dashboard<\/a>.<\/li>\n\n\n\n<li><strong>Assign Roles<\/strong><br>\u2705 <em>Correct.<\/em> It&#8217;s important to define clear responsibilities like:\n<ul class=\"wp-block-list\">\n<li>Developer (writes code)<\/li>\n\n\n\n<li>Designer (handles UI\/UX in modals or home tabs)<\/li>\n\n\n\n<li>Content Creator (writes copy or messages)<\/li>\n\n\n\n<li>Tester (ensures functionality across use cases)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Use App Manifests<\/strong><br>\u2705 <em>Correct.<\/em> Manifests are YAML or JSON files that describe your app&#8217;s configuration and can be versioned, shared, and reused across workspaces.<\/li>\n\n\n\n<li><strong>Use Version Control<\/strong><br>\u2705 <em>Correct.<\/em> Tools like Git (GitHub, GitLab, Bitbucket) help maintain collaboration and history of changes.<\/li>\n\n\n\n<li><strong>Enable Developer Mode<\/strong><br>\u2705 <em>Correct.<\/em> In Slack&#8217;s settings, enabling Developer Mode allows easier inspection of app interactions, message payloads, and testing workflows.<\/li>\n\n\n\n<li><strong>Use Slack\u2019s App Management Tools<\/strong><br>\u2705 <em>Correct.<\/em> You can invite collaborators in the app&#8217;s management dashboard under the <strong>Collaborators<\/strong> section, giving them controlled access to manage or view the app&#8217;s details, logs, scopes, and tokens.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83e\udde0 Practice Your Skills<\/h3>\n\n\n\n<p>To test your understanding, try solving real-world sample exam questions or scenarios related to Slack development. This will help reinforce your learning and prepare you for interviews, certifications, or practical implementations.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>The Home tab is the place for summaries and quick access to user specific content. Messages are the best way to keep a team of developers informed of notifications. Continue through this lesson to learn more about\u00a0<strong>App surfaces<\/strong>.<\/p>\n\n\n\n<p><strong>Quiz Question:<\/strong><\/p>\n\n\n\n<p>You have been tasked with developing a Slack app that helps developers monitor internal services. The project manager has provided the following requirements:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Each developer should have <strong>their own summarized view<\/strong> of the services.<\/li>\n\n\n\n<li>All developers should be able to <strong>review service notifications<\/strong> as they come in.<\/li>\n<\/ol>\n\n\n\n<p><strong>Which Slack app surfaces would be most appropriate for each requirement?<\/strong><\/p>\n\n\n\n<p><strong>A.<\/strong> Use the <strong>Messages<\/strong> surface for both summarized views and service notifications.<br><strong>B.<\/strong> Use the <strong>Home tab<\/strong> for summarized views, and <strong>Messages<\/strong> for service notifications.<br><strong>C.<\/strong> Use the <strong>Messages<\/strong> surface for summarized views, and <strong>Home tab<\/strong> for service notifications.<br><strong>D.<\/strong> Use the <strong>Home tab<\/strong> for both summarized views and service notifications.<\/p>\n\n\n\n<p><strong>Correct Answer:<\/strong> \u2705 <strong>B.<\/strong> Use the <strong>Home tab<\/strong> for summarized views, and <strong>Messages<\/strong> for service notifications.<\/p>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <strong>Home tab<\/strong> is ideal for personalized and persistent UI elements, like a developer&#8217;s own service summary.<\/li>\n\n\n\n<li><strong>Messages<\/strong> are better suited for real-time updates or alerts, making them perfect for service notifications sent to a channel or user.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Slack platform lets you extend, expand and automate your workspaces. \ud83d\udd39 What is the Slack Platform? The Slack Platform is a powerful ecosystem that enables developers and teams to &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Slack Platform ?&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":7279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":""},"categories":[52],"tags":[],"class_list":["post-7276","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-slack"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Slack Platform ? - A SalesforceSphere By CodeWithTarun<\/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:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Slack Platform ? - A SalesforceSphere By CodeWithTarun\" \/>\n<meta property=\"og:description\" content=\"The Slack platform lets you extend, expand and automate your workspaces. \ud83d\udd39 What is the Slack Platform? The Slack Platform is a powerful ecosystem that enables developers and teams to &hellip; Read more &quot;Slack Platform ?&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\" \/>\n<meta property=\"og:site_name\" content=\"A SalesforceSphere By CodeWithTarun\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-08T07:19:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T10:42:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-683x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"683\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tarun Gupta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tarun Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\"},\"author\":{\"name\":\"Tarun Gupta\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\"},\"headline\":\"Slack Platform ?\",\"datePublished\":\"2025-04-08T07:19:44+00:00\",\"dateModified\":\"2025-04-08T10:42:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\"},\"wordCount\":851,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\"},\"image\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png\",\"articleSection\":[\"Slack\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\",\"url\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\",\"name\":\"Slack Platform ? - A SalesforceSphere By CodeWithTarun\",\"isPartOf\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png\",\"datePublished\":\"2025-04-08T07:19:44+00:00\",\"dateModified\":\"2025-04-08T10:42:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage\",\"url\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png\",\"contentUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png\",\"width\":1024,\"height\":1536},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codewithtarun.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Slack Platform ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/#website\",\"url\":\"https:\/\/codewithtarun.com\/blog\/\",\"name\":\"A SalesforceSphere By CodeWithTarun\",\"description\":\"A Hub for Salesforce Trailblazers &amp; Tech Explorers.\",\"publisher\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codewithtarun.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\",\"name\":\"Tarun Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/af6262d086f1ed309a700bcf09b2cdf679b126c0abb7cb12797833c3a5f43a97?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/af6262d086f1ed309a700bcf09b2cdf679b126c0abb7cb12797833c3a5f43a97?s=96&d=mm&r=g\",\"caption\":\"Tarun Gupta\"},\"logo\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/image\/\"},\"description\":\"Salesforce Marketing Champion \ud83c\udfc6 | Founder &amp; CTO, Vivaansh Consulting | Multi-Cloud | DevOps Enthusiast | Public Speaker | Community Leader | MVP Expert | SFMC , Slack | Data Enthusiast\",\"sameAs\":[\"https:\/\/codewithtarun.com\/blog\"],\"url\":\"https:\/\/codewithtarun.com\/blog\/author\/codewtadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Slack Platform ? - A SalesforceSphere By CodeWithTarun","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:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/","og_locale":"en_US","og_type":"article","og_title":"Slack Platform ? - A SalesforceSphere By CodeWithTarun","og_description":"The Slack platform lets you extend, expand and automate your workspaces. \ud83d\udd39 What is the Slack Platform? The Slack Platform is a powerful ecosystem that enables developers and teams to &hellip; Read more \"Slack Platform ?\"","og_url":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/","og_site_name":"A SalesforceSphere By CodeWithTarun","article_published_time":"2025-04-08T07:19:44+00:00","article_modified_time":"2025-04-08T10:42:49+00:00","og_image":[{"width":683,"height":1024,"url":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-683x1024.png","type":"image\/png"}],"author":"Tarun Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tarun Gupta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#article","isPartOf":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/"},"author":{"name":"Tarun Gupta","@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3"},"headline":"Slack Platform ?","datePublished":"2025-04-08T07:19:44+00:00","dateModified":"2025-04-08T10:42:49+00:00","mainEntityOfPage":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/"},"wordCount":851,"commentCount":0,"publisher":{"@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3"},"image":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png","articleSection":["Slack"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/","url":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/","name":"Slack Platform ? - A SalesforceSphere By CodeWithTarun","isPartOf":{"@id":"https:\/\/codewithtarun.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage"},"image":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png","datePublished":"2025-04-08T07:19:44+00:00","dateModified":"2025-04-08T10:42:49+00:00","breadcrumb":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#primaryimage","url":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png","contentUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png","width":1024,"height":1536},{"@type":"BreadcrumbList","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/08\/slack-platform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewithtarun.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Slack Platform ?"}]},{"@type":"WebSite","@id":"https:\/\/codewithtarun.com\/blog\/#website","url":"https:\/\/codewithtarun.com\/blog\/","name":"A SalesforceSphere By CodeWithTarun","description":"A Hub for Salesforce Trailblazers &amp; Tech Explorers.","publisher":{"@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codewithtarun.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3","name":"Tarun Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/af6262d086f1ed309a700bcf09b2cdf679b126c0abb7cb12797833c3a5f43a97?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af6262d086f1ed309a700bcf09b2cdf679b126c0abb7cb12797833c3a5f43a97?s=96&d=mm&r=g","caption":"Tarun Gupta"},"logo":{"@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/image\/"},"description":"Salesforce Marketing Champion \ud83c\udfc6 | Founder &amp; CTO, Vivaansh Consulting | Multi-Cloud | DevOps Enthusiast | Public Speaker | Community Leader | MVP Expert | SFMC , Slack | Data Enthusiast","sameAs":["https:\/\/codewithtarun.com\/blog"],"url":"https:\/\/codewithtarun.com\/blog\/author\/codewtadmin\/"}]}},"featured_media_urls":{"thumbnail":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-150x150.png",150,150,true],"medium":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-200x300.png",200,300,true],"medium_large":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",768,1152,false],"large":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-683x1024.png",683,1024,true],"1536x1536":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",1024,1536,false],"2048x2048":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",1024,1536,false],"inspiro-featured-image":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",1024,1536,false],"inspiro-loop":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-950x320.png",950,320,true],"inspiro-loop@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-1024x640.png",1024,640,true],"portfolio_item-thumbnail":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-600x400.png",600,400,true],"portfolio_item-thumbnail@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-1024x800.png",1024,800,true],"portfolio_item-masonry":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-600x900.png",600,900,true],"portfolio_item-masonry@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",1024,1536,false],"portfolio_item-thumbnail_cinema":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-800x335.png",800,335,true],"portfolio_item-thumbnail_portrait":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-600x900.png",600,900,true],"portfolio_item-thumbnail_portrait@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta.png",1024,1536,false],"portfolio_item-thumbnail_square":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/what_is_slack_tarungupta-800x800.png",800,800,true]},"_links":{"self":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/comments?post=7276"}],"version-history":[{"count":3,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7276\/revisions"}],"predecessor-version":[{"id":7291,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7276\/revisions\/7291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/media\/7279"}],"wp:attachment":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/media?parent=7276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/categories?post=7276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/tags?post=7276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}