{"id":7271,"date":"2025-04-07T13:09:04","date_gmt":"2025-04-07T13:09:04","guid":{"rendered":"https:\/\/codewithtarun.com\/blog\/?p=7271"},"modified":"2025-04-07T13:10:56","modified_gmt":"2025-04-07T13:10:56","slug":"understanding-slack-app-architecture","status":"publish","type":"post","link":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/","title":{"rendered":"Understanding Slack App Architecture"},"content":{"rendered":"\n<p>Slack apps are built to extend and enhance the capabilities of the Slack platform, offering seamless integration with workflows, external tools, and custom business logic. Understanding the architecture of a Slack app helps in designing scalable, efficient, and user-friendly applications. Here&#8217;s a breakdown of the key components:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. <strong>Slack App Components<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Slack API<\/strong>: Core interface for sending\/receiving data (Web API, Events API, RTM API).<\/li>\n\n\n\n<li><strong>App Manifest<\/strong>: Defines app capabilities, scopes, features (like slash commands, bot tokens).<\/li>\n\n\n\n<li><strong>Bot User<\/strong>: A programmatic user that interacts with users, channels, and external APIs.<\/li>\n\n\n\n<li><strong>Slash Commands<\/strong>: Custom commands triggering HTTP requests to your backend.<\/li>\n\n\n\n<li><strong>Event Subscriptions<\/strong>: Listens to specific events in Slack (like message_posted).<\/li>\n\n\n\n<li><strong>Interactivity (Modals &amp; Buttons)<\/strong>: Handles user interactions via payloads sent to your backend.<\/li>\n\n\n\n<li><strong>Home Tab<\/strong>: Custom, dynamic app UI for each user within Slack.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2. <strong>App Hosting &amp; Backend<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hosted on a server or cloud function (Node.js, Python, etc.).<\/li>\n\n\n\n<li>Listens to incoming requests from Slack (events, commands, interactivity).<\/li>\n\n\n\n<li>Can connect to databases or third-party APIs.<\/li>\n\n\n\n<li>Uses OAuth 2.0 for authentication and permission scopes.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">3. <strong>Security &amp; Permissions<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Scopes define what the app can access (e.g., <code>channels:read<\/code>, <code>chat:write<\/code>).<\/li>\n\n\n\n<li>Tokens (User Token \/ Bot Token) are used to authenticate API requests.<\/li>\n\n\n\n<li>Verification tokens or signing secrets ensure the authenticity of requests.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">4. <strong>Deployment &amp; Installation<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Slack apps are installed per workspace.<\/li>\n\n\n\n<li>After user authorization, a token is exchanged and stored for future calls.<\/li>\n\n\n\n<li>Apps can be distributed publicly via the Slack App Directory or kept private.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/slackapparchitecture.png\" alt=\"\" class=\"wp-image-7272\" srcset=\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/slackapparchitecture.png 1024w, https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/slackapparchitecture-300x300.png 300w, https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/slackapparchitecture-150x150.png 150w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Slack apps are built to extend and enhance the capabilities of the Slack platform, offering seamless integration with workflows, external tools, and custom business logic. Understanding the architecture of a &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Understanding Slack App Architecture&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":7273,"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-7271","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>Understanding Slack App Architecture - 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\/07\/understanding-slack-app-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding Slack App Architecture - A SalesforceSphere By CodeWithTarun\" \/>\n<meta property=\"og:description\" content=\"Slack apps are built to extend and enhance the capabilities of the Slack platform, offering seamless integration with workflows, external tools, and custom business logic. Understanding the architecture of a &hellip; Read more &quot;Understanding Slack App Architecture&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"A SalesforceSphere By CodeWithTarun\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-07T13:09:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-07T13:10:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\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=\"2 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\/07\/understanding-slack-app-architecture\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\"},\"author\":{\"name\":\"Tarun Gupta\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\"},\"headline\":\"Understanding Slack App Architecture\",\"datePublished\":\"2025-04-07T13:09:04+00:00\",\"dateModified\":\"2025-04-07T13:10:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\"},\"wordCount\":244,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3\"},\"image\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png\",\"articleSection\":[\"Slack\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\",\"url\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\",\"name\":\"Understanding Slack App Architecture - A SalesforceSphere By CodeWithTarun\",\"isPartOf\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png\",\"datePublished\":\"2025-04-07T13:09:04+00:00\",\"dateModified\":\"2025-04-07T13:10:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage\",\"url\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png\",\"contentUrl\":\"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codewithtarun.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding Slack App Architecture\"}]},{\"@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":"Understanding Slack App Architecture - 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\/07\/understanding-slack-app-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Understanding Slack App Architecture - A SalesforceSphere By CodeWithTarun","og_description":"Slack apps are built to extend and enhance the capabilities of the Slack platform, offering seamless integration with workflows, external tools, and custom business logic. Understanding the architecture of a &hellip; Read more \"Understanding Slack App Architecture\"","og_url":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/","og_site_name":"A SalesforceSphere By CodeWithTarun","article_published_time":"2025-04-07T13:09:04+00:00","article_modified_time":"2025-04-07T13:10:56+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1024x683.png","type":"image\/png"}],"author":"Tarun Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tarun Gupta","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#article","isPartOf":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/"},"author":{"name":"Tarun Gupta","@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3"},"headline":"Understanding Slack App Architecture","datePublished":"2025-04-07T13:09:04+00:00","dateModified":"2025-04-07T13:10:56+00:00","mainEntityOfPage":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/"},"wordCount":244,"commentCount":0,"publisher":{"@id":"https:\/\/codewithtarun.com\/blog\/#\/schema\/person\/cbe8ae2003e574a61d78f6b91c3773d3"},"image":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage"},"thumbnailUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png","articleSection":["Slack"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/","url":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/","name":"Understanding Slack App Architecture - A SalesforceSphere By CodeWithTarun","isPartOf":{"@id":"https:\/\/codewithtarun.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage"},"image":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage"},"thumbnailUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png","datePublished":"2025-04-07T13:09:04+00:00","dateModified":"2025-04-07T13:10:56+00:00","breadcrumb":{"@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#primaryimage","url":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png","contentUrl":"https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/codewithtarun.com\/blog\/2025\/04\/07\/understanding-slack-app-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewithtarun.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Understanding Slack App Architecture"}]},{"@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\/tarungupta_slack-150x150.png",150,150,true],"medium":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-300x200.png",300,200,true],"medium_large":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png",768,512,false],"large":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1024x683.png",950,634,true],"1536x1536":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png",1536,1024,false],"2048x2048":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png",1536,1024,false],"inspiro-featured-image":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack.png",1536,1024,false],"inspiro-loop":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-950x320.png",950,320,true],"inspiro-loop@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1536x640.png",1536,640,true],"portfolio_item-thumbnail":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-600x400.png",600,400,true],"portfolio_item-thumbnail@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1200x800.png",1200,800,true],"portfolio_item-masonry":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-600x400.png",600,400,true],"portfolio_item-masonry@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1200x800.png",1200,800,true],"portfolio_item-thumbnail_cinema":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-800x335.png",800,335,true],"portfolio_item-thumbnail_portrait":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-600x900.png",600,900,true],"portfolio_item-thumbnail_portrait@2x":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-1200x1024.png",1200,1024,true],"portfolio_item-thumbnail_square":["https:\/\/codewithtarun.com\/blog\/wp-content\/uploads\/2025\/04\/tarungupta_slack-800x800.png",800,800,true]},"_links":{"self":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7271","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=7271"}],"version-history":[{"count":1,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7271\/revisions"}],"predecessor-version":[{"id":7274,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/posts\/7271\/revisions\/7274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/media\/7273"}],"wp:attachment":[{"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/media?parent=7271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/categories?post=7271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codewithtarun.com\/blog\/wp-json\/wp\/v2\/tags?post=7271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}