CINXE.COM
Slack Integrations - Connect Your Apps with IFTTT
<!DOCTYPE html> <html lang="en"> <head> <link rel="preconnect dns-prefetch" href="https://web-assets.ifttt.com"> <link rel="preconnect dns-prefetch" href="https://www.google.com"> <link rel="preconnect dns-prefetch" href="https://www.google-analytics.com"> <link rel="preconnect dns-prefetch" href="https://www.google-analytics.com" crossorigin> <link rel="preconnect" href="https://www.googletagmanager.com" crossorigin> <link rel="dns-prefetch" href="https://www.googletagmanager.com"> <link rel="stylesheet" href="//web-assets.ifttt.com/packs/css/unauthenticated_service-4375455c.css" /> <!-- Google Tag Manager --> <script type="text/javascript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NNB6HCT');</script> <!-- End Google Tag Manager --> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0"> <meta name="mobile-web-app-capable" content="yes"> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="4VSpuDHbx9nxxgQc1NvWLsFuLCYvm1OQtCSjtwwoujc-Zd1esiFWWQZf03SocKjharqo_3_xesE8PEt32RAKCA" /> <link rel="canonical" href="https://ifttt.com/slack"> <title>Slack Integrations - Connect Your Apps with IFTTT</title> <meta name="description" content="Integrate Slack with over 900 of your favorite apps & devices to unlock powerful automations on IFTTT. Get started today!"> <meta name="keywords" content="ifttt slack integrations applets twitter date & time email weather underground google calendar location trello instagram facebook pages button widget camera widget dropbox"> <meta property="al:ios:url" content="ifttt://"> <meta property="al:ios:app_store_id" content="660944635"> <meta property="al:ios:app_name" content="IFTTT"> <meta property="fb:app_id" content="122259781154546"> <meta property="fb:admins" content="7302486"> <meta property="og:title" content="Slack Integrations - Connect Your Apps with IFTTT"> <meta property="og:description" content="Integrate Slack with over 900 of your favorite apps & devices to unlock powerful automations on IFTTT. Get started today!"> <meta property="og:site_name" content="IFTTT"> <meta property="og:url" content="https://ifttt.com/slack"> <meta property="og:image" content="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_large.webp"> <meta property="og:image:width" content="310"> <meta property="og:image:height" content="310"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@IFTTT"> <meta name="twitter:image" content="//web-assets.ifttt.com/packs/media/shared/ifttt-banner-287889aa7d44e76a8d08.png"> <meta name="twitter:app:id:iphone" content="660944635"> <meta name="twitter:app:id:ipad" content="660944635"> <meta name="twitter:app:id:googleplay" content="com.ifttt.ifttt"> <meta name="twitter:app:url:iphone" content="ifttt://"> <meta name="twitter:app:url:ipad" content="ifttt://"> <meta name="twitter:app:url:googleplay" content="ifttt://"> <meta name="twitter:app:name:googleplay" content="IFTTT"> <meta name="author" content="IFTTT"> <meta name="copyright" content="Copyright 2024 IFTTT Inc."> <meta name="theme-color" content=""> <meta name="facebook-domain-verification" content="tapueff3rri63aug9c5b7hapbv3mkv"> <!-- Standard SVG Favicon --> <link rel="icon" href="//web-assets.ifttt.com/packs/media/shared/favicon-52685f5f6a9fa84b597b.svg" type="image/svg+xml"> <!-- For all Apple Devices: --> <link rel="apple-touch-icon" href="//web-assets.ifttt.com/packs/media/shared/apple-touch-icon-180x180-precomposed-3051db6596d17c872795.png"> <!-- For Windows 8: --> <meta name="msapplication-TileImage" content="//web-assets.ifttt.com/packs/media/shared/pinned-7c16762a164906b59cb5.png"> <meta name="msapplication-TileColor" content="#222222"> <script type="text/javascript"> (function() { window.App = Object.assign({}, window.App, { authenticityToken: '4VSpuDHbx9nxxgQc1NvWLsFuLCYvm1OQtCSjtwwoujc-Zd1esiFWWQZf03SocKjharqo_3_xesE8PEt32RAKCA', env: 'production', browserSessionId: 'msdd5Pmr__Lq4oE11-b-PA', userTimezoneOffset: -21600, datadogApplicationId: '0dc9aab3-2962-45f3-b021-5e94cf2edb54', datadogClientToken: 'pub53e0fca8acfa415ab78558a4f3d0ebc1', datadogService: 'grizzly-www-client', datadogSessionReplaySampleRate: '0', datadogSessionSampleRate: '30', datadogVersion: 'production-v3998', datadogAllowedTracingUrls: ["https://ifttt.com"], sentryDSNGrizzlyClient: 'https://9f79ec8b79a24eec8fb836b12ad09862@o5469.ingest.sentry.io/5610878', gMapsKey: 'AIzaSyDKZzIblOyHuDj6vK1m0Jan7PEi5tOIWfk', stripePublishableKey: 'pk_live_8hj2Ms3R74vPVWlGAEZ35Hmh', defaultProfileIconUrl: '//web-assets.ifttt.com/packs/media/partners/icon-avatar-8ee16618c5650c05e8db.svg', requestId: 'b2ce20b5-417d-4b4b-885d-f9a83ea131b9', userJWT: '', jwtExp: 0, trackSession: false, trackReplaySession: false, }) // helper function to asyncify scripts that don't support async/defer (zendesk widget) window.App.loadScriptAsync = function (src, id = null, attrs = null) { return new Promise(function(resolve, reject) { const s = document.createElement('script') let r = false s.type = 'text/javascript' if (id) s.id = id s.src = src if (attrs) { Object.entries(attrs).forEach(([name, value]) => { s.setAttribute(name, value) }) } s.async = true s.onerror = function(err) { reject(err, s) } s.onload = s.onreadystatechange = function() { // console.log(this.readyState); // uncomment this line to see which ready states are called. if (!r && (!this.readyState || this.readyState === 'complete')) { r = true resolve() } } document.body.appendChild(s) }) } })() </script> <script type="text/javascript"> window.addEventListener('turbolinks:before-render', function () { window.zEACLoaded = undefined; window.zEmbed = window.zE = undefined; }); </script> <script src="//web-assets.ifttt.com/packs/js/89-9f21e76dda0afc2cd575.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/578-585d698e63f90e87c51c.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/84-a8614c7794c34ed4e51d.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/620-cb1f4688fbaacf3174d4.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/596-8af506a962c1868320f9.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/unauthenticated_service-eb396aef6b368cb5b943.js" defer="defer"></script> </head> <body class="services-body show-action service-landing-page web-body"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NNB6HCT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "url": "https://ifttt.com", "legalName": "IFTTT Inc.", "foundingDate": "2010", "logo": { "@type": "ImageObject", "url": "//web-assets.ifttt.com/packs/media/shared/favicon-coast-824af29bb9a8d0f00718.png" }, "sameAs": [ "https://www.facebook.com/ifttt", "https://twitter.com/ifttt", "https://www.instagram.com/todayatifttt", "https://www.youtube.com/@IFTTT", "https://www.tiktok.com/@workswithifttt", "https://www.linkedin.com/company/ifttt" ], "address": { "addressCountry": "USA", "addressLocality": "San Francisco", "addressRegion": "CA", "streetAddress": "2261 Market Street #4383", "postalCode": "94114", "@type": "PostalAddress" }, "founders": [{ "@type": "Person", "name": "Linden Tibbets" }], "contactPoint": { "url": "https://ifttt.com/help", "@type": "ContactPoint", "contactType": "customer support" } } </script> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "WebSite", "name" : "IFTTT", "url" : "https://ifttt.com", "potentialAction" : { "@type" : "SearchAction", "target" : "https://ifttt.com/search/query/{search_term}", "query-input" : "required name=search_term" } } </script> <script type="text/javascript"> { let windowUserAgent = window.navigator.userAgent if (windowUserAgent.match(/iPad|iPhone|iPod|Android|IEMobile/i)) { document.body.setAttribute("ontouchstart", ""); } } </script> <header class="unified-header on-color signed-out" style="background-color: #4A154B"> <div class="container header"> <section class="left-group"> <a title="Home" class="logo" aria-label="The IFTTT home page" data-turbolinks="false" href="https://ifttt.com/"> <svg width="122" height="37" viewbox="0 0 203 52" fill="none" xmlns="http://www.w3.org/2000/svg" style="fill: white"><title>IFTTT</title> <desc>IFTTT</desc><path d="M109.374-.25H68.0791V15.3654H80.3558V52.1734H97.0968V15.3654H109.374V-.25ZM156.249-.25H114.954V15.3654H127.231V52.1734H143.972V15.3654H156.249V-.25ZM203.123-.25H161.829V15.3654H174.105V52.1734H190.846V15.3654H203.123V-.25ZM16.741-.25H0V52.1734H16.741V-.25ZM62.4997-.25H24.5535V52.1734H41.2945V37.6734H55.8033V20.9425H41.2945V15.3654H62.4997V-.25Z" fill="#222"></path></svg> </a> </section> <section class="right-group signed-out"> <a class="nav-link link-menu" title="Explore" data-turbolinks="true" href="https://ifttt.com/explore"> Explore </a> <a class="nav-link link-menu" title="Plans" data-turbolinks="false" href="https://ifttt.com/plans"> Plans </a> <a class="sign-in button-tertiary button-outlined button-on-color" href="https://ifttt.com/login">Log in</a> <a title="Get started" class="button-tertiary sign-up signed-out" href="https://ifttt.com/join"> Get started </a> </section> <section class="mobile-icon"> <span id="unified_mobile_menu" role="button" class="closed" tabindex="0"> <svg width="28" height="27" xmlns="http://www.w3.org/2000/svg" class="hamburger-icon"> <title>Mobile menu</title> <g fill="none" fill-rule="evenodd"> <path fill="none" d="M-358-22H56v70h-414z"></path> <g fill="white" id="mobile-hamburger-icon"> <path d="M0 0h28v5H0zM0 11h28v5H0zM0 22h28v5H0z"></path> </g> </g> </svg> <svg width="24" height="25" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg" class="close-icon"> <title>Close menu</title> <g stroke="white" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M1.598 1.598l7.717 7.717M9.447 1.598L1.73 9.315"></path> </g> </svg> </span> </section> </div> <div class="nav-button-container"> </div> </header> <div id="flash-messages"> </div> <section class="service-header"> <div class="top"> <button name="button" type="submit" class="button-tertiary button-outlined button-with-icon only-icon-on-mobile back-button-fixed button-on-color" onClick="window.App.Scripts.BackButton('/explore')" aria-label="Back button"> <svg width="15" height="22" viewbox="0 0 15 22" xmlns="http://www.w3.org/2000/svg" class="button-icon"><path d="M.15 11l11 11 3.3-3.3-7.7-7.7 7.7-7.7-3.3-3.3-11 11z" fill="#FFF" fill-rule="evenodd"></path></svg> <span class="hide-on-xs">Back</span> </button> <div class="right-header-ctas"> <a class="button-tertiary button-outlined button-on-color settings-button-fixed" target="_blank" rel="noreferrer" href="https://slack.com/">Visit <span class='hide-on-sm'>Slack</span></a> </div> </div> <div class="brand-section"> <a title="Slack integrations" href="/slack"><img class="large-service-logo" alt="Slack" title="Slack" height="120" width="120" loading="eager" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_large.webp" /></a> <h1><a title="Slack integrations" href="/slack">Slack integrations</a></h1> <div class="service-description"><p><a href="https://slack.com">Slack</a> brings all your team communication into one place. Turn on Applets to bring important information into channels, quickly share photos, automate reminders, and much more. </p> </div> <span class="horizontal-ctas"> <a class="button-secondary button-on-color" href="/slack/activation/start">Connect</a> </span> </div> </section> <main class="container web"> <style> .unified-header, .service-header { background-color: #4A154B; } </style> <div data-react-class="App.Comps.DiscoverServiceView" data-react-props="{"service":{"id":"1380041935","module_name":"slack","name":"Slack","icon":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_large.webp","icon_on_color":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","icon_bw":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_large.webp","brand_color":"#4A154B","description":"\u003cp\u003e\u003ca href=\"https://slack.com\"\u003eSlack\u003c/a\u003e brings all your team communication into one place. Turn on Applets to bring important information into channels, quickly share photos, automate reminders, and much more. \u003c/p\u003e\n","category":null,"incompatible_channels":[],"works_well_with_channels":[{"id":null,"module_name":"twitter","name":"Twitter","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#000000","description":null,"preview_mode":null},{"id":null,"module_name":"date_and_time","name":"Date \u0026 Time","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#333333","description":null,"preview_mode":null},{"id":null,"module_name":"email","name":"Email","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#2468ff","description":null,"preview_mode":null},{"id":null,"module_name":"weather","name":"Weather Underground","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#1E2023","description":null,"preview_mode":null},{"id":null,"module_name":"google_calendar","name":"Google Calendar","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#2C6EFC","description":null,"preview_mode":null},{"id":null,"module_name":"location","name":"Location","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#0099FF","description":null,"preview_mode":null},{"id":null,"module_name":"trello","name":"Trello","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#0079bf","description":null,"preview_mode":null},{"id":null,"module_name":"instagram","name":"Instagram","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#e4405f","description":null,"preview_mode":null},{"id":null,"module_name":"facebook_pages","name":"Facebook Pages","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#3B579D","description":null,"preview_mode":null},{"id":null,"module_name":"do_button","name":"Button widget","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#ee4433","description":null,"preview_mode":null},{"id":null,"module_name":"do_camera","name":"Camera widget","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#ee4433","description":null,"preview_mode":null},{"id":null,"module_name":"dropbox","name":"Dropbox","short_name":null,"icon":null,"icon_on_color":null,"monochrome_image_url":"https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp","lrg_monochrome_image_url":null,"brand_color":"#0062fe","description":null,"preview_mode":null}],"call_to_action":{"link":"https://slack.com/","text":"Visit"}},"urls":{"diyCreationPath":"/create?service_suggestion=slack","discoverJsonPath":"/slack.json","servicePath":"/slack","detailsPath":"/slack/details","myAppletsPath":"/slack/my_applets"},"descriptions":{"details":"Learn the building blocks for how Slack can connect to hundreds of other services. \u003cp\u003e\u003ca href=\"https://slack.com\"\u003eSlack\u003c/a\u003e brings all your team communication into one place. Turn on Applets to bring important information into channels, quickly share photos, automate reminders, and much more. \u003c/p\u003e\n","myApplets":"See all applets you have enabled that use this service. \u003cp\u003e\u003ca href=\"https://slack.com\"\u003eSlack\u003c/a\u003e brings all your team communication into one place. Turn on Applets to bring important information into channels, quickly share photos, automate reminders, and much more. \u003c/p\u003e\n","service":"Integrate Slack with over 900 of your favorite apps \u0026 devices to unlock powerful automations on IFTTT. Get started today!"},"currentTab":"applets","triggers":[],"queries":[],"actions":[{"name":"Post to channel","module_name":"post_to_channel","description":"This Action will post a message to the channel you choose in Slack.","tier":"free","url":"/slack/actions/post_to_channel"}],"loggedOutDiscoverApplets":[{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Automatically post a message to Slack when specific events are about to start in Google Calendar","friendly_id":"VexwBYX4-automatically-post-a-message-to-slack-when-specific-events-are-about-to-start-in-google-calendar","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"VexwBYX4","installs_count":21,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Automatically post a message to Slack when specific events are about to start in Google Calendar","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2023-10-25 14:51:35 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1396293310","name":"Google Calendar","module_name":"google_calendar","image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"2C6EFC","available_to_everyone":true}],"permissions":[{"id":"/triggers/google_calendar.event_from_search_starts","name":"Event from search starts","description":"This Trigger fires a set number of minutes before the starting time of an event on your Calendar that contains a specific keyword or phrase in the event’s Title, Description, or Location. Ingredient will be based on the zone set in Google.","service_slug":"google_calendar","service_name":"Google Calendar","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"#2c6efc","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Customer feedback is critical to your business's success. Allow your team to keep a close eye on new feedback so you can take instant action. When new reviews are submitted for your business in Google My Business, this Applet will post a message to a Slack channel.","friendly_id":"gvSrQmaB-automatically-send-slack-messages-when-new-reviews-are-submitted-to-google-my-business","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"gvSrQmaB","installs_count":9,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Automatically send Slack messages when new reviews are submitted to Google My Business","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-09-21 18:48:06 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"133386471","name":"Google Business Profile","module_name":"google_my_business","image_url":"https://assets.ifttt.com/images/channels/133386471/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/133386471/icons/monochrome_regular.webp","brand_color":"1a73e8","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/google_my_business.new_review","name":"New review","description":"This trigger fires when there is a new review for your business.","service_slug":"google_my_business","service_name":"Google Business Profile","icon_url":"https://assets.ifttt.com/images/channels/133386471/icons/monochrome_regular.webp","brand_color":"#1a73e8","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Pick the day(s) of week and time and the channel where you want your message to appear. Add Slack :emojis: for extra flair!","friendly_id":"HEUpswAa-automatically-post-a-daily-reminder-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"HEUpswAa","installs_count":5899,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Automatically post a daily reminder to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2020-09-03 14:11:30 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"3","name":"Date \u0026 Time","module_name":"date_and_time","image_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","brand_color":"333333","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/date_and_time.every_weekday_at","name":"Every day of the week at","description":"This Trigger fires only on specific days of the week at the time you provide.","service_slug":"date_and_time","service_name":"Date \u0026 Time","icon_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","brand_color":"#333333","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Email a message to a Slack channel","friendly_id":"EJVR4sz8-email-a-message-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"EJVR4sz8","installs_count":5833,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Email a message to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2020-09-03 14:11:04 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"6","name":"Email","module_name":"email","image_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","brand_color":"2468ff","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/email.send_ifttt_an_email","name":"Send IFTTT any email","description":"Send IFTTT any email at trigger@applet.ifttt.com and this Trigger fires. You can optionally add a single file attachment and IFTTT will create a public URL to the file as an Ingredient. This trigger will reject emails with attachments over 30MB.","service_slug":"email","service_name":"Email","icon_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","brand_color":"#2468ff","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"When you post to Instagram, share photo on Slack","friendly_id":"mvsRg4SG-when-you-post-to-instagram-share-photo-on-slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"mvsRg4SG","installs_count":2524,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"When you post to Instagram, share photo on Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:11:30 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"28","name":"Instagram","module_name":"instagram","image_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","brand_color":"e4405f","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/instagram.any_new_photo_by_you","name":"Any new photo by you","description":"This Trigger fires every time you share any new photo on Instagram.","service_slug":"instagram","service_name":"Instagram","icon_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","brand_color":"#e4405f","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":false,"config_type":"static","created_at":null,"description":"This Applet uses the Camera widget to quickly take photos and automatically\npost them to the Slack channel you chose.","friendly_id":"B5DL6zhb-slack-camera-post-photos-to-a-channel-quickly","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"B5DL6zhb","installs_count":2482,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Slack Camera! Post photos to a channel quickly","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2017-04-20 17:17:16 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"832369883","name":"Camera widget","module_name":"do_camera","image_url":"https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp","brand_color":"ee4433","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/do_camera.do_camera_new_photo","name":"Any new photo","description":"This Trigger fires every time you take any new photo via Do Camera.","service_slug":"do_camera","service_name":"Camera widget","icon_url":"https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp","brand_color":"#ee4433","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Tomorrow's weather report will be retrieved and posted to a Slack channel at a time you specify.","friendly_id":"FzQrdj82-post-tomorrow-s-weather-forecast-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"FzQrdj82","installs_count":1916,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Post tomorrow's weather forecast to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2020-09-04 10:37:53 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"59109479","name":"Weather Underground","module_name":"weather","image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"1E2023","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/weather.tomorrows_weather_at_time","name":"Tomorrow's weather report","description":"This Trigger retrieves tomorrow's weather report within 5 minutes of the time you specify, depending on when forecast data is updated.","service_slug":"weather","service_name":"Weather Underground","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"#1e2023","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"codeowner","author_id":"5865193","author_image_url":null,"author_tier":"free","brand_color":"#3b579d","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"All the posts on the facebook page will be displayed over Slack channel.","friendly_id":"aENqQW2B-facebook-page-posts-to-slack","icon_url":"https://assets.ifttt.com/images/channels/29/icons/on_color_large.png","id":"aENqQW2B","installs_count":1838,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp","name":"Facebook page posts to Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Facebook Pages","service_slug":"facebook_pages","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:48:50 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"29","name":"Facebook Pages","module_name":"facebook_pages","image_url":"https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp","brand_color":"3B579D","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/facebook_pages.new_status_message_by_page","name":"New status message on page","description":"This Trigger fires every time you create a new status message on your Facebook Page.","service_slug":"facebook_pages","service_name":"Facebook Pages","icon_url":"https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp","brand_color":"#3b579d","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Trello","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#0079bf","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Add new Trello cards to a Slack channel","friendly_id":"fWQFpr7k-add-new-trello-cards-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/on_color_large.png","id":"fWQFpr7k","installs_count":1621,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","name":"Add new Trello cards to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Trello","service_slug":"trello","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 17:03:05 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"123859650","name":"Trello","module_name":"trello","image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"0079bf","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/trello.card_added_to_board","name":"Card added to board","description":"This Trigger fires every time a card is added to a specific board.","service_slug":"trello","service_name":"Trello","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"#0079bf","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":false,"config_type":"static","created_at":null,"description":"With just a tap, post a message to a Slack channel.","friendly_id":"LC5j7R8y-quickly-post-a-message-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"LC5j7R8y","installs_count":1600,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Quickly post a message to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2023-01-27 17:50:40 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1685819366","name":"Note widget","module_name":"do_note","image_url":"https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp","brand_color":"ee4433","available_to_everyone":true}],"permissions":[{"id":"/triggers/do_note.do_note_new_command_common","name":"Any new note","description":"This trigger fires every time you submit any new note.","service_slug":"do_note","service_name":"Note widget","icon_url":"https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp","brand_color":"#ee4433","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Dropbox","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#0062fe","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Simply add a file to the Slack folder this Applet creates in your Dropbox and it will send the file to a Slack channel of your choosing.","friendly_id":"EqvebSPm-share-files-in-slack-from-a-dropbox-folder","icon_url":"https://assets.ifttt.com/images/channels/440404753/icons/on_color_large.png","id":"EqvebSPm","installs_count":1481,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp","name":"Share files in Slack from a Dropbox folder","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Dropbox","service_slug":"dropbox","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2017-04-20 17:17:16 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"440404753","name":"Dropbox","module_name":"dropbox","image_url":"https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp","brand_color":"0062fe","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/dropbox.new_file_in_folder","name":"New file in your folder","description":"This Trigger fires every time any file is saved in the folder you specify. NOTE: will process up to 15 files per polling period.","service_slug":"dropbox","service_name":"Dropbox","icon_url":"https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp","brand_color":"#0062fe","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"hellosadie","author_id":"690808","author_image_url":null,"author_tier":"free","brand_color":"#000000","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Try using Twitter's Advanced Search too https://support.twitter.com/articles/71577-how-to-use-advanced-twitter-search","friendly_id":"hQ8iJPS3-send-live-updates-from-twitter-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/2/icons/on_color_large.png","id":"hQ8iJPS3","installs_count":1327,"instant":false,"intermediate_pro_features":true,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","name":"Send live updates from Twitter to a Slack channel ","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Twitter","service_slug":"twitter","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:24:10 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"2","name":"Twitter","module_name":"twitter","image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/twitter.new_tweet_from_search","name":"New tweet from search","description":"This Trigger fires every time a new tweet matches your search query. Limited to 10 tweets per check, and protected tweets will not be returned.","service_slug":"twitter","service_name":"Twitter","icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"When entering or exiting an area, post to a Slack channel","friendly_id":"dSdicXVk-when-entering-or-exiting-an-area-post-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"dSdicXVk","installs_count":1316,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"When entering or exiting an area, post to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2020-09-03 14:11:29 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"941030000","name":"Location","module_name":"location","image_url":"https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp","brand_color":"0099FF","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/location.enter_or_exit_region_location","name":"You enter or exit an area","description":"This Trigger fires every time you enter or exit an area you specify.","service_slug":"location","service_name":"Location","icon_url":"https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp","brand_color":"#0099ff","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"torsday","author_id":"418304","author_image_url":null,"author_tier":"pro","brand_color":"#2e294e","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post NASA's image of the day to a Slack channel","friendly_id":"TdamBsu7-automatically-post-nasa-image-of-the-day-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/on_color_large.png","id":"TdamBsu7","installs_count":1247,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","name":"Automatically post NASA image of the day to a Slack Channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Space","service_slug":"space","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:25:43 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1829340444","name":"Space","module_name":"space","image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"2E294E","available_to_everyone":true}],"permissions":[{"id":"/triggers/space.new_image_picture_nasa","name":"Image of the day by NASA","description":"This Trigger fires every time NASA posts to the Image of the Day Gallery.","service_slug":"space","service_name":"Space","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"#2e294e","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"This Applet is great for team events! Connect the Google Calendar you want to use with the Applet and any time a new event is 15 minutes from starting, it will be posted in Slack.","friendly_id":"hbUx2tAC-automatically-post-a-reminder-to-a-slack-channel-15-minutes-before-a-calendar-event-starts","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"hbUx2tAC","installs_count":1222,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Automatically post a reminder to a Slack channel 15 minutes before a calendar event starts","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2020-09-03 14:11:30 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1396293310","name":"Google Calendar","module_name":"google_calendar","image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"2C6EFC","available_to_everyone":true}],"permissions":[{"id":"/triggers/google_calendar.any_event_starts","name":"Any event starts","description":"This Trigger fires a set number of minutes before the starting time of any event on your Google Calendar. Note: The time in the ingredient will be based on the timezone set in Google Calendar.","service_slug":"google_calendar","service_name":"Google Calendar","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"#2c6efc","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"When you tag an article in Pocket with #slack (or choose your tag below), it will automatically post to the Slack channel you select below. ","friendly_id":"iNYh3knd-automatically-send-an-article-to-a-slack-channel-when-you-tag-it-with-a-specific-tag-in-pocket","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"iNYh3knd","installs_count":1033,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Automatically send an article to a Slack channel when you tag it with a specific tag in Pocket","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-04 10:37:54 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"24","name":"Pocket","module_name":"pocket","image_url":"https://assets.ifttt.com/images/channels/24/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/24/icons/monochrome_regular.webp","brand_color":"ef3e56","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/pocket.new_tagged_item_pocket","name":"New item tagged","description":"This Trigger fires every time you tag an item with a specific tag in Pocket.","service_slug":"pocket","service_name":"Pocket","icon_url":"https://assets.ifttt.com/images/channels/24/icons/monochrome_regular.webp","brand_color":"#ef3e56","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"satys","author_id":"3387462","author_image_url":null,"author_tier":"free","brand_color":"#2c6efc","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Google Calendar -\u003e Slack","friendly_id":"z8bLkyZV-google-calendar-slack","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/on_color_large.png","id":"z8bLkyZV","installs_count":905,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","name":"Google Calendar -\u003e Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Google Calendar","service_slug":"google_calendar","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:15:51 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1396293310","name":"Google Calendar","module_name":"google_calendar","image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"2C6EFC","available_to_everyone":true}],"permissions":[{"id":"/triggers/google_calendar.new_event_added","name":"New event added","description":"This Trigger fires every time a new event is added to your Google Calendar. Note: The time in the ingredient will be based on the timezone set in Google Calendar.","service_slug":"google_calendar","service_name":"Google Calendar","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"#2c6efc","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"owenbarder","author_id":"1032548","author_image_url":null,"author_tier":"free","brand_color":"#000000","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"A template for getting tweets into Slack","friendly_id":"Q8vrWzYX-tweets-by","icon_url":"https://assets.ifttt.com/images/channels/2/icons/on_color_large.png","id":"Q8vrWzYX","installs_count":902,"instant":false,"intermediate_pro_features":true,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","name":"Tweets by ...","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Twitter","service_slug":"twitter","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:28:44 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"2","name":"Twitter","module_name":"twitter","image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/twitter.new_tweet_by_user","name":"New tweet by a specific user","description":"This Trigger fires every time the Twitter user you specify tweets.","service_slug":"twitter","service_name":"Twitter","icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Weather Underground","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#1e2023","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post a daily weather report at 7:00AM in a Slack channel","friendly_id":"a7u3pT48-post-a-daily-weather-report-at-7-00am-in-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/on_color_large.png","id":"a7u3pT48","installs_count":784,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","name":"Post a daily weather report at 7:00AM in a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Weather Underground","service_slug":"weather","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2023-01-27 16:48:05 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"59109479","name":"Weather Underground","module_name":"weather","image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"1E2023","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/weather.current_weather_at_time","name":"Today's weather report","description":"This Trigger retrieves today's current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.","service_slug":"weather","service_name":"Weather Underground","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"#1e2023","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"wraldpyk","author_id":"899779","author_image_url":"http://pbs.twimg.com/profile_images/1235578377211383808/yZHCV5Wq.jpg","author_tier":"free","brand_color":"#0079bf","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Just select the board on Trello, name the list which marks tasks as \"done\", and select a channel on Slack. Share your successes with the team!","friendly_id":"yqLzQpPw-automatically-share-completed-trello-tasks-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/on_color_large.png","id":"yqLzQpPw","installs_count":608,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","name":"Automatically share completed Trello tasks to a Slack channel ","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Trello","service_slug":"trello","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:54:54 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"123859650","name":"Trello","module_name":"trello","image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"0079bf","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/trello.card_added_to_list","name":"Card added to list","description":"This Trigger fires every time a card is added to a specified list.","service_slug":"trello","service_name":"Trello","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"#0079bf","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"All you have to do is paste in a specific RSS Feed in the field below and select the channel you want to keep up-to-date with the latest news","friendly_id":"NEqyVa2x-post-to-a-channel-when-new-articles-appear-in-the-rss-feed-you-choose","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"NEqyVa2x","installs_count":600,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Post to a channel when new articles appear in the RSS Feed you choose","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2017-02-07 11:21:05 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"4","name":"RSS Feed","module_name":"feed","image_url":"https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp","brand_color":"EC7505","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/feed.new_feed_item","name":"New feed item","description":"This Trigger fires every time a new item is added to the feed you specify.","service_slug":"feed","service_name":"RSS Feed","icon_url":"https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp","brand_color":"#ec7505","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post a stock's closing price to a Slack channel","friendly_id":"Sv2Rs5jP-post-a-stock-s-closing-price-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"Sv2Rs5jP","installs_count":593,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Post a stock's closing price to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:11:31 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"22","name":"Finance","module_name":"finance","image_url":"https://assets.ifttt.com/images/channels/22/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/22/icons/monochrome_regular.webp","brand_color":"3FA34D","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/finance.price_at_close_stocks","name":"Price at close","description":"This Trigger retrieves the closing price of a stock you specify every time the market closes.","service_slug":"finance","service_name":"Finance","icon_url":"https://assets.ifttt.com/images/channels/22/icons/monochrome_regular.webp","brand_color":"#3fa34d","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":false,"config_type":"static","created_at":null,"description":"Stepping out of the office to grab coffee? Offer to grab something for your coworkers by posting to a Slack channel with the press of a button.","friendly_id":"xLyGt2aM-ask-a-slack-channel-if-they-want-coffee-too","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"xLyGt2aM","installs_count":569,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Ask a Slack channel if they want coffee too","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2023-01-27 16:50:04 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1108205771","name":"Button widget","module_name":"do_button","image_url":"https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp","brand_color":"ee4433","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/do_button.do_button_new_command_common","name":"Button press","description":"This trigger fires every time you press the button.","service_slug":"do_button","service_name":"Button widget","icon_url":"https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp","brand_color":"#ee4433","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Evernote","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#2dbe60","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Whenever you create a new note in a specified Evernote notebook, the content will be automatically posted to a Slack channel.","friendly_id":"uXWwNkAK-post-new-notes-to-slack-from-an-evernote-notebook","icon_url":"https://assets.ifttt.com/images/channels/25/icons/on_color_large.png","id":"uXWwNkAK","installs_count":531,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","name":"Post new notes to Slack from an Evernote notebook","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Evernote","service_slug":"evernote","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 17:06:01 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"25","name":"Evernote","module_name":"evernote","image_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","brand_color":"2DBE60","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/evernote.new_note_in_notebook","name":"New note in a notebook","description":"This Trigger fires every time you create a new note in a specific notebook.","service_slug":"evernote","service_name":"Evernote","icon_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","brand_color":"#2dbe60","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Weather Underground","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#1e2023","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Let the team know when it rains","friendly_id":"ukiaf7pw-let-the-team-know-when-it-rains","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/on_color_large.png","id":"ukiaf7pw","installs_count":469,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","name":"Let the team know when it rains","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Weather Underground","service_slug":"weather","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 16:48:30 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"59109479","name":"Weather Underground","module_name":"weather","image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"1E2023","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/weather.current_condition_is","name":"Current condition changes to","description":"This Trigger monitors changes in the current weather condition. When one of those conditions is met the Trigger fires. Currently only these simple conditions are supported: Rain, Snow, Cloudy, Clear. ","service_slug":"weather","service_name":"Weather Underground","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"#1e2023","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Weather Underground","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#1e2023","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post to Slack if it will rain tomorrow.","friendly_id":"pr7QJfbB-post-to-slack-if-it-will-rain-tomorrow","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/on_color_large.png","id":"pr7QJfbB","installs_count":462,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","name":"Post to Slack if it will rain tomorrow.","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Weather Underground","service_slug":"weather","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 16:50:23 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"59109479","name":"Weather Underground","module_name":"weather","image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"1E2023","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/weather.tomorrows_forecast_calls_for","name":"Tomorrow's forecast calls for","description":"This Trigger monitors changes in tomorrow’s forecasted weather condition.","service_slug":"weather","service_name":"Weather Underground","icon_url":"https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp","brand_color":"#1e2023","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Slack","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4a154b","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Use this recipe to send an email into a Slack channel. To easily remember, keep it simple and have your tag the same name as the channel in Slack. For example use the tag 'slackbot' with the channel '@slackbot'","friendly_id":"QtsAQf3x-emails-with-tagged-subject-post-to-a-designated-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"QtsAQf3x","installs_count":457,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Emails with #tagged subject post to a designated Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2023-01-27 17:05:59 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"6","name":"Email","module_name":"email","image_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","brand_color":"2468ff","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/email.send_ifttt_an_email_tagged","name":"Send IFTTT an email tagged","description":"Send IFTTT an email at trigger@applet.ifttt.com with a hashtag in the subject (e.g. #IFTTT) and this Trigger fires. You can optionally add a single file attachment (up to 30MB) and IFTTT will create a public URL to the file as an Ingredient.","service_slug":"email","service_name":"Email","icon_url":"https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp","brand_color":"#2468ff","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Twitter","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#000000","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"A simple way to ensure none of your team misses a mention.","friendly_id":"UnZ2wLTG-have-twitter-mentions-automatically-posted-in-slack","icon_url":"https://assets.ifttt.com/images/channels/2/icons/on_color_large.png","id":"UnZ2wLTG","installs_count":424,"instant":false,"intermediate_pro_features":true,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","name":"Have Twitter mentions automatically posted in Slack ","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Twitter","service_slug":"twitter","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 17:01:57 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"2","name":"Twitter","module_name":"twitter","image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/twitter.new_mention_of_you","name":"New mention of you","description":"This Trigger fires every time you are @mentioned in a tweet.","service_slug":"twitter","service_name":"Twitter","icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Evernote","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#2dbe60","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Every time a new tag is added to an existing note in Evernote, it will be shared in a Slack channel you specify.","friendly_id":"CZid7SQV-post-note-to-slack-when-a-specific-tag-is-added","icon_url":"https://assets.ifttt.com/images/channels/25/icons/on_color_large.png","id":"CZid7SQV","installs_count":422,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","name":"Post note to Slack when a specific tag is added","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Evernote","service_slug":"evernote","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:30:24 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"25","name":"Evernote","module_name":"evernote","image_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","brand_color":"2DBE60","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/evernote.add_tag_to_note","name":"Add a specific tag to note","description":"This Trigger fires every time you add a specific tag to any of your notes.","service_slug":"evernote","service_name":"Evernote","icon_url":"https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp","brand_color":"#2dbe60","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"ring_labs","author_id":"7368310","author_image_url":"https://scontent.xx.fbcdn.net/hprofile-xpt1/v/t1.0-1/12301746_10206882462793355_7493941857432277519_n.jpg?oh=1de8ad2692e95d3c3aedd80b92e088b0\u0026oe=574255A6","author_tier":"free","brand_color":"#1b99d6","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Pick a Slack Channel below to automatically share the visitors your Ring video doorbell registers with a select group. ","friendly_id":"wWSJr5Gj-tell-the-slack-channel-when-ring-says-someone-s-at-the-door","icon_url":"https://assets.ifttt.com/images/channels/1440716852/icons/on_color_large.png","id":"wWSJr5Gj","installs_count":396,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1440716852/icons/monochrome_regular.webp","name":"Tell the Slack channel when Ring says someone's at the door","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Ring","service_slug":"ring","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2020-09-03 15:13:50 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1440716852","name":"Ring","module_name":"ring","image_url":"https://assets.ifttt.com/images/channels/1440716852/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1440716852/icons/monochrome_regular.webp","brand_color":"1b99d6","available_to_everyone":true}],"permissions":[{"id":"/triggers/ring.new_ding","name":"New Ring Detected","description":"This Trigger fires every time somebody rings your Ring Doorbell.","service_slug":"ring","service_name":"Ring","icon_url":"https://assets.ifttt.com/images/channels/1440716852/icons/monochrome_regular.webp","brand_color":"#1b99d6","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Google","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#ff0000","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Uploading youtube videos creates slack posts.","friendly_id":"pKxgXcfW-uploading-youtube-videos-creates-slack-posts","icon_url":"https://assets.ifttt.com/images/channels/32/icons/on_color_large.png","id":"pKxgXcfW","installs_count":371,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp","name":"Uploading youtube videos creates slack posts.","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"YouTube","service_slug":"youtube","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:20:28 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"32","name":"YouTube","module_name":"youtube","image_url":"https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp","brand_color":"FF0000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/youtube.new_video_uploaded_yt","name":"New public video uploaded by you","description":"This Trigger fires every time you upload a new public video to YouTube.","service_slug":"youtube","service_name":"YouTube","icon_url":"https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp","brand_color":"#ff0000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Mailchimp","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#007c89","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"A simple way to keep track of how your email marketing campaigns are performing.","friendly_id":"TQ8dT5uq-automatically-share-your-mailchimp-campaign-performance-summary-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1472934418/icons/on_color_large.png","id":"TQ8dT5uq","installs_count":344,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp","name":"Automatically share your MailChimp campaign performance summary to a Slack channel ","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Mailchimp","service_slug":"mailchimp","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:38:13 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1472934418","name":"Mailchimp","module_name":"mailchimp","image_url":"https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp","brand_color":"007c89","available_to_everyone":true}],"permissions":[{"id":"/triggers/mailchimp.campaign_summary_available","name":"Campaign summary available","description":"This Trigger fires every time there is a new campaign summary available.","service_slug":"mailchimp","service_name":"Mailchimp","icon_url":"https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp","brand_color":"#007c89","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Twitter","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#000000","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"At this point, the Slack Twitter integration will post Tweets to Slack, but with this recipe you can also see who starts following you.","friendly_id":"p37PkC5X-notify-of-new-twitter-followers-in-slack","icon_url":"https://assets.ifttt.com/images/channels/2/icons/on_color_large.png","id":"p37PkC5X","installs_count":343,"instant":false,"intermediate_pro_features":true,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","name":"Notify of new Twitter followers in Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Twitter","service_slug":"twitter","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 16:57:31 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"2","name":"Twitter","module_name":"twitter","image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/twitter.new_follower","name":"New follower","description":"This Trigger fires every time a new user starts following you.","service_slug":"twitter","service_name":"Twitter","icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"torsday","author_id":"418304","author_image_url":null,"author_tier":"pro","brand_color":"#2e294e","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Notify Slack channel of astronaut entering space","friendly_id":"J2BQTbDt-notify-slack-of-astronaut-entering-space","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/on_color_large.png","id":"J2BQTbDt","installs_count":341,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","name":"Notify Slack of astronaut entering space","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Space","service_slug":"space","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:25:44 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1829340444","name":"Space","module_name":"space","image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"2E294E","available_to_everyone":true}],"permissions":[{"id":"/triggers/space.person_enters_space_nasa","name":"Astronaut enters space","description":"This Trigger fires every time an astronaut enters space.","service_slug":"space","service_name":"Space","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"#2e294e","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"When you share a new video, post to a Slack channel","friendly_id":"wcHRnFVe-when-you-share-a-new-video-post-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"wcHRnFVe","installs_count":338,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"When you share a new video, post to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:11:30 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"28","name":"Instagram","module_name":"instagram","image_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","brand_color":"e4405f","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/instagram.any_new_video_by_you_instagram","name":"Any new video by you","description":"This Trigger fires every time you share any new video on Instagram.","service_slug":"instagram","service_name":"Instagram","icon_url":"https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp","brand_color":"#e4405f","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"slack","author_id":"2783865","author_image_url":null,"author_tier":"free","brand_color":"#4a154b","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"If you have a support phone number, you can send incoming SMS help requests to your #help channel in Slack.","friendly_id":"wjq3g45e-post-incoming-tagged-sms-messages-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/on_color_large.png","id":"wjq3g45e","installs_count":305,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","name":"Post incoming tagged SMS messages to a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":true,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Slack","service_slug":"slack","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2020-09-03 14:11:30 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1322033008","name":"Android SMS","module_name":"android_messages","image_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","brand_color":"1D9A59","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/android_messages.received_a_message_matching_search","name":"New SMS received matches search","description":"This Trigger fires every time you receive an SMS on your Android device that matches a search you specify.","service_slug":"android_messages","service_name":"Android SMS","icon_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","brand_color":"#1d9a59","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Google","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#2c6efc","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Every morning at 7am, send a Slack message with the first meeting of the day from Google Calendar so you can adapt your morning routine to your daily schedule. ","friendly_id":"bzawYhTf-get-a-morning-reminder-about-your-first-meeting-daily","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/on_color_large.png","id":"bzawYhTf","installs_count":294,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","name":"Get a morning reminder about your first meeting daily","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Google Calendar","service_slug":"google_calendar","source_applet_id":null,"speed":"Realtime Applets usually run within a few seconds","status":null,"type":"applet","updated_at":"2024-05-03 15:47:27 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"3","name":"Date \u0026 Time","module_name":"date_and_time","image_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","brand_color":"333333","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1396293310","name":"Google Calendar","module_name":"google_calendar","image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"2C6EFC","available_to_everyone":true}],"permissions":[{"id":"/triggers/date_and_time.every_weekday_at","name":"Every day of the week at","description":"This Trigger fires only on specific days of the week at the time you provide.","service_slug":"date_and_time","service_name":"Date \u0026 Time","icon_url":"https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp","brand_color":"#333333","available_to_everyone":true},{"id":"/queries/google_calendar.list_events_for_date","name":"List Events For a Date","description":"This query returns a list events for a specific day.","service_slug":"google_calendar","service_name":"Google Calendar","icon_url":"https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp","brand_color":"#2c6efc","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"alexander","author_id":"9","author_image_url":"http://pbs.twimg.com/profile_images/1603540239674269696/UpJeeKnC.jpg","author_tier":"pro","brand_color":"#000000","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Suggested searches: Schwarzenegger / Stallone / Flock Of Seagulls / 1980s","friendly_id":"fXkKsM6F-search-for-________-gifs-and-automatically-post-in-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/332126936/icons/on_color_large.png","id":"fXkKsM6F","installs_count":293,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/332126936/icons/monochrome_regular.webp","name":"Search for ________ GIFs and automatically post in a Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Giphy","service_slug":"giphy","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:19:02 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"332126936","name":"Giphy","module_name":"giphy","image_url":"https://assets.ifttt.com/images/channels/332126936/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/332126936/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/giphy.search","name":"New GIF based on keyword","description":"This Trigger fires every time a new GIF on GIPHY matches a search query you specify.","service_slug":"giphy","service_name":"Giphy","icon_url":"https://assets.ifttt.com/images/channels/332126936/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Trello","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#0079bf","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Made for Lightburn","friendly_id":"Cm6qWeK3-slack-notification-when-new-trello-card-is-assigned-to-me","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/on_color_large.png","id":"Cm6qWeK3","installs_count":289,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","name":"Slack Notification when New Trello Card is Assigned to Me","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Trello","service_slug":"trello","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:27:07 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"123859650","name":"Trello","module_name":"trello","image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"0079bf","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/trello.card_assigned_to_me","name":"Card assigned to me","description":"This Trigger fires every time a card is assigned to you.","service_slug":"trello","service_name":"Trello","icon_url":"https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp","brand_color":"#0079bf","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"hayfay","author_id":"5248055","author_image_url":"http://pbs.twimg.com/profile_images/564951024629071872/ISJOAGkn.jpeg","author_tier":"free","brand_color":"#e44332","by_service_owner":false,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Share progress with your team on Slack once you complete a task.","friendly_id":"aFMfiEXs-post-to-slack-once-you-complete-a-task-in-todoist","icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/on_color_large.png","id":"aFMfiEXs","installs_count":288,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","name":"Post to Slack once you complete a task in Todoist","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Todoist","service_slug":"todoist","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2020-09-03 14:41:05 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1148373811","name":"Todoist","module_name":"todoist","image_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","brand_color":"e44332","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/todoist.new_completed_task","name":"New completed task","description":"This Trigger fires every time a task is marked as completed in Todoist.","service_slug":"todoist","service_name":"Todoist","icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","brand_color":"#e44332","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Twitter","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#000000","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post Twitter favorites to a Slack channel.","friendly_id":"WZ3CGAsF-twitter-favorites-to-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/2/icons/on_color_large.png","id":"WZ3CGAsF","installs_count":247,"instant":false,"intermediate_pro_features":true,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","name":"Twitter favorites to Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Twitter","service_slug":"twitter","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:18:03 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"2","name":"Twitter","module_name":"twitter","image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"000000","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/twitter.new_favorite_tweet","name":"New liked tweet by you","description":"This Trigger fires every time you like a tweet.","service_slug":"twitter","service_name":"Twitter","icon_url":"https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp","brand_color":"#000000","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"GitHub","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#4078c0","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post GitHub issues in Slack, automatically!","friendly_id":"tnyd2Bj8-post-github-issues-in-slack-automatically","icon_url":"https://assets.ifttt.com/images/channels/2107379463/icons/on_color_large.png","id":"tnyd2Bj8","installs_count":196,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp","name":"Post GitHub issues in Slack, automatically!","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"GitHub","service_slug":"github","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:13:33 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"2107379463","name":"GitHub","module_name":"github","image_url":"https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp","brand_color":"4078c0","available_to_everyone":true}],"permissions":[{"id":"/triggers/github.any_new_issue","name":"Any new issue","description":"This Trigger fires every time any new issue is opened in a repository you own or collaborate on.","service_slug":"github","service_name":"GitHub","icon_url":"https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp","brand_color":"#4078c0","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Feedly","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#13bb0d","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Post new articles from category in Feedly to a specified Slack channel.","friendly_id":"FhxSrv6K-feedly-category-to-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/on_color_large.png","id":"FhxSrv6K","installs_count":189,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","name":"Feedly Category to Slack Channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Feedly","service_slug":"feedly","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:35:21 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1688985062","name":"Feedly","module_name":"feedly","image_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","brand_color":"13BB0D","available_to_everyone":true}],"permissions":[{"id":"/triggers/feedly.new_entry_in_category_feedly","name":"New article from category","description":"This trigger fires every time a new article from a specific category appears on Feedly.","service_slug":"feedly","service_name":"Feedly","icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","brand_color":"#13bb0d","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Reddit","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#ff4500","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Change subreddit field","friendly_id":"DrPUEhDb-reddit-post-to-slack","icon_url":"https://assets.ifttt.com/images/channels/1352860597/icons/on_color_large.png","id":"DrPUEhDb","installs_count":185,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp","name":"Reddit Post to Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Reddit","service_slug":"reddit","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:36:30 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1352860597","name":"Reddit","module_name":"reddit","image_url":"https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp","brand_color":"FF4500","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/reddit.new_post_in_subreddit","name":"Any new post in subreddit","description":"This Trigger fires every time there is a new post in the subreddit you specify.","service_slug":"reddit","service_name":"Reddit","icon_url":"https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp","brand_color":"#ff4500","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Todoist","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#e44332","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Create a new task in #todoist and publis that task into a #slack channel.","friendly_id":"Mp3vP6S7-task-in-todoist-post-to-slack","icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/on_color_large.png","id":"Mp3vP6S7","installs_count":178,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","name":"Task in #todoist \u003e\u003e Post to #slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Todoist","service_slug":"todoist","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:18:38 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1148373811","name":"Todoist","module_name":"todoist","image_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","brand_color":"e44332","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/todoist.new_task_created","name":"New task created","description":"This Trigger fires every time you create a new task in Todoist.","service_slug":"todoist","service_name":"Todoist","icon_url":"https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp","brand_color":"#e44332","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"IFTTT","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#1d9a59","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Forward the new Android SMS messages you receive to Slack. Ideal for business phones. ","friendly_id":"Fk9pSBeN-forward-sms-messages-to-slack","icon_url":"https://assets.ifttt.com/images/channels/1322033008/icons/on_color_large.png","id":"Fk9pSBeN","installs_count":174,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","name":"Forward SMS messages to Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":true,"requires_ios_app":false,"requires_mobile_app":true,"run_count":null,"service_name":"Android SMS","service_slug":"android_messages","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2021-08-04 07:52:25 -0700","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1322033008","name":"Android SMS","module_name":"android_messages","image_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","brand_color":"1D9A59","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/android_messages.received_a_message","name":"Any new SMS received","description":"This Trigger fires every time you receive any new SMS on your Android device.","service_slug":"android_messages","service_name":"Android SMS","icon_url":"https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp","brand_color":"#1d9a59","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Feedly","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#13bb0d","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Inspirational or just plain interesting articles should be shared with friends and coworkers. Choose the channel below and when you add an article to Feedly for later, it will post in Slack. ","friendly_id":"wM9Jf7R2-automatically-post-your-feedly-save-for-later-articles-to-a-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/on_color_large.png","id":"wM9Jf7R2","installs_count":173,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","name":"Automatically post your Feedly save for later articles to a Slack channel ","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Feedly","service_slug":"feedly","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2023-01-27 15:17:29 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1688985062","name":"Feedly","module_name":"feedly","image_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","brand_color":"13BB0D","available_to_everyone":true}],"permissions":[{"id":"/triggers/feedly.new_entry_marked_save_for_later_feedly","name":"New article saved for later","description":"This trigger fires every time a new article is added to your Saved For Later queue.","service_slug":"feedly","service_name":"Feedly","icon_url":"https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp","brand_color":"#13bb0d","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"Fitbit","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#01b0b9","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Be sure to replace YOUR NAME HERE with your name in the Advanced Settings (Hint: It's below the ADD button way down there)","friendly_id":"Tx6W3vzF-post-daily-fitbit-summary-to-slack","icon_url":"https://assets.ifttt.com/images/channels/594746782/icons/on_color_large.png","id":"Tx6W3vzF","installs_count":165,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp","name":"Post daily FitBit Summary to Slack","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Fitbit","service_slug":"fitbit","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:28:01 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"594746782","name":"Fitbit","module_name":"fitbit","image_url":"https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp","brand_color":"01b0b9","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/fitbit.new-daily-activity-summary","name":"Daily activity summary","description":"This Trigger fires every time your Fitbit tracker syncs for the first time today and your previous day's stats are available.","service_slug":"fitbit","service_name":"Fitbit","icon_url":"https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp","brand_color":"#01b0b9","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"MESH","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#81c151","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"This Action will post a message to the channel you choose in Slack.","friendly_id":"ctq9wh5b-post-a-message-to-a-slack-channel-using-mesh","icon_url":"https://assets.ifttt.com/images/channels/996886751/icons/on_color_large.png","id":"ctq9wh5b","installs_count":151,"instant":true,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp","name":"Post a message to a Slack channel using MESH","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"MESH","service_slug":"mesh","source_applet_id":null,"speed":"Realtime Applets usually run within 10 seconds","status":null,"type":"applet","updated_at":"2017-03-06 19:27:31 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"996886751","name":"MESH","module_name":"mesh","image_url":"https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp","brand_color":"81C151","available_to_everyone":true},{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true}],"permissions":[{"id":"/triggers/mesh.events","name":"Event from MESH app received","description":"This Trigger fires every time your IFTTT Tag on MESH app receives an input signal from the other Tag.","service_slug":"mesh","service_name":"MESH","icon_url":"https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp","brand_color":"#81c151","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]},{"actions_delay":0,"archived":false,"author":"IFTTT","author_id":null,"author_image_url":null,"author_tier":null,"brand_color":"#2e294e","by_service_owner":true,"can_push_enable":true,"config_type":"static","created_at":null,"description":"Add to a Slack channel.","friendly_id":"mRyH8bG6-post-nasa-astronomy-picture-of-the-day-to-slack-channel","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/on_color_large.png","id":"mRyH8bG6","installs_count":151,"instant":false,"intermediate_pro_features":false,"is_hidden":false,"is_tombstoned":false,"just_enabled":false,"last_run":null,"monochrome_icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","name":"Post NASA Astronomy picture of the day to Slack channel","pro_features":false,"published":true,"push_enabled":null,"requires_android_app":false,"requires_ios_app":false,"requires_mobile_app":false,"run_count":null,"service_name":"Space","service_slug":"space","source_applet_id":null,"speed":"Polling Applets usually run within 1 hour","status":null,"type":"applet","updated_at":"2023-01-27 15:19:10 -0800","background_images":{"sm_background_image_url":null,"lg_background_image_url":null,"background_image_url_1x":null,"background_image_url_2x":null,"background_image_url_3x":null},"channels":[{"id":"1380041935","name":"Slack","module_name":"slack","image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"4A154B","available_to_everyone":true},{"id":"1829340444","name":"Space","module_name":"space","image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","monochrome_image_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"2E294E","available_to_everyone":true}],"permissions":[{"id":"/triggers/space.new_astronomy_picture_nasa","name":"Astronomy picture of the day by NASA","description":"This Trigger fires every time NASA posts a new Astronomy Picture of the Day. ","service_slug":"space","service_name":"Space","icon_url":"https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp","brand_color":"#2e294e","available_to_everyone":true},{"id":"/actions/slack.post_to_channel","name":"Post to channel","description":"This Action will post a message to the channel you choose in Slack.","service_slug":"slack","service_name":"Slack","icon_url":"https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp","brand_color":"#4a154b","available_to_everyone":true}],"configurations":[]}]}" data-hydrate="t" data-react-cache-id="App.Comps.DiscoverServiceView-0"><div role="tablist" class="discover_service_view__tab-content___8QFRg discover_service_view__filters___kwRpa"><span role="tab" aria-label="Applets" class="discover_service_view__active___GpS5P">Applets</span><span role="tab" aria-label="Details">Details</span></div><h2 class="discover_service_view__services___4I70x">Popular Slack workflows & automations</h2><section class="discover_services"><ul data-testid="discover-applets" class="web-applet-cards"><li class="my-web-applet-card web-applet-card"><a href="/applets/VexwBYX4-automatically-post-a-message-to-slack-when-specific-events-are-about-to-start-in-google-calendar" style="background-color: #4A154B;" class="applet-card-body applet-VexwBYX4 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Google Calendar" title="Google Calendar" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically post a message to Slack when specific events are about to start in Google Calendar</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="21 users" title="21 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>21</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/gvSrQmaB-automatically-send-slack-messages-when-new-reviews-are-submitted-to-google-my-business" style="background-color: #4A154B;" class="applet-card-body applet-gvSrQmaB small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/133386471/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Google Business Profile" title="Google Business Profile" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically send Slack messages when new reviews are submitted to Google My Business</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="9 users" title="9 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>9</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/HEUpswAa-automatically-post-a-daily-reminder-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-HEUpswAa small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Date & Time" title="Date & Time" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically post a daily reminder to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="5.9k users" title="5.9k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>5.9k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/EJVR4sz8-email-a-message-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-EJVR4sz8 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Email" title="Email" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Email a message to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="5.8k users" title="5.8k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>5.8k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/mvsRg4SG-when-you-post-to-instagram-share-photo-on-slack" style="background-color: #4A154B;" class="applet-card-body applet-mvsRg4SG small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Instagram" title="Instagram" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">When you post to Instagram, share photo on Slack</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="2.5k users" title="2.5k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>2.5k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/B5DL6zhb-slack-camera-post-photos-to-a-channel-quickly" style="background-color: #4A154B;" class="applet-card-body applet-B5DL6zhb small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Camera widget" title="Camera widget" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Slack Camera! Post photos to a channel quickly</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="2.5k users" title="2.5k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>2.5k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/FzQrdj82-post-tomorrow-s-weather-forecast-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-FzQrdj82 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Weather Underground" title="Weather Underground" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post tomorrow's weather forecast to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="1.9k users" title="1.9k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.9k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/aENqQW2B-facebook-page-posts-to-slack" style="background-color: #3B579D;" class="applet-card-body applet-aENqQW2B small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Facebook Pages" title="Facebook Pages" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Facebook page posts to Slack</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">codeowner</span></span></div></div><div class="meta"><div aria-label="1.8k users" title="1.8k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.8k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/fWQFpr7k-add-new-trello-cards-to-a-slack-channel" style="background-color: #0079bf;" class="applet-card-body applet-fWQFpr7k small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Trello" title="Trello" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Add new Trello cards to a Slack channel</div></div></span></span><div class="owner no-link"><img alt="Trello" title="Trello" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" /> <span class="author">Trello</span></div></div><div class="meta"><div aria-label="1.6k users" title="1.6k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.6k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/LC5j7R8y-quickly-post-a-message-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-LC5j7R8y small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Note widget" title="Note widget" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Quickly post a message to a Slack channel</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="1.6k users" title="1.6k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.6k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/EqvebSPm-share-files-in-slack-from-a-dropbox-folder" style="background-color: #0062fe;" class="applet-card-body applet-EqvebSPm small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Dropbox" title="Dropbox" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Share files in Slack from a Dropbox folder</div></div></span></span><div class="owner no-link"><img alt="Dropbox" title="Dropbox" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp" /> <span class="author">Dropbox</span></div></div><div class="meta"><div aria-label="1.5k users" title="1.5k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.5k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/hQ8iJPS3-send-live-updates-from-twitter-to-a-slack-channel" style="background-color: #000000;" class="applet-card-body applet-hQ8iJPS3 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Twitter" title="Twitter" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Send live updates from Twitter to a Slack channel </div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">hellosadie</span></span></div></div><div class="meta badged"><div aria-label="1.3k users" title="1.3k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.3k</span></div><span title="Applet has pro features" class="card-badge"><svg viewBox="0 0 120 70" width="120" height="70" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.176 29.884C46.176 29.284 46.056 28.792 45.816 28.408 45.576 28.024 45.252 27.724 44.844 27.508 44.436 27.292 43.968 27.148 43.44 27.076 42.936 27.004 42.408 26.968 41.856 26.968H39.156V32.98H41.748C42.324 32.98 42.876 32.932 43.404 32.836 43.932 32.74 44.4 32.572 44.808 32.332 45.24 32.092 45.576 31.78 45.816 31.396 46.056 30.988 46.176 30.484 46.176 29.884zM80.8291 36.76C81.0211 37.312 81.1171 37.876 81.1171 38.452 81.1171 39.028 81.0211 39.592 80.8291 40.144 80.6611 40.696 80.3971 41.2 80.0371 41.656 79.6771 42.088 79.2331 42.436 78.7051 42.7 78.1771 42.964 77.5651 43.096 76.8691 43.096 76.1731 43.096 75.5611 42.964 75.0331 42.7 74.5051 42.436 74.0611 42.088 73.7011 41.656 73.3411 41.2 73.0651 40.696 72.8731 40.144 72.7051 39.592 72.6211 39.028 72.6211 38.452 72.6211 37.876 72.7051 37.312 72.8731 36.76 73.0651 36.208 73.3291 35.728 73.6651 35.32 74.0251 34.888 74.4691 34.54 74.9971 34.276 75.5251 34.012 76.1371 33.88 76.8331 33.88 77.5291 33.88 78.1411 34.012 78.6691 34.276 79.1971 34.54 79.6411 34.888 80.0011 35.32 80.3611 35.728 80.6371 36.208 80.8291 36.76z" fill="#222"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37258 0 12V58C0 64.6274 5.37259 70 12 70H108C114.627 70 120 64.6274 120 58V12C120 5.37258 114.627 0 108 0H12ZM52.332 29.848C52.332 31.336 52.056 32.596 51.504 33.628C50.952 34.636 50.208 35.452 49.272 36.076C48.336 36.7 47.256 37.156 46.032 37.444C44.808 37.732 43.536 37.876 42.216 37.876H39.156V47.488H33V22H42.36C43.752 22 45.048 22.144 46.248 22.432C47.472 22.696 48.528 23.14 49.416 23.764C50.328 24.364 51.036 25.168 51.54 26.176C52.068 27.16 52.332 28.384 52.332 29.848ZM65.7845 34.384C65.5205 34.312 65.2565 34.264 64.9925 34.24C64.7525 34.216 64.5125 34.204 64.2725 34.204C63.4805 34.204 62.8085 34.348 62.2565 34.636C61.7285 34.924 61.2965 35.272 60.9605 35.68C60.6485 36.088 60.4205 36.532 60.2765 37.012C60.1325 37.492 60.0605 37.912 60.0605 38.272V47.488H54.1565V29.56H59.8445V32.152H59.9165C60.3725 31.24 61.0205 30.496 61.8605 29.92C62.7005 29.344 63.6725 29.056 64.7765 29.056C65.0165 29.056 65.2445 29.068 65.4605 29.092C65.7005 29.116 65.8925 29.152 66.0365 29.2L65.7845 34.384ZM86.0131 42.448C86.5411 41.248 86.8051 39.916 86.8051 38.452C86.8051 36.988 86.5411 35.668 86.0131 34.492C85.4851 33.316 84.7651 32.32 83.8531 31.504C82.9411 30.688 81.8851 30.064 80.6851 29.632C79.4851 29.2 78.2011 28.984 76.8331 28.984C75.4891 28.984 74.2051 29.2 72.9811 29.632C71.7811 30.064 70.7251 30.688 69.8131 31.504C68.9251 32.32 68.2171 33.316 67.6891 34.492C67.1611 35.668 66.8971 36.988 66.8971 38.452C66.8971 39.916 67.1611 41.248 67.6891 42.448C68.2171 43.624 68.9251 44.632 69.8131 45.472C70.7251 46.288 71.7811 46.924 72.9811 47.38C74.2051 47.836 75.4891 48.064 76.8331 48.064C78.2011 48.064 79.4851 47.836 80.6851 47.38C81.8851 46.924 82.9411 46.288 83.8531 45.472C84.7651 44.632 85.4851 43.624 86.0131 42.448Z" fill="#222"></path></svg></span></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/dSdicXVk-when-entering-or-exiting-an-area-post-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-dSdicXVk small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Location" title="Location" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">When entering or exiting an area, post to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="1.3k users" title="1.3k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.3k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/TdamBsu7-automatically-post-nasa-image-of-the-day-to-a-slack-channel" style="background-color: #2E294E;" class="applet-card-body applet-TdamBsu7 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Space" title="Space" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically post NASA image of the day to a Slack Channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">torsday</span></span></div></div><div class="meta"><div aria-label="1.2k users" title="1.2k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.2k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/hbUx2tAC-automatically-post-a-reminder-to-a-slack-channel-15-minutes-before-a-calendar-event-starts" style="background-color: #4A154B;" class="applet-card-body applet-hbUx2tAC small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Google Calendar" title="Google Calendar" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically post a reminder to a Slack channel 15 minutes before a calendar event starts</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="1.2k users" title="1.2k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.2k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/iNYh3knd-automatically-send-an-article-to-a-slack-channel-when-you-tag-it-with-a-specific-tag-in-pocket" style="background-color: #4A154B;" class="applet-card-body applet-iNYh3knd small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/24/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Pocket" title="Pocket" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically send an article to a Slack channel when you tag it with a specific tag in Pocket</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="1.0k users" title="1.0k users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>1.0k</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/z8bLkyZV-google-calendar-slack" style="background-color: #2C6EFC;" class="applet-card-body applet-z8bLkyZV small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Google Calendar" title="Google Calendar" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Google Calendar -> Slack</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">satys</span></span></div></div><div class="meta"><div aria-label="905 users" title="905 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>905</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Q8vrWzYX-tweets-by" style="background-color: #000000;" class="applet-card-body applet-Q8vrWzYX small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Twitter" title="Twitter" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Tweets by ...</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">owenbarder</span></span></div></div><div class="meta badged"><div aria-label="902 users" title="902 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>902</span></div><span title="Applet has pro features" class="card-badge"><svg viewBox="0 0 120 70" width="120" height="70" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.176 29.884C46.176 29.284 46.056 28.792 45.816 28.408 45.576 28.024 45.252 27.724 44.844 27.508 44.436 27.292 43.968 27.148 43.44 27.076 42.936 27.004 42.408 26.968 41.856 26.968H39.156V32.98H41.748C42.324 32.98 42.876 32.932 43.404 32.836 43.932 32.74 44.4 32.572 44.808 32.332 45.24 32.092 45.576 31.78 45.816 31.396 46.056 30.988 46.176 30.484 46.176 29.884zM80.8291 36.76C81.0211 37.312 81.1171 37.876 81.1171 38.452 81.1171 39.028 81.0211 39.592 80.8291 40.144 80.6611 40.696 80.3971 41.2 80.0371 41.656 79.6771 42.088 79.2331 42.436 78.7051 42.7 78.1771 42.964 77.5651 43.096 76.8691 43.096 76.1731 43.096 75.5611 42.964 75.0331 42.7 74.5051 42.436 74.0611 42.088 73.7011 41.656 73.3411 41.2 73.0651 40.696 72.8731 40.144 72.7051 39.592 72.6211 39.028 72.6211 38.452 72.6211 37.876 72.7051 37.312 72.8731 36.76 73.0651 36.208 73.3291 35.728 73.6651 35.32 74.0251 34.888 74.4691 34.54 74.9971 34.276 75.5251 34.012 76.1371 33.88 76.8331 33.88 77.5291 33.88 78.1411 34.012 78.6691 34.276 79.1971 34.54 79.6411 34.888 80.0011 35.32 80.3611 35.728 80.6371 36.208 80.8291 36.76z" fill="#222"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37258 0 12V58C0 64.6274 5.37259 70 12 70H108C114.627 70 120 64.6274 120 58V12C120 5.37258 114.627 0 108 0H12ZM52.332 29.848C52.332 31.336 52.056 32.596 51.504 33.628C50.952 34.636 50.208 35.452 49.272 36.076C48.336 36.7 47.256 37.156 46.032 37.444C44.808 37.732 43.536 37.876 42.216 37.876H39.156V47.488H33V22H42.36C43.752 22 45.048 22.144 46.248 22.432C47.472 22.696 48.528 23.14 49.416 23.764C50.328 24.364 51.036 25.168 51.54 26.176C52.068 27.16 52.332 28.384 52.332 29.848ZM65.7845 34.384C65.5205 34.312 65.2565 34.264 64.9925 34.24C64.7525 34.216 64.5125 34.204 64.2725 34.204C63.4805 34.204 62.8085 34.348 62.2565 34.636C61.7285 34.924 61.2965 35.272 60.9605 35.68C60.6485 36.088 60.4205 36.532 60.2765 37.012C60.1325 37.492 60.0605 37.912 60.0605 38.272V47.488H54.1565V29.56H59.8445V32.152H59.9165C60.3725 31.24 61.0205 30.496 61.8605 29.92C62.7005 29.344 63.6725 29.056 64.7765 29.056C65.0165 29.056 65.2445 29.068 65.4605 29.092C65.7005 29.116 65.8925 29.152 66.0365 29.2L65.7845 34.384ZM86.0131 42.448C86.5411 41.248 86.8051 39.916 86.8051 38.452C86.8051 36.988 86.5411 35.668 86.0131 34.492C85.4851 33.316 84.7651 32.32 83.8531 31.504C82.9411 30.688 81.8851 30.064 80.6851 29.632C79.4851 29.2 78.2011 28.984 76.8331 28.984C75.4891 28.984 74.2051 29.2 72.9811 29.632C71.7811 30.064 70.7251 30.688 69.8131 31.504C68.9251 32.32 68.2171 33.316 67.6891 34.492C67.1611 35.668 66.8971 36.988 66.8971 38.452C66.8971 39.916 67.1611 41.248 67.6891 42.448C68.2171 43.624 68.9251 44.632 69.8131 45.472C70.7251 46.288 71.7811 46.924 72.9811 47.38C74.2051 47.836 75.4891 48.064 76.8331 48.064C78.2011 48.064 79.4851 47.836 80.6851 47.38C81.8851 46.924 82.9411 46.288 83.8531 45.472C84.7651 44.632 85.4851 43.624 86.0131 42.448Z" fill="#222"></path></svg></span></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/a7u3pT48-post-a-daily-weather-report-at-7-00am-in-a-slack-channel" style="background-color: #1E2023;" class="applet-card-body applet-a7u3pT48 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Weather Underground" title="Weather Underground" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post a daily weather report at 7:00AM in a Slack channel</div></div></span></span><div class="owner no-link"><img alt="Weather Underground" title="Weather Underground" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" /> <span class="author">Weather Underground</span></div></div><div class="meta"><div aria-label="784 users" title="784 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>784</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/yqLzQpPw-automatically-share-completed-trello-tasks-to-a-slack-channel" style="background-color: #0079bf;" class="applet-card-body applet-yqLzQpPw small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Trello" title="Trello" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically share completed Trello tasks to a Slack channel </div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">wraldpyk</span></span></div></div><div class="meta"><div aria-label="608 users" title="608 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>608</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/NEqyVa2x-post-to-a-channel-when-new-articles-appear-in-the-rss-feed-you-choose" style="background-color: #4A154B;" class="applet-card-body applet-NEqyVa2x small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="RSS Feed" title="RSS Feed" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post to a channel when new articles appear in the RSS Feed you choose</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="600 users" title="600 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>600</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Sv2Rs5jP-post-a-stock-s-closing-price-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-Sv2Rs5jP small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/22/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Finance" title="Finance" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post a stock's closing price to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="593 users" title="593 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>593</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/xLyGt2aM-ask-a-slack-channel-if-they-want-coffee-too" style="background-color: #4A154B;" class="applet-card-body applet-xLyGt2aM small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Button widget" title="Button widget" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Ask a Slack channel if they want coffee too</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="569 users" title="569 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>569</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/uXWwNkAK-post-new-notes-to-slack-from-an-evernote-notebook" style="background-color: #2DBE60;" class="applet-card-body applet-uXWwNkAK small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Evernote" title="Evernote" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post new notes to Slack from an Evernote notebook</div></div></span></span><div class="owner no-link"><img alt="Evernote" title="Evernote" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp" /> <span class="author">Evernote</span></div></div><div class="meta"><div aria-label="531 users" title="531 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>531</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/ukiaf7pw-let-the-team-know-when-it-rains" style="background-color: #1E2023;" class="applet-card-body applet-ukiaf7pw small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Weather Underground" title="Weather Underground" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Let the team know when it rains</div></div></span></span><div class="owner no-link"><img alt="Weather Underground" title="Weather Underground" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" /> <span class="author">Weather Underground</span></div></div><div class="meta"><div aria-label="469 users" title="469 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>469</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/pr7QJfbB-post-to-slack-if-it-will-rain-tomorrow" style="background-color: #1E2023;" class="applet-card-body applet-pr7QJfbB small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Weather Underground" title="Weather Underground" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post to Slack if it will rain tomorrow.</div></div></span></span><div class="owner no-link"><img alt="Weather Underground" title="Weather Underground" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" /> <span class="author">Weather Underground</span></div></div><div class="meta"><div aria-label="462 users" title="462 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>462</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/QtsAQf3x-emails-with-tagged-subject-post-to-a-designated-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-QtsAQf3x small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Email" title="Email" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Emails with #tagged subject post to a designated Slack channel</div></div></span></span><div class="owner no-link"><img alt="Slack" title="Slack" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" /> <span class="author">Slack</span></div></div><div class="meta"><div aria-label="457 users" title="457 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>457</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/UnZ2wLTG-have-twitter-mentions-automatically-posted-in-slack" style="background-color: #000000;" class="applet-card-body applet-UnZ2wLTG small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Twitter" title="Twitter" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Have Twitter mentions automatically posted in Slack </div></div></span></span><div class="owner no-link"><img alt="Twitter" title="Twitter" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" /> <span class="author">Twitter</span></div></div><div class="meta badged"><div aria-label="424 users" title="424 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>424</span></div><span title="Applet has pro features" class="card-badge"><svg viewBox="0 0 120 70" width="120" height="70" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.176 29.884C46.176 29.284 46.056 28.792 45.816 28.408 45.576 28.024 45.252 27.724 44.844 27.508 44.436 27.292 43.968 27.148 43.44 27.076 42.936 27.004 42.408 26.968 41.856 26.968H39.156V32.98H41.748C42.324 32.98 42.876 32.932 43.404 32.836 43.932 32.74 44.4 32.572 44.808 32.332 45.24 32.092 45.576 31.78 45.816 31.396 46.056 30.988 46.176 30.484 46.176 29.884zM80.8291 36.76C81.0211 37.312 81.1171 37.876 81.1171 38.452 81.1171 39.028 81.0211 39.592 80.8291 40.144 80.6611 40.696 80.3971 41.2 80.0371 41.656 79.6771 42.088 79.2331 42.436 78.7051 42.7 78.1771 42.964 77.5651 43.096 76.8691 43.096 76.1731 43.096 75.5611 42.964 75.0331 42.7 74.5051 42.436 74.0611 42.088 73.7011 41.656 73.3411 41.2 73.0651 40.696 72.8731 40.144 72.7051 39.592 72.6211 39.028 72.6211 38.452 72.6211 37.876 72.7051 37.312 72.8731 36.76 73.0651 36.208 73.3291 35.728 73.6651 35.32 74.0251 34.888 74.4691 34.54 74.9971 34.276 75.5251 34.012 76.1371 33.88 76.8331 33.88 77.5291 33.88 78.1411 34.012 78.6691 34.276 79.1971 34.54 79.6411 34.888 80.0011 35.32 80.3611 35.728 80.6371 36.208 80.8291 36.76z" fill="#222"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37258 0 12V58C0 64.6274 5.37259 70 12 70H108C114.627 70 120 64.6274 120 58V12C120 5.37258 114.627 0 108 0H12ZM52.332 29.848C52.332 31.336 52.056 32.596 51.504 33.628C50.952 34.636 50.208 35.452 49.272 36.076C48.336 36.7 47.256 37.156 46.032 37.444C44.808 37.732 43.536 37.876 42.216 37.876H39.156V47.488H33V22H42.36C43.752 22 45.048 22.144 46.248 22.432C47.472 22.696 48.528 23.14 49.416 23.764C50.328 24.364 51.036 25.168 51.54 26.176C52.068 27.16 52.332 28.384 52.332 29.848ZM65.7845 34.384C65.5205 34.312 65.2565 34.264 64.9925 34.24C64.7525 34.216 64.5125 34.204 64.2725 34.204C63.4805 34.204 62.8085 34.348 62.2565 34.636C61.7285 34.924 61.2965 35.272 60.9605 35.68C60.6485 36.088 60.4205 36.532 60.2765 37.012C60.1325 37.492 60.0605 37.912 60.0605 38.272V47.488H54.1565V29.56H59.8445V32.152H59.9165C60.3725 31.24 61.0205 30.496 61.8605 29.92C62.7005 29.344 63.6725 29.056 64.7765 29.056C65.0165 29.056 65.2445 29.068 65.4605 29.092C65.7005 29.116 65.8925 29.152 66.0365 29.2L65.7845 34.384ZM86.0131 42.448C86.5411 41.248 86.8051 39.916 86.8051 38.452C86.8051 36.988 86.5411 35.668 86.0131 34.492C85.4851 33.316 84.7651 32.32 83.8531 31.504C82.9411 30.688 81.8851 30.064 80.6851 29.632C79.4851 29.2 78.2011 28.984 76.8331 28.984C75.4891 28.984 74.2051 29.2 72.9811 29.632C71.7811 30.064 70.7251 30.688 69.8131 31.504C68.9251 32.32 68.2171 33.316 67.6891 34.492C67.1611 35.668 66.8971 36.988 66.8971 38.452C66.8971 39.916 67.1611 41.248 67.6891 42.448C68.2171 43.624 68.9251 44.632 69.8131 45.472C70.7251 46.288 71.7811 46.924 72.9811 47.38C74.2051 47.836 75.4891 48.064 76.8331 48.064C78.2011 48.064 79.4851 47.836 80.6851 47.38C81.8851 46.924 82.9411 46.288 83.8531 45.472C84.7651 44.632 85.4851 43.624 86.0131 42.448Z" fill="#222"></path></svg></span></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/CZid7SQV-post-note-to-slack-when-a-specific-tag-is-added" style="background-color: #2DBE60;" class="applet-card-body applet-CZid7SQV small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Evernote" title="Evernote" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post note to Slack when a specific tag is added</div></div></span></span><div class="owner no-link"><img alt="Evernote" title="Evernote" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/25/icons/monochrome_regular.webp" /> <span class="author">Evernote</span></div></div><div class="meta"><div aria-label="422 users" title="422 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>422</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/wWSJr5Gj-tell-the-slack-channel-when-ring-says-someone-s-at-the-door" style="background-color: #1b99d6;" class="applet-card-body applet-wWSJr5Gj small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1440716852/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Ring" title="Ring" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Tell the Slack channel when Ring says someone's at the door</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">ring_labs</span></span></div></div><div class="meta"><div aria-label="396 users" title="396 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>396</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/pKxgXcfW-uploading-youtube-videos-creates-slack-posts" style="background-color: #FF0000;" class="applet-card-body applet-pKxgXcfW small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="YouTube" title="YouTube" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Uploading youtube videos creates slack posts.</div></div></span></span><div class="owner no-link"><img alt="Google" title="Google" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp" /> <span class="author">Google</span></div></div><div class="meta"><div aria-label="371 users" title="371 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>371</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/TQ8dT5uq-automatically-share-your-mailchimp-campaign-performance-summary-to-a-slack-channel" style="background-color: #007c89;" class="applet-card-body applet-TQ8dT5uq small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Mailchimp" title="Mailchimp" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically share your MailChimp campaign performance summary to a Slack channel </div></div></span></span><div class="owner no-link"><img alt="Mailchimp" title="Mailchimp" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1472934418/icons/monochrome_regular.webp" /> <span class="author">Mailchimp</span></div></div><div class="meta"><div aria-label="344 users" title="344 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>344</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/p37PkC5X-notify-of-new-twitter-followers-in-slack" style="background-color: #000000;" class="applet-card-body applet-p37PkC5X small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Twitter" title="Twitter" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Notify of new Twitter followers in Slack</div></div></span></span><div class="owner no-link"><img alt="Twitter" title="Twitter" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" /> <span class="author">Twitter</span></div></div><div class="meta badged"><div aria-label="343 users" title="343 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>343</span></div><span title="Applet has pro features" class="card-badge"><svg viewBox="0 0 120 70" width="120" height="70" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.176 29.884C46.176 29.284 46.056 28.792 45.816 28.408 45.576 28.024 45.252 27.724 44.844 27.508 44.436 27.292 43.968 27.148 43.44 27.076 42.936 27.004 42.408 26.968 41.856 26.968H39.156V32.98H41.748C42.324 32.98 42.876 32.932 43.404 32.836 43.932 32.74 44.4 32.572 44.808 32.332 45.24 32.092 45.576 31.78 45.816 31.396 46.056 30.988 46.176 30.484 46.176 29.884zM80.8291 36.76C81.0211 37.312 81.1171 37.876 81.1171 38.452 81.1171 39.028 81.0211 39.592 80.8291 40.144 80.6611 40.696 80.3971 41.2 80.0371 41.656 79.6771 42.088 79.2331 42.436 78.7051 42.7 78.1771 42.964 77.5651 43.096 76.8691 43.096 76.1731 43.096 75.5611 42.964 75.0331 42.7 74.5051 42.436 74.0611 42.088 73.7011 41.656 73.3411 41.2 73.0651 40.696 72.8731 40.144 72.7051 39.592 72.6211 39.028 72.6211 38.452 72.6211 37.876 72.7051 37.312 72.8731 36.76 73.0651 36.208 73.3291 35.728 73.6651 35.32 74.0251 34.888 74.4691 34.54 74.9971 34.276 75.5251 34.012 76.1371 33.88 76.8331 33.88 77.5291 33.88 78.1411 34.012 78.6691 34.276 79.1971 34.54 79.6411 34.888 80.0011 35.32 80.3611 35.728 80.6371 36.208 80.8291 36.76z" fill="#222"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37258 0 12V58C0 64.6274 5.37259 70 12 70H108C114.627 70 120 64.6274 120 58V12C120 5.37258 114.627 0 108 0H12ZM52.332 29.848C52.332 31.336 52.056 32.596 51.504 33.628C50.952 34.636 50.208 35.452 49.272 36.076C48.336 36.7 47.256 37.156 46.032 37.444C44.808 37.732 43.536 37.876 42.216 37.876H39.156V47.488H33V22H42.36C43.752 22 45.048 22.144 46.248 22.432C47.472 22.696 48.528 23.14 49.416 23.764C50.328 24.364 51.036 25.168 51.54 26.176C52.068 27.16 52.332 28.384 52.332 29.848ZM65.7845 34.384C65.5205 34.312 65.2565 34.264 64.9925 34.24C64.7525 34.216 64.5125 34.204 64.2725 34.204C63.4805 34.204 62.8085 34.348 62.2565 34.636C61.7285 34.924 61.2965 35.272 60.9605 35.68C60.6485 36.088 60.4205 36.532 60.2765 37.012C60.1325 37.492 60.0605 37.912 60.0605 38.272V47.488H54.1565V29.56H59.8445V32.152H59.9165C60.3725 31.24 61.0205 30.496 61.8605 29.92C62.7005 29.344 63.6725 29.056 64.7765 29.056C65.0165 29.056 65.2445 29.068 65.4605 29.092C65.7005 29.116 65.8925 29.152 66.0365 29.2L65.7845 34.384ZM86.0131 42.448C86.5411 41.248 86.8051 39.916 86.8051 38.452C86.8051 36.988 86.5411 35.668 86.0131 34.492C85.4851 33.316 84.7651 32.32 83.8531 31.504C82.9411 30.688 81.8851 30.064 80.6851 29.632C79.4851 29.2 78.2011 28.984 76.8331 28.984C75.4891 28.984 74.2051 29.2 72.9811 29.632C71.7811 30.064 70.7251 30.688 69.8131 31.504C68.9251 32.32 68.2171 33.316 67.6891 34.492C67.1611 35.668 66.8971 36.988 66.8971 38.452C66.8971 39.916 67.1611 41.248 67.6891 42.448C68.2171 43.624 68.9251 44.632 69.8131 45.472C70.7251 46.288 71.7811 46.924 72.9811 47.38C74.2051 47.836 75.4891 48.064 76.8331 48.064C78.2011 48.064 79.4851 47.836 80.6851 47.38C81.8851 46.924 82.9411 46.288 83.8531 45.472C84.7651 44.632 85.4851 43.624 86.0131 42.448Z" fill="#222"></path></svg></span></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/J2BQTbDt-notify-slack-of-astronaut-entering-space" style="background-color: #2E294E;" class="applet-card-body applet-J2BQTbDt small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Space" title="Space" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Notify Slack of astronaut entering space</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">torsday</span></span></div></div><div class="meta"><div aria-label="341 users" title="341 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>341</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/wcHRnFVe-when-you-share-a-new-video-post-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-wcHRnFVe small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Instagram" title="Instagram" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">When you share a new video, post to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="338 users" title="338 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>338</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/wjq3g45e-post-incoming-tagged-sms-messages-to-a-slack-channel" style="background-color: #4A154B;" class="applet-card-body applet-wjq3g45e small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li><li><img src="https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Android SMS" title="Android SMS" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post incoming tagged SMS messages to a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">slack</span></span></div></div><div class="meta"><div aria-label="305 users" title="305 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>305</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/bzawYhTf-get-a-morning-reminder-about-your-first-meeting-daily" style="background-color: #2C6EFC;" class="applet-card-body applet-bzawYhTf small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Google Calendar" title="Google Calendar" /></li><li><img src="https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Date & Time" title="Date & Time" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Get a morning reminder about your first meeting daily</div></div></span></span><div class="owner no-link"><img alt="Google" title="Google" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" /> <span class="author">Google</span></div></div><div class="meta"><div aria-label="294 users" title="294 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>294</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/fXkKsM6F-search-for-________-gifs-and-automatically-post-in-a-slack-channel" style="background-color: #000000;" class="applet-card-body applet-fXkKsM6F small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/332126936/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Giphy" title="Giphy" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Search for ________ GIFs and automatically post in a Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">alexander</span></span></div></div><div class="meta"><div aria-label="293 users" title="293 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>293</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Cm6qWeK3-slack-notification-when-new-trello-card-is-assigned-to-me" style="background-color: #0079bf;" class="applet-card-body applet-Cm6qWeK3 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Trello" title="Trello" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Slack Notification when New Trello Card is Assigned to Me</div></div></span></span><div class="owner no-link"><img alt="Trello" title="Trello" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" /> <span class="author">Trello</span></div></div><div class="meta"><div aria-label="289 users" title="289 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>289</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/aFMfiEXs-post-to-slack-once-you-complete-a-task-in-todoist" style="background-color: #e44332;" class="applet-card-body applet-aFMfiEXs small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Todoist" title="Todoist" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post to Slack once you complete a task in Todoist</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">hayfay</span></span></div></div><div class="meta"><div aria-label="288 users" title="288 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>288</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/WZ3CGAsF-twitter-favorites-to-slack-channel" style="background-color: #000000;" class="applet-card-body applet-WZ3CGAsF small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Twitter" title="Twitter" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Twitter favorites to Slack channel</div></div></span></span><div class="owner no-link"><img alt="Twitter" title="Twitter" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" /> <span class="author">Twitter</span></div></div><div class="meta badged"><div aria-label="247 users" title="247 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>247</span></div><span title="Applet has pro features" class="card-badge"><svg viewBox="0 0 120 70" width="120" height="70" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.176 29.884C46.176 29.284 46.056 28.792 45.816 28.408 45.576 28.024 45.252 27.724 44.844 27.508 44.436 27.292 43.968 27.148 43.44 27.076 42.936 27.004 42.408 26.968 41.856 26.968H39.156V32.98H41.748C42.324 32.98 42.876 32.932 43.404 32.836 43.932 32.74 44.4 32.572 44.808 32.332 45.24 32.092 45.576 31.78 45.816 31.396 46.056 30.988 46.176 30.484 46.176 29.884zM80.8291 36.76C81.0211 37.312 81.1171 37.876 81.1171 38.452 81.1171 39.028 81.0211 39.592 80.8291 40.144 80.6611 40.696 80.3971 41.2 80.0371 41.656 79.6771 42.088 79.2331 42.436 78.7051 42.7 78.1771 42.964 77.5651 43.096 76.8691 43.096 76.1731 43.096 75.5611 42.964 75.0331 42.7 74.5051 42.436 74.0611 42.088 73.7011 41.656 73.3411 41.2 73.0651 40.696 72.8731 40.144 72.7051 39.592 72.6211 39.028 72.6211 38.452 72.6211 37.876 72.7051 37.312 72.8731 36.76 73.0651 36.208 73.3291 35.728 73.6651 35.32 74.0251 34.888 74.4691 34.54 74.9971 34.276 75.5251 34.012 76.1371 33.88 76.8331 33.88 77.5291 33.88 78.1411 34.012 78.6691 34.276 79.1971 34.54 79.6411 34.888 80.0011 35.32 80.3611 35.728 80.6371 36.208 80.8291 36.76z" fill="#222"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37258 0 12V58C0 64.6274 5.37259 70 12 70H108C114.627 70 120 64.6274 120 58V12C120 5.37258 114.627 0 108 0H12ZM52.332 29.848C52.332 31.336 52.056 32.596 51.504 33.628C50.952 34.636 50.208 35.452 49.272 36.076C48.336 36.7 47.256 37.156 46.032 37.444C44.808 37.732 43.536 37.876 42.216 37.876H39.156V47.488H33V22H42.36C43.752 22 45.048 22.144 46.248 22.432C47.472 22.696 48.528 23.14 49.416 23.764C50.328 24.364 51.036 25.168 51.54 26.176C52.068 27.16 52.332 28.384 52.332 29.848ZM65.7845 34.384C65.5205 34.312 65.2565 34.264 64.9925 34.24C64.7525 34.216 64.5125 34.204 64.2725 34.204C63.4805 34.204 62.8085 34.348 62.2565 34.636C61.7285 34.924 61.2965 35.272 60.9605 35.68C60.6485 36.088 60.4205 36.532 60.2765 37.012C60.1325 37.492 60.0605 37.912 60.0605 38.272V47.488H54.1565V29.56H59.8445V32.152H59.9165C60.3725 31.24 61.0205 30.496 61.8605 29.92C62.7005 29.344 63.6725 29.056 64.7765 29.056C65.0165 29.056 65.2445 29.068 65.4605 29.092C65.7005 29.116 65.8925 29.152 66.0365 29.2L65.7845 34.384ZM86.0131 42.448C86.5411 41.248 86.8051 39.916 86.8051 38.452C86.8051 36.988 86.5411 35.668 86.0131 34.492C85.4851 33.316 84.7651 32.32 83.8531 31.504C82.9411 30.688 81.8851 30.064 80.6851 29.632C79.4851 29.2 78.2011 28.984 76.8331 28.984C75.4891 28.984 74.2051 29.2 72.9811 29.632C71.7811 30.064 70.7251 30.688 69.8131 31.504C68.9251 32.32 68.2171 33.316 67.6891 34.492C67.1611 35.668 66.8971 36.988 66.8971 38.452C66.8971 39.916 67.1611 41.248 67.6891 42.448C68.2171 43.624 68.9251 44.632 69.8131 45.472C70.7251 46.288 71.7811 46.924 72.9811 47.38C74.2051 47.836 75.4891 48.064 76.8331 48.064C78.2011 48.064 79.4851 47.836 80.6851 47.38C81.8851 46.924 82.9411 46.288 83.8531 45.472C84.7651 44.632 85.4851 43.624 86.0131 42.448Z" fill="#222"></path></svg></span></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/tnyd2Bj8-post-github-issues-in-slack-automatically" style="background-color: #4078c0;" class="applet-card-body applet-tnyd2Bj8 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="GitHub" title="GitHub" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post GitHub issues in Slack, automatically!</div></div></span></span><div class="owner no-link"><img alt="GitHub" title="GitHub" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/2107379463/icons/monochrome_regular.webp" /> <span class="author">GitHub</span></div></div><div class="meta"><div aria-label="196 users" title="196 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>196</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/FhxSrv6K-feedly-category-to-slack-channel" style="background-color: #13BB0D;" class="applet-card-body applet-FhxSrv6K small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Feedly" title="Feedly" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Feedly Category to Slack Channel</div></div></span></span><div class="owner no-link"><img alt="Feedly" title="Feedly" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp" /> <span class="author">Feedly</span></div></div><div class="meta"><div aria-label="189 users" title="189 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>189</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/DrPUEhDb-reddit-post-to-slack" style="background-color: #FF4500;" class="applet-card-body applet-DrPUEhDb small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Reddit" title="Reddit" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Reddit Post to Slack</div></div></span></span><div class="owner no-link"><img alt="Reddit" title="Reddit" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1352860597/icons/monochrome_regular.webp" /> <span class="author">Reddit</span></div></div><div class="meta"><div aria-label="185 users" title="185 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>185</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Mp3vP6S7-task-in-todoist-post-to-slack" style="background-color: #e44332;" class="applet-card-body applet-Mp3vP6S7 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Todoist" title="Todoist" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Task in #todoist >> Post to #slack</div></div></span></span><div class="owner no-link"><img alt="Todoist" title="Todoist" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1148373811/icons/monochrome_regular.webp" /> <span class="author">Todoist</span></div></div><div class="meta"><div aria-label="178 users" title="178 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>178</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Fk9pSBeN-forward-sms-messages-to-slack" style="background-color: #1D9A59;" class="applet-card-body applet-Fk9pSBeN small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1322033008/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Android SMS" title="Android SMS" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Forward SMS messages to Slack</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">IFTTT</span></span></div></div><div class="meta"><div aria-label="174 users" title="174 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>174</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/wM9Jf7R2-automatically-post-your-feedly-save-for-later-articles-to-a-slack-channel" style="background-color: #13BB0D;" class="applet-card-body applet-wM9Jf7R2 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Feedly" title="Feedly" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Automatically post your Feedly save for later articles to a Slack channel </div></div></span></span><div class="owner no-link"><img alt="Feedly" title="Feedly" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/1688985062/icons/monochrome_regular.webp" /> <span class="author">Feedly</span></div></div><div class="meta"><div aria-label="173 users" title="173 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>173</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/Tx6W3vzF-post-daily-fitbit-summary-to-slack" style="background-color: #01b0b9;" class="applet-card-body applet-Tx6W3vzF small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Fitbit" title="Fitbit" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post daily FitBit Summary to Slack</div></div></span></span><div class="owner no-link"><img alt="Fitbit" title="Fitbit" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/594746782/icons/monochrome_regular.webp" /> <span class="author">Fitbit</span></div></div><div class="meta"><div aria-label="165 users" title="165 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>165</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/ctq9wh5b-post-a-message-to-a-slack-channel-using-mesh" style="background-color: #81C151;" class="applet-card-body applet-ctq9wh5b small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="MESH" title="MESH" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post a message to a Slack channel using MESH</div></div></span></span><div class="owner no-link"><img alt="MESH" title="MESH" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/996886751/icons/monochrome_regular.webp" /> <span class="author">MESH</span></div></div><div class="meta"><div aria-label="151 users" title="151 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>151</span></div></div></a></li><li class="my-web-applet-card web-applet-card"><a href="/applets/mRyH8bG6-post-nasa-astronomy-picture-of-the-day-to-slack-channel" style="background-color: #2E294E;" class="applet-card-body applet-mRyH8bG6 small_applet_card__applet-card-body___483yP "><div class="meta-header"><div class="works-with"><ul class="permissions"><li><img src="https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Space" title="Space" /></li><li><img src="https://assets.ifttt.com/images/channels/1380041935/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Slack" title="Slack" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Post NASA Astronomy picture of the day to Slack channel</div></div></span></span><div class="owner byline by-and-author-link"><span><span class="by">by</span><span class="author">IFTTT</span></span></div></div><div class="meta"><div aria-label="151 users" title="151 users enabled this Applet" class="installs"><span class="verified"><img src="//web-assets.ifttt.com/packs/media/applet_card/user-icon-688a052415e314ce84fe.png" alt="user icon" loading="lazy" width="14" height="18" /></span><span>151</span></div></div></a></li></ul></section><section class="discover_service_view__service-works-well-with___y6gv1"><h4 class="works-well-with">Connect Slack to these services and more</h4><div class="search-view-container"><div class="services-container"><ul class="service-cards"><li class="service-card-list-item"><a style="background-color: #000000;" href="/connect/slack/twitter" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp" title="Twitter" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Twitter</span></a></li><li class="service-card-list-item"><a style="background-color: #333333;" href="/connect/date_and_time/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/3/icons/monochrome_regular.webp" title="Date & Time" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Date & Time</span></a></li><li class="service-card-list-item"><a style="background-color: #2468ff;" href="/connect/email/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/6/icons/monochrome_regular.webp" title="Email" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Email</span></a></li><li class="service-card-list-item"><a style="background-color: #1E2023;" href="/connect/slack/weather" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp" title="Weather Underground" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Weather Underground</span></a></li><li class="service-card-list-item"><a style="background-color: #2C6EFC;" href="/connect/google_calendar/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp" title="Google Calendar" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Google Calendar</span></a></li><li class="service-card-list-item"><a style="background-color: #0099FF;" href="/connect/location/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/941030000/icons/monochrome_regular.webp" title="Location" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Location</span></a></li><li class="service-card-list-item"><a style="background-color: #0079bf;" href="/connect/slack/trello" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/123859650/icons/monochrome_regular.webp" title="Trello" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Trello</span></a></li><li class="service-card-list-item"><a style="background-color: #e4405f;" href="/connect/instagram/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp" title="Instagram" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Instagram</span></a></li><li class="service-card-list-item"><a style="background-color: #3B579D;" href="/connect/facebook_pages/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp" title="Facebook Pages" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Facebook Pages</span></a></li><li class="service-card-list-item"><a style="background-color: #ee4433;" href="/connect/do_button/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1108205771/icons/monochrome_regular.webp" title="Button widget" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Button widget</span></a></li><li class="service-card-list-item"><a style="background-color: #ee4433;" href="/connect/do_camera/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/832369883/icons/monochrome_regular.webp" title="Camera widget" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Camera widget</span></a></li><li class="service-card-list-item"><a style="background-color: #0062fe;" href="/connect/dropbox/slack" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/440404753/icons/monochrome_regular.webp" title="Dropbox" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Dropbox</span></a></li></ul></div></div></section></div> </main> <footer class="site-footer ifttt_next_bucket"> <a class="pro-upsell lazy" title="Try IFTTT Pro" href="/subscriptions/pro_plus"> <span class="logo"> <svg width="122" height="37" viewbox="0 0 203 52" fill="none" xmlns="http://www.w3.org/2000/svg"><title>IFTTT</title> <desc>IFTTT</desc><path d="M109.374-.25H68.0791V15.3654H80.3558V52.1734H97.0968V15.3654H109.374V-.25ZM156.249-.25H114.954V15.3654H127.231V52.1734H143.972V15.3654H156.249V-.25ZM203.123-.25H161.829V15.3654H174.105V52.1734H190.846V15.3654H203.123V-.25ZM16.741-.25H0V52.1734H16.741V-.25ZM62.4997-.25H24.5535V52.1734H41.2945V37.6734H55.8033V20.9425H41.2945V15.3654H62.4997V-.25Z" fill="#222"></path></svg> <svg viewbox="0 0 120 70" width="120" height="70" fill="#222" xmlns="http://www.w3.org/2000/svg"><path d="M34.816 28.408C35.056 28.792 35.176 29.284 35.176 29.884 35.176 30.484 35.056 30.988 34.816 31.396 34.576 31.78 34.24 32.092 33.808 32.332 33.4 32.572 32.932 32.74 32.404 32.836 31.876 32.932 31.324 32.98 30.748 32.98H28.156V26.968H30.856C31.408 26.968 31.936 27.004 32.44 27.076 32.968 27.148 33.436 27.292 33.844 27.508 34.252 27.724 34.576 28.024 34.816 28.408zM70.1171 38.452C70.1171 37.876 70.0211 37.312 69.8291 36.76 69.6371 36.208 69.3611 35.728 69.0011 35.32 68.6411 34.888 68.1971 34.54 67.6691 34.276 67.1411 34.012 66.5291 33.88 65.8331 33.88 65.1371 33.88 64.5251 34.012 63.9971 34.276 63.4691 34.54 63.0251 34.888 62.6651 35.32 62.3291 35.728 62.0651 36.208 61.8731 36.76 61.7051 37.312 61.6211 37.876 61.6211 38.452 61.6211 39.028 61.7051 39.592 61.8731 40.144 62.0651 40.696 62.3411 41.2 62.7011 41.656 63.0611 42.088 63.5051 42.436 64.0331 42.7 64.5611 42.964 65.1731 43.096 65.8691 43.096 66.5651 43.096 67.1771 42.964 67.7051 42.7 68.2331 42.436 68.6771 42.088 69.0371 41.656 69.3971 41.2 69.6611 40.696 69.8291 40.144 70.0211 39.592 70.1171 39.028 70.1171 38.452z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9008 0C5.32818 0 0 5.37258 0 12V58C0 64.6274 5.32818 70 11.9008 70H108.099C114.672 70 120 64.6274 120 58V12C120 5.37258 114.672 0 108.099 0H11.9008ZM40.504 33.628C41.056 32.596 41.332 31.336 41.332 29.848C41.332 28.384 41.068 27.16 40.54 26.176C40.036 25.168 39.328 24.364 38.416 23.764C37.528 23.14 36.472 22.696 35.248 22.432C34.048 22.144 32.752 22 31.36 22H22V47.488H28.156V37.876H31.216C32.536 37.876 33.808 37.732 35.032 37.444C36.256 37.156 37.336 36.7 38.272 36.076C39.208 35.452 39.952 34.636 40.504 33.628ZM53.9925 34.24C54.2565 34.264 54.5205 34.312 54.7845 34.384L55.0365 29.2C54.8925 29.152 54.7005 29.116 54.4605 29.092C54.2445 29.068 54.0165 29.056 53.7765 29.056C52.6725 29.056 51.7005 29.344 50.8605 29.92C50.0205 30.496 49.3725 31.24 48.9165 32.152H48.8445V29.56H43.1565V47.488H49.0605V38.272C49.0605 37.912 49.1325 37.492 49.2765 37.012C49.4205 36.532 49.6485 36.088 49.9605 35.68C50.2965 35.272 50.7285 34.924 51.2565 34.636C51.8085 34.348 52.4805 34.204 53.2725 34.204C53.5125 34.204 53.7525 34.216 53.9925 34.24ZM75.8051 38.452C75.8051 39.916 75.5411 41.248 75.0131 42.448C74.4851 43.624 73.7651 44.632 72.8531 45.472C71.9411 46.288 70.8851 46.924 69.6851 47.38C68.4851 47.836 67.2011 48.064 65.8331 48.064C64.4891 48.064 63.2051 47.836 61.9811 47.38C60.7811 46.924 59.7251 46.288 58.8131 45.472C57.9251 44.632 57.2171 43.624 56.6891 42.448C56.1611 41.248 55.8971 39.916 55.8971 38.452C55.8971 36.988 56.1611 35.668 56.6891 34.492C57.2171 33.316 57.9251 32.32 58.8131 31.504C59.7251 30.688 60.7811 30.064 61.9811 29.632C63.2051 29.2 64.4891 28.984 65.8331 28.984C67.2011 28.984 68.4851 29.2 69.6851 29.632C70.8851 30.064 71.9411 30.688 72.8531 31.504C73.7651 32.32 74.4851 33.316 75.0131 34.492C75.5411 35.668 75.8051 36.988 75.8051 38.452ZM91.6032 46.372V38.848H99.2352V34.312H91.5672V26.788H86.8872V34.312H79.2552V38.848H86.9232V46.372H91.6032Z"></path></svg> </span> <div class="cta"> <span>Get the best business tools.</span> <div class="button-tertiary"> Try it free </div> </div> </a> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if(entry.isIntersecting){ const image = entry.target image.classList.remove("lazy") observer.unobserve(image) } }) }, { threshold: 0 }) const footerWrapper = document.querySelector('.site-footer a.lazy') observer.observe(footerWrapper) }) </script> <div class="footer-top-container"> <div class="logo-container"> <a title="Home" class="logo" aria-label="The IFTTT home page" href="https://ifttt.com/"> <svg width="122" height="37" viewbox="0 0 203 52" fill="none" xmlns="http://www.w3.org/2000/svg" class="ifttt-logo" title="IFTTT" style="fill: white"><title>IFTTT</title> <desc>IFTTT</desc><path d="M109.374-.25H68.0791V15.3654H80.3558V52.1734H97.0968V15.3654H109.374V-.25ZM156.249-.25H114.954V15.3654H127.231V52.1734H143.972V15.3654H156.249V-.25ZM203.123-.25H161.829V15.3654H174.105V52.1734H190.846V15.3654H203.123V-.25ZM16.741-.25H0V52.1734H16.741V-.25ZM62.4997-.25H24.5535V52.1734H41.2945V37.6734H55.8033V20.9425H41.2945V15.3654H62.4997V-.25Z" fill="#222"></path></svg> </a> </div> <div class="footer-section explore"> <h4 class="section-header"> <a title="Explore" href="/explore">Explore</a> </h4> <ul> <li> <a alt="Services" title="Services" href="/explore/services">Services</a> </li> <li> <a alt="Stories" title="Stories" href="/explore/stories">Stories</a> </li> <li> <a alt="Applets" title="Applets" href="/explore/applets">Applets</a> </li> <li> <a alt="Help Center" title="Help Center" href="/help">Help Center</a> </li> <li> <a alt="Content Map" title="Content Map" href="/content_map">Content Map</a> </li> <li> <a alt="Search" title="Search" href="/explore">Search</a> </li> <li> <a alt="Plans" title="Plans" href="/plans">Plans</a> </li> <li> <a alt="Developer Docs" title="Developer Docs" href="/docs/api_reference">Developer Docs</a> </li> </ul> </div> <div class="footer-section top-integrations"> <h4 class="section-header"> Top Integrations </h4> <ul> <li> <a alt="Slack and Twitter" title="Slack and Twitter" href="/connect/slack/twitter">Slack and Twitter</a> </li> <li> <a alt="Date & Time and Slack" title="Date & Time and Slack" href="/connect/date_and_time/slack">Date & Time and Slack</a> </li> <li> <a alt="Email and Slack" title="Email and Slack" href="/connect/email/slack">Email and Slack</a> </li> <li> <a alt="Slack and Weather Underground" title="Slack and Weather Underground" href="/connect/slack/weather">Slack and Weather Underground</a> </li> <li> <a alt="Google Calendar and Slack" title="Google Calendar and Slack" href="/connect/google_calendar/slack">Google Calendar and Slack</a> </li> <li> <a alt="Location and Slack" title="Location and Slack" href="/connect/location/slack">Location and Slack</a> </li> <li> <a alt="Slack and Trello" title="Slack and Trello" href="/connect/slack/trello">Slack and Trello</a> </li> <li> <a alt="Instagram and Slack" title="Instagram and Slack" href="/connect/instagram/slack">Instagram and Slack</a> </li> <li> <a alt="Facebook Pages and Slack" title="Facebook Pages and Slack" href="/connect/facebook_pages/slack">Facebook Pages and Slack</a> </li> <li> <a alt="Button widget and Slack" title="Button widget and Slack" href="/connect/do_button/slack">Button widget and Slack</a> </li> </ul> </div> <div class="footer-section latest-stories"> <h4 class="section-header"> <a title="Latest Stories" href="/explore/stories">Latest Stories</a> </h4> <ul> <li> <a alt="How to Share Google Calendar with iPhone" title="How to Share Google Calendar with iPhone" href="/explore/how-to-share-google-calendar-with-iphone">How to Share Google Calendar with iPhone</a> </li> <li> <a alt="Shared Location Automations" title="Shared Location Automations" href="/explore/group-location-automations">Shared Location Automations</a> </li> <li> <a alt="6 SMS Automations for Helpful Notifications" title="6 SMS Automations for Helpful Notifications" href="/explore/6-sms-automations-for-helpful-notifications">6 SMS Automations for Helpful Notifications</a> </li> <li> <a alt="7 Repetitive Tasks That Small Businesses Should Automate in 2023" title="7 Repetitive Tasks That Small Businesses Should Automate in 2023" href="/explore/7-tasks-small-business-automation">7 Repetitive Tasks That Small Businesses Should Automate in 2023</a> </li> <li> <a alt="How to Use RSS Feeds" title="How to Use RSS Feeds" href="/explore/how-to-use-rss-feeds">How to Use RSS Feeds</a> </li> <li> <a alt="Best Note Taking Apps" title="Best Note Taking Apps" href="/explore/best-note-taking-apps">Best Note Taking Apps</a> </li> <li> <a alt="How to Use Calendly" title="How to Use Calendly" href="/explore/how-to-use-calendly">How to Use Calendly</a> </li> <li> <a alt="How to Use NFC Tags for Android & iPhone" title="How to Use NFC Tags for Android & iPhone" href="/explore/how-to-use-nfc-tag-with-phone">How to Use NFC Tags for Android & iPhone</a> </li> <li> <a alt="6 Philips Hue ideas to Automate Your Home" title="6 Philips Hue ideas to Automate Your Home" href="/explore/6-philips-hue-ideas-to-automate-your-home">6 Philips Hue ideas to Automate Your Home</a> </li> <li> <a alt="How to Export Airtable to Google Sheets Automatically" title="How to Export Airtable to Google Sheets Automatically" href="/explore/export-airtable-google-sheets">How to Export Airtable to Google Sheets Automatically</a> </li> </ul> </div> <div class="footer-section download"> <ul class="download-buttons"> <li> <a title="Download on the App Store" aria-label="The Apple App Store" target="_blank" rel="nopener noreferrer" href="https://itunes.apple.com/app/apple-store/id660944635?pt=1752682&ct=/slack&mt=8"> <svg fill="none" height="40" viewbox="0 0 136 40" width="136" xmlns="http://www.w3.org/2000/svg"><path d="m7.72421 39.6854c-.31031 0-.61341-.0048-.92132-.0096-.63988-.0096-1.27735-.0649-1.9076-.166-.58936-.101-1.15707-.2911-1.6911-.5605-.52682-.267-1.00793-.6158-1.42409-1.0368-.42337-.4161-.77458-.8972-1.041599-1.424-.269421-.5317-.457055-1.1018-.553277-1.6912-.1034381-.6326-.1611704-1.2725-.1683871-1.9124-.00721662-.2141-.0168369-.9309-.0168369-.9309v-23.56715s.00962028-.70724.0168369-.91171c.0072167-.63987.064949-1.27975.1683871-1.91.096222-.58936.283858-1.16188.555685-1.69591.267011-.52922.615821-1.01033 1.036791-1.42649.41856-.42097.90208-.77218 1.42889-1.04401.53163-.26702 1.09934-.454647 1.68629-.553275.63266-.103438 1.27254-.161173 1.91241-.168389l.92133-.012027h120.54438l.931.014433c.635.007216 1.27.062545 1.895.165983.592.101033 1.167.288665 1.706.560495 1.058.54606 1.92 1.40965 2.463 2.46809.265.53162.45 1.09693.546 1.68148.106.63747.166 1.27975.178 1.92443.003.28867.003.59898.003.9093.007.38248.007.74572.007 1.11377v21.35168c0 .3704 0 .7312-.007 1.0969 0 .332 0 .6351-.005.9478-.012.6326-.07 1.2653-.173 1.8907-.094.5918-.282 1.1667-.551 1.7032-.27.522-.618 1.0007-1.037 1.4144-.416.421-.9.7746-1.429 1.044-.536.2719-1.109.4619-1.701.5605-.63.1011-1.267.1588-1.907.166-.298.0072-.611.012-.917.012l-1.106.0024z" fill="#fff"></path><path clip-rule="evenodd" d="m32.4567 20.0569c.0241-1.7993.9671-3.4615 2.4994-4.4045-.9718-1.388-2.5403-2.2372-4.2338-2.2901-1.0902-.1148-2.1588.3095-3.0325.6564-.5547.2202-1.0309.4093-1.384.4093-.4016 0-.8917-.1972-1.4406-.4179-.7173-.2885-1.535-.6174-2.3867-.5997-1.9797.065-3.7815 1.1643-4.7461 2.8939-2.052 3.553-.522 8.773 1.4433 11.6452.9839 1.4073 2.1337 2.9757 3.6372 2.9204.6827-.0279 1.1668-.2317 1.6669-.4422.5783-.2435 1.1781-.496 2.1315-.496.8973 0 1.4714.2443 2.0224.4788.5288.225 1.0364.441 1.7879.4233 1.5781-.0241 2.574-1.4121 3.5218-2.8313.7072-1.0032 1.2508-2.1097 1.6117-3.2812-1.8763-.7914-3.096-2.6293-3.0984-4.6644zm-2.8962-8.5829c.8611-1.0344 1.2845-2.3623 1.1835-3.70459-1.3158.13712-2.5306.76737-3.4039 1.76086-.8612.98143-1.299 2.26363-1.2124 3.56503 1.3303.0144 2.5956-.5846 3.4328-1.6213zm20.5492 15.9803h-4.8279l-1.1619 3.423h-2.0447l4.5729-12.67h2.1241l4.5754 12.67h-2.0808zm-4.33-1.5805h3.8273l-1.8884-5.5568h-.0529c.0024 0-1.886 5.5568-1.886 5.5568zm17.4475.3849c0 2.8698-1.5372 4.7149-3.8561 4.7149-1.198.0625-2.3262-.5653-2.9059-1.6166h-.0433v4.5754h-1.8956v-12.2924h1.8354v1.5372h.0337c.6038-1.044 1.7344-1.6719 2.942-1.6334 2.3454.0024 3.8898 1.8547 3.8898 4.7149zm-1.9485 0c0-1.8691-.9671-3.0983-2.4417-3.0983-1.4481 0-2.4223 1.2556-2.4223 3.1007 0 1.8619.9742 3.108 2.4223 3.108 1.4746 0 2.4417-1.222 2.4417-3.1104zm12.1143 0c0 2.8698-1.5371 4.7149-3.8561 4.7149-1.1979.0625-2.3261-.5653-2.9059-1.6166h-.0433v4.5754h-1.8955v-12.2924h1.8354v1.5372h.0337c.6062-1.044 1.7344-1.6719 2.9419-1.6334 2.3455.0024 3.8898 1.8547 3.8898 4.7149zm-1.9485 0c0-1.8691-.967-3.0983-2.4416-3.0983-1.4481 0-2.4224 1.2556-2.4224 3.1007 0 1.8619.9743 3.108 2.4224 3.108 1.4746 0 2.4416-1.222 2.4416-3.1104zm8.6672 1.0897c.1419 1.2557 1.3616 2.0808 3.0286 2.0808 1.5973 0 2.7471-.8251 2.7471-1.9581 0-.9839-.6928-1.5708-2.3358-1.975l-1.6429-.3945c-2.3262-.5629-3.4063-1.6502-3.4063-3.4158 0-2.1867 1.9052-3.6878 4.609-3.6878 2.6774 0 4.5128 1.5011 4.5754 3.6878h-1.9148c-.1155-1.2654-1.1595-2.0279-2.687-2.0279-1.5276 0-2.5716.7722-2.5716 1.8955 0 .8973.6688 1.4217 2.3021 1.8259l1.3953.344c2.6004.6134 3.678 1.6598 3.678 3.512 0 2.3695-1.8883 3.8561-4.8904 3.8561-2.8097 0-4.7077-1.4505-4.8304-3.7406.0024-.0024 1.9437-.0024 1.9437-.0024zm11.8738-7.8926v2.1867h1.756v1.501h-1.756v5.0926c0 .7914.3512 1.1594 1.1234 1.1594.2093-.0048.4161-.0192.623-.0433v1.4915c-.3488.0649-.7.0938-1.0536.089-1.8691 0-2.6004-.7024-2.6004-2.4922v-5.2946h-1.3447v-1.501h1.3447v-2.1891zm2.7712 6.8029c0-2.9059 1.7127-4.7317 4.3805-4.7317 2.6778 0 4.3828 1.8258 4.3828 4.7317 0 2.9155-1.696 4.7317-4.3828 4.7317-2.6846.0024-4.3805-1.8162-4.3805-4.7317zm6.8313 0c0-1.9942-.914-3.1705-2.4508-3.1705-1.5348 0-2.4489 1.1859-2.4489 3.1705 0 2.0014.9141 3.1681 2.4489 3.1681 1.5368.0024 2.4508-1.1643 2.4508-3.1681zm3.496-4.6187h1.809v1.5709h.043c.253-1.0128 1.179-1.708 2.22-1.6695.219 0 .438.0241.65.0698v1.7729c-.277-.0842-.563-.1227-.852-.1155-.558-.0216-1.097.1997-1.477.6086s-.563.9622-.498 1.5179v5.4774h-1.898v-9.2325zm13.466 6.5239c-.255 1.6767-1.888 2.8265-3.976 2.8265-2.687 0-4.354-1.7993-4.354-4.6884 0-2.8963 1.676-4.7774 4.274-4.7774 2.555 0 4.162 1.756 4.162 4.5561v.6495h-6.524v.1155c-.06.6879.176 1.3687.652 1.8691.476.5003 1.142.7721 1.833.7481.921.0866 1.787-.4426 2.134-1.299zm-6.411-2.7568h4.619c.033-.6182-.19-1.222-.621-1.667-.43-.445-1.027-.6904-1.645-.6784-.623-.0048-1.222.2406-1.665.6832-.44.4402-.69 1.0392-.688 1.6622zm-64.4449-15.89631c-.5557-.58696-1.3423-.89246-2.1481-.83473v-.0024h-2.1987v6.08844h2.1987c1.8137 0 2.865-1.1162 2.865-3.0623.101-.801-.1612-1.6045-.7169-2.18901zm-2.254 4.39251h-1.1474v-4.36605h1.1474c.5725-.03128 1.1282.19485 1.5179.61585.3897.4209.5677.9935.4907 1.5612.0842.5701-.0938 1.1498-.4835 1.5732s-.9502.6495-1.5251.6158zm5.0541-3.4952c-.7024.4354-1.097 1.2316-1.0176 2.0567-.0794.8251.3151 1.6237 1.0152 2.0591.7048.4379 1.5948.4379 2.2973 0 .7048-.4378 1.0969-1.234 1.0175-2.0591.0794-.8251-.3151-1.6213-1.0175-2.0567-.7025-.43786-1.5925-.43786-2.2949 0zm1.1522.4787c.7842 0 1.2317.5821 1.2317 1.578 0 1.0007-.4475 1.5828-1.2317 1.5828-.789 0-1.2316-.5773-1.2316-1.5828 0-.9959.4426-1.578 1.2316-1.578zm6.9833 3.8777h.9406l1.2557-4.5946h-.9069l-.8179 3.5049h-.0721l-.943-3.5049h-.8708l-.943 3.5049h-.0674l-.8227-3.5049h-.9189l1.2677 4.5946h.931l.9454-3.3822h.0721zm4.14-4.5946h-.8732v4.5922h.9069v-2.687c-.0313-.3055.0697-.611.2814-.8347.2093-.2237.5076-.344.8155-.3296.6711 0 .9911.3657.9911 1.1042v2.7471h.9069v-2.9733c.0673-.4498-.0746-.9044-.3849-1.2364-.3079-.332-.753-.5052-1.2052-.4715-.5845-.0481-1.1354.2814-1.3712.8179h-.0673zm5.3812-1.79453h-.9069v6.38673h.9069zm2.278 2.03273c-.7048.4354-1.0993 1.2316-1.0199 2.0567-.0794.8251.3151 1.6237 1.0199 2.0591.7025.4379 1.5925.4379 2.2973 0 .7049-.4378 1.097-1.234 1.0176-2.0591.0794-.8251-.3175-1.6213-1.02-2.0567-.7024-.43786-1.5924-.43786-2.2949 0zm1.1499.4787c.7842 0 1.2316.5821 1.2316 1.578 0 1.0007-.4474 1.5828-1.2316 1.5828-.789 0-1.2316-.5773-1.2316-1.5828 0-.9959.4426-1.578 1.2316-1.578zm4.8279 1.2075c-1.0921.0674-1.7079.5437-1.7079 1.3712 0 .3921.1684.765.457 1.0272.2911.2622.6808.3897 1.0705.3488.5557.0264 1.0849-.2502 1.3808-.7217h.0722v.6471h.8732v-3.1392c0-.9719-.6495-1.5444-1.8018-1.5444-1.0416 0-1.7849.5052-1.8763 1.2942h.878c.1011-.3248.4523-.51.9574-.51.6207 0 .9406.2718.9406.7578v.3969zm1.2437.5942v.3849c-.0192.2911-.1564.5629-.3825.7553-.2237.1901-.5172.2791-.8082.2502-.4932 0-.8516-.2405-.8516-.6543 0-.4065.2863-.6206.9189-.6639zm4.0028-2.5956c-1.1618 0-1.9076.9189-1.9076 2.3719 0 1.4554.7385 2.3743 1.9076 2.3743.5918.024 1.1499-.2863 1.4434-.8011h.0721v.7265h.8684v-6.38913h-.9069v2.52343h-.0673c-.2742-.5196-.8251-.8323-1.4097-.8059zm.255 3.9331c-.7673 0-1.2268-.587-1.2268-1.5612 0-.967.4667-1.5564 1.2268-1.5564.7578 0 1.2365.6038 1.2365 1.5612 0 .9622-.4715 1.5564-1.2365 1.5564zm6.8967-3.6179c-.7024.4354-1.0969 1.2316-1.0175 2.0567-.0818.8251.3127 1.6237 1.0151 2.0591.7048.4379 1.5949.4379 2.2973 0 .7048-.4378 1.0969-1.234 1.0176-2.0591.0793-.8251-.3152-1.6213-1.0176-2.0567-.7024-.43786-1.5925-.43786-2.2949 0zm1.1523.4787c.7842 0 1.2316.5821 1.2316 1.578 0 1.0007-.4474 1.5828-1.2316 1.5828-.789 0-1.2317-.5773-1.2317-1.5828 0-.9959.4427-1.578 1.2317-1.578zm4.253-.7169h-.8708v4.5922h.9069v-2.687c-.0337-.3055.0697-.611.279-.8347.2117-.2237.5076-.344.8155-.3296.6711 0 .9911.3657.9911 1.1042v2.7471h.9069v-2.9733c.0649-.4498-.0746-.9044-.3849-1.2364-.3079-.332-.7529-.5052-1.2052-.4715-.5845-.0481-1.1354.2814-1.3712.8179h-.0673zm8.1528.0217v-1.16433h-.91v1.16433h-.729v.7625h.732v2.5956c0 .8852.401 1.2413 1.409 1.2413.166-.0024.33-.0193.493-.0481v-.7554c-.115.0144-.23.0217-.346.0217-.452 0-.649-.2117-.649-.6928v-2.3623h.995v-.7625zm3.132-1.81623h-.898v6.38673h.907v-2.6846c-.026-.3151.084-.6278.308-.8516.224-.2261.534-.3415.849-.3151.64 0 .982.3729.982 1.1066v2.7447h.907v-2.966c.06-.4475-.082-.8973-.388-1.2293-.308-.3295-.745-.5075-1.195-.4835-.594-.0481-1.155.2815-1.4.8227h-.072zm6.348 6.47573c.9.0986 1.737-.4619 1.992-1.3279l-.871-.0048c-.219.3921-.65.611-1.095.5581-.341.0048-.668-.1371-.902-.3873-.231-.2502-.349-.5869-.32-.9285v-.0505h3.243v-.3152c0-1.4433-.772-2.3165-2.05-2.3165-.615-.0048-1.2.255-1.606.7168-.407.4595-.595 1.0753-.513 1.6839-.084.6062.104 1.2196.513 1.6767s.998.712 1.609.6952zm1.126-2.8073h-2.322c-.005-.3175.118-.623.342-.8443.224-.2261.529-.3512.847-.3464.312-.0048.615.1179.83.3464.216.2261.324.5316.303.8443z" fill="#010202" fill-rule="evenodd"></path></svg> </a> </li> <li> <a title="Get it on Google Play" aria-label="The Google Play Store" target="_blank" rel="nopener noreferrer" href="https://play.google.com/store/apps/details?id=com.ifttt.ifttt&utm_source=/slack&utm_medium=web"> <svg width="136" height="42" viewbox="0 0 136 42" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip7_20003_9581)" fill-rule="evenodd" clip-rule="evenodd"><path d="M130.792 40.9797H5.18161C2.41897 40.9797 0.15625 38.7193 0.15625 35.9543V5.80924C0.15625 3.04659 2.4166 0.783875 5.18161 0.783875H130.792C133.555 0.783875 135.817 3.04422 135.817 5.80924V35.9567C135.817 38.7193 133.557 40.9797 130.792 40.9797Z" fill="#FBFBFB"></path><path d="M71.9176 13.2418C71.2708 13.2418 70.7234 13.0167 70.278 12.5642C69.8326 12.1116 69.6099 11.5359 69.6099 10.8346C69.6099 10.1332 69.8349 9.55513 70.2804 9.10495C70.7258 8.65478 71.2708 8.42732 71.9176 8.42732C72.562 8.42732 73.1094 8.65241 73.5548 9.10495C74.0002 9.55513 74.2253 10.1332 74.2253 10.8346C74.2253 11.5359 74.0002 12.1116 73.5548 12.5642C73.107 13.0167 72.562 13.2418 71.9176 13.2418ZM71.9176 13.9834C72.799 13.9834 73.5335 13.6801 74.1282 13.0689C74.7205 12.4599 75.0167 11.716 75.0119 10.8322C75.0119 9.95555 74.7158 9.21157 74.1211 8.60028C73.5264 7.98899 72.7919 7.68335 71.9152 7.68335C71.0338 7.68335 70.2993 7.989 69.707 8.59792C69.1147 9.20684 68.8185 9.95318 68.8185 10.8346C68.8185 11.716 69.1147 12.4599 69.707 13.0689C70.2993 13.6801 71.0362 13.9834 71.9176 13.9834ZM47.0608 13.0925C47.5607 12.5902 47.8095 11.922 47.8095 11.0786C47.8095 10.9317 47.7953 10.78 47.7645 10.6236H44.8431V11.3487H47.0323C46.9873 11.8699 46.8191 12.2751 46.5277 12.5689C46.0775 13.0167 45.516 13.2418 44.8431 13.2418C44.2081 13.2418 43.6584 13.0214 43.1964 12.5736C42.7344 12.1258 42.5022 11.5477 42.5022 10.8345C42.5022 10.1213 42.732 9.54322 43.1964 9.09542C43.6608 8.64761 44.2081 8.4249 44.8431 8.4249C45.5468 8.4249 46.0965 8.6642 46.4945 9.14043L47.0252 8.6097C46.7907 8.33012 46.4755 8.10504 46.0822 7.93681C45.6913 7.77096 45.2767 7.68566 44.8454 7.68566C43.9759 7.68566 43.2343 7.98894 42.6277 8.59075C42.0165 9.19256 41.7132 9.94128 41.7132 10.8345C41.7132 11.7254 42.0165 12.4765 42.6277 13.0783C43.2343 13.6825 43.9759 13.9834 44.8454 13.9834C45.7553 13.9834 46.4921 13.6872 47.0608 13.0925ZM49.6954 8.56002H52.4415V7.82079H48.9207V13.8507H52.4415V13.1091H49.6954V11.1971H52.169V10.4721H49.6954V8.56002ZM55.7066 13.8484H54.9319V8.56008H53.2473V7.81848H57.3912V8.56008H55.7066V13.8484ZM61.1631 13.8484H60.3883V7.81848H61.1631V13.8484ZM64.6009 13.8484H63.8261V8.56008H62.1415V7.81848H66.2855V8.56008H64.6009V13.8484ZM76.1042 13.8484V7.81848H77.0472L79.9781 12.5074H80.0112L79.9781 11.3464V7.81848H80.7552V13.8484H79.9449L76.879 8.9297H76.8458L76.879 10.093V13.8484H76.1042ZM105.129 18.9069H107.003V31.4692H105.129V18.9069ZM122.017 23.4323L119.868 28.8794H119.802L117.572 23.4323H115.551L118.897 31.0426L116.99 35.279H118.944L124.1 23.4323H122.017ZM82.5794 31.4692H80.7005V18.9069H82.5794V31.4692ZM45.6464 24.4915V26.3041H49.9871C49.8567 27.3253 49.5156 28.0692 48.999 28.5858C48.3664 29.2184 47.3784 29.9126 45.6464 29.9126C42.9738 29.9126 40.8864 27.7589 40.8864 25.0886C40.8864 22.4184 42.9762 20.2646 45.6464 20.2646C47.087 20.2646 48.139 20.8309 48.9161 21.5583L50.1956 20.2789C49.1104 19.2435 47.6698 18.4497 45.6464 18.4497C41.9882 18.4497 38.9128 21.4303 38.9128 25.0886C38.9128 28.7469 41.9882 31.7251 45.6464 31.7251C47.6225 31.7251 49.1104 31.0783 50.2761 29.8628C51.4726 28.6639 51.847 26.9817 51.847 25.6217C51.847 25.2023 51.8162 24.8138 51.7498 24.4892L45.6464 24.4915ZM23.2774 20.1769L27.0257 16.4286L12.7338 8.3089C12.3287 8.07671 11.9472 7.96772 11.606 7.96772C11.4331 7.96772 11.2743 7.99851 11.1274 8.05301L23.2774 20.1769ZM22.5737 20.8805L10.4024 8.73289C10.2626 9.01484 10.1797 9.36077 10.1797 9.78014V31.9856C10.1797 32.4097 10.265 32.7627 10.4095 33.0447L22.5737 20.8805ZM27.9308 16.9427L32.3117 19.4329C33.7144 20.229 33.7144 21.5345 32.3117 22.3282L27.9308 24.8184L23.9882 20.8853L27.9308 16.9427ZM23.287 21.5914L11.1631 33.72C11.5966 33.8669 12.1392 33.7959 12.7339 33.4594L27.0352 25.3302L23.287 21.5914ZM61.0682 27.4532C61.0682 29.8138 59.1471 31.7275 56.7773 31.7275C54.4076 31.7275 52.4865 29.8138 52.4865 27.4532C52.4865 25.0926 54.4076 23.1789 56.7773 23.1789C59.1471 23.1789 61.0682 25.0926 61.0682 27.4532ZM54.3655 27.453C54.3655 25.9153 55.4838 24.8634 56.7775 24.8634C58.0735 24.8634 59.1895 25.9153 59.1895 27.453C59.1895 28.9765 58.0735 30.0451 56.7775 30.0451C55.4815 30.0451 54.3655 28.9742 54.3655 27.453ZM66.1362 31.7275C68.506 31.7275 70.4271 29.8138 70.4271 27.4532C70.4271 25.0926 68.506 23.1789 66.1362 23.1789C63.7665 23.1789 61.8454 25.0926 61.8454 27.4532C61.8454 29.8138 63.7665 31.7275 66.1362 31.7275ZM68.5484 27.453C68.5484 25.9153 67.4324 24.8634 66.1364 24.8634C64.8427 24.8634 63.7244 25.9153 63.7244 27.453C63.7244 28.9742 64.8404 30.0451 66.1364 30.0451C67.4324 30.0451 68.5484 28.9742 68.5484 27.453ZM77.5588 24.1338H77.6228V23.4372H79.4045V31.1115C79.4045 34.2675 77.5446 35.5635 75.3411 35.5635C73.268 35.5635 72.0217 34.1703 71.5526 33.0378L73.1874 32.3578C73.4788 33.0544 74.192 33.8789 75.3411 33.8789C76.7485 33.8789 77.6228 33.0046 77.6228 31.3698V30.7561H77.5588C77.1395 31.2726 76.3291 31.7252 75.3103 31.7252C73.1732 31.7252 71.2137 29.8629 71.2137 27.4675C71.2137 25.0555 73.1732 23.1766 75.3103 23.1766C76.3268 23.1766 77.1371 23.6315 77.5588 24.1338ZM73.0928 27.4722C73.0928 28.9601 74.1779 30.0453 75.4716 30.0453C76.7487 30.0429 77.7533 28.9601 77.7556 27.4722C77.7556 25.9677 76.751 24.8659 75.474 24.8659C74.1779 24.8659 73.0928 25.9653 73.0928 27.4722ZM99.973 18.9069H95.4807V31.4692H97.3549V26.7092H99.973C102.051 26.7092 104.093 25.2046 104.093 22.8069C104.093 20.4115 102.051 18.9069 99.973 18.9069ZM100.02 24.9606H97.3523V20.6555H100.02C101.423 20.6555 102.219 21.8165 102.219 22.8068C102.217 23.7806 101.421 24.9606 100.02 24.9606ZM87.5173 23.1789C89.735 23.1789 90.8202 24.9441 91.1756 25.8989L91.3723 26.3823L85.6574 28.7468C86.0934 29.6045 86.7734 30.0429 87.7282 30.0429C88.6854 30.0429 89.3465 29.5737 89.8346 28.8606L91.2917 29.832C90.8202 30.5286 89.6877 31.7275 87.7282 31.7275C85.2996 31.7275 83.4871 29.8486 83.4871 27.4532C83.4871 24.9133 85.3162 23.1789 87.5173 23.1789ZM87.5837 24.8326C86.6265 24.8326 85.2996 25.6737 85.347 27.3251L89.1688 25.74C88.9603 25.2069 88.3276 24.8326 87.5837 24.8326ZM111.609 23.1576C110.251 23.1576 108.846 23.7547 108.263 25.0815L109.926 25.7757C110.282 25.0815 110.945 24.8541 111.639 24.8541C112.608 24.8541 113.594 25.4369 113.611 26.47V26.6003C113.27 26.406 112.545 26.1169 111.656 26.1169C109.86 26.1169 108.036 27.1026 108.036 28.9436C108.036 30.6258 109.507 31.7086 111.156 31.7086C112.414 31.7086 113.111 31.1423 113.547 30.4789H113.611V31.4479H115.421V26.6311C115.423 24.4015 113.758 23.1576 111.609 23.1576ZM111.381 30.0428C110.768 30.0428 109.91 29.7348 109.91 28.9766C109.91 28.0075 110.976 27.6355 111.898 27.6355C112.72 27.6355 113.111 27.8132 113.611 28.0549C113.466 29.2183 112.464 30.0428 111.381 30.0428Z" fill="#000"></path></g><defs><clippath id="clip7_20003_9581"><rect width="136" height="40.5157" fill="#fff" transform="translate(0 0.692627)"></rect></clippath></defs></svg> </a> </li> </ul> </div> <div class="footer-bottom-container"> <div class="group group-1"> <a alt="Developers" title="Developers" href="/developers">Developers</a> <a alt="Careers" title="Careers" href="/careers">Careers</a> <a alt="Partner program" title="Partner program" href="/partners">Partner program</a> <a alt="Contact" title="Contact" href="/contact">Contact</a> <a alt="Privacy" title="Privacy" href="/privacy">Privacy</a> <a alt="About" title="About" href="/about">About</a> </div> <div class="group group-2"> <a class="social-icon" alt="Facebook" title="Facebook" target="_blank" rel="nopener noreferrer" href="https://www.facebook.com/ifttt"> <svg fill="none" height="33" viewbox="0 0 32 33" width="32" xmlns="http://www.w3.org/2000/svg"><clippath id="clip6_3047_1692"><path d="m0 .665039h32v32h-32z"></path></clippath><g clip-path="url(#clip6_3047_1692)"><path d="m32 16.7616c0-8.89245-7.1609-16.096561-16-16.096561-8.83911 0-16 7.204111-16 16.096561 0 8.034 5.85244 14.6944 13.4969 15.9034v-11.2533h-4.06757v-4.6501h4.06757v-3.5484c0-4.03486 2.3893-6.25976 6.0444-6.25976 1.7494 0 3.584.31477 3.584.31477v3.95619h-2.0195c-1.984 0-2.6098 1.2376-2.6098 2.5111v3.019h4.4373l-.7111 4.6501h-3.7262v11.2461c7.6516-1.2018 13.504-7.8551 13.504-15.8891z" fill="#999"></path></g></svg> </a> <a class="social-icon" alt="LinkedIn" title="LinkedIn" target="_blank" rel="nopener noreferrer" href="https://www.linkedin.com/company/ifttt/"> <svg fill="none" height="29" viewbox="0 0 28 29" width="28" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m4.22294.665039c-1.943 0-3.523721 1.582501-3.523721 3.527641 0 1.94601 1.580721 3.52911 3.523721 3.52911 1.94146 0 3.5209-1.58319 3.5209-3.52911.00008-1.94514-1.57944-3.527641-3.5209-3.527641zm2.66807 8.547101h-5.33999c-.237 0-.42903.19255-.42903.42998v17.19298c0 .2376.19203.43.42903.43h5.33999c.237 0 .42903-.1924.42903-.43v-17.19298c0-.23743-.19203-.42998-.42903-.42998zm8.89089 1.54636c.9616-1.04997 2.5471-1.974 4.6918-1.974 6.0146 0 6.8256 4.3573 6.8256 8.6197v9.4307c0 .2375-.1921.43-.4291.43h-5.3303c-.237 0-.429-.1925-.429-.43v-8.3592c0-2.3404-.1726-4.1307-2.344-4.1307-1.9938 0-2.7707 1.1168-2.7707 3.9833v8.5065c0 .2375-.192.43-.429.43h-5.3283c-.237 0-.42905-.1925-.42905-.43v-17.193c0-.23744.19205-.42999.42905-.42999h5.114c.237 0 .429.19255.429.42999z" fill="#999" fill-rule="evenodd"></path></svg> </a> <a class="social-icon" alt="Instagram" title="Instagram" target="_blank" rel="nopener noreferrer" href="https://www.instagram.com/todayatifttt/"> <svg fill="none" height="33" viewbox="0 0 32 33" width="32" xmlns="http://www.w3.org/2000/svg"><clippath id="clip8_12417_6013"><path d="m0 .665039h32v32h-32z"></path></clippath><g clip-path="url(#clip8_12417_6013)" fill="#999"><path clip-rule="evenodd" d="m9.40943.764356c1.70717-.079405 2.24317-.099256 6.59057-.099256s4.8834.019851 6.5906.099256c1.7072.059553 2.8784.337464 3.8908.734494 1.0521.41687 1.9454.95285 2.8387 1.84615s1.4293 1.7866 1.8462 2.83871c.3771 1.03226.655 2.18362.7344 3.89079.0794 1.7072.0993 2.2432.0993 6.5906s-.0199 4.8834-.0993 6.5906c-.0595 1.7072-.3374 2.8784-.7344 3.8908-.4169 1.0521-.9529 1.9454-1.8462 2.8387s-1.7866 1.4293-2.8387 1.8462c-1.0323.3771-2.1836.655-3.8908.7344s-2.2432.0993-6.5906.0993-4.8834-.0199-6.59057-.0993c-1.7072-.0595-2.87841-.3374-3.89082-.7344-1.05211-.4169-1.94541-.9529-2.83871-1.8462s-1.42928-1.7866-1.846153-2.8387c-.377171-1.0323-.655087-2.1836-.7344914-3.8908-.0794045-1.7072-.0992556-2.2432-.0992556-6.5906s.0198511-4.8834.0992556-6.5906c.0595534-1.70717.3374694-2.87838.7344914-3.89079.416873-1.05211.952853-1.94541 1.846153-2.83871s1.7866-1.42928 2.83871-1.84615c1.03226-.37717 2.18362-.65509 3.89082-.734494zm13.06027 2.878114c-1.6874-.07941-2.2035-.09926-6.4715-.09926s-4.7841.01985-6.47145.09926c-1.56824.0794-2.42184.33747-2.97767.55583-.75434.27792-1.29032.63524-1.84616 1.19107-.55583.57568-.8933 1.09181-1.19106 1.84615-.21836.57568-.47643 1.40943-.55583 2.97768-.07941 1.6873-.09926 2.2035-.09926 6.4715 0 4.2878.01985 4.7841.09926 6.4714.0794 1.5683.33747 2.4219.55583 2.9777.27791.7543.63523 1.2903 1.19106 1.8461.57569.5559 1.09182.8933 1.84616 1.1911.57568.2184 1.40943.4764 2.97767.5558 1.68735.0794 2.20345.0993 6.47145.0993 4.2879 0 4.7841-.0199 6.4715-.0993 1.5682-.0794 2.4218-.3374 2.9776-.5558.7544-.2779 1.2904-.6352 1.8462-1.1911.5558-.5756.8933-1.0918 1.1911-1.8461.2183-.5757.4764-1.4094.5558-2.9777.0794-1.6873.0992-2.2035.0992-6.4714 0-4.2879-.0198-4.7842-.0992-6.4715-.0794-1.56825-.3375-2.42185-.5558-2.97768-.278-.75434-.6353-1.29032-1.1911-1.84615-.5757-.55583-1.0918-.8933-1.8462-1.19107-.5756-.21836-1.4094-.47643-2.9776-.55583z" fill-rule="evenodd"></path><path clip-rule="evenodd" d="m7.78125 16.6654c0-4.546 3.67245-8.21841 8.21835-8.21841 4.5261 0 8.2184 3.67241 8.2184 8.21841 0 4.5459-3.6725 8.2183-8.2184 8.2183s-8.21835-3.6724-8.21835-8.2183zm2.87815.0002c0 2.9578 2.402 5.3399 5.3399 5.3399 2.938 0 5.34-2.3821 5.34-5.3399s-2.402-5.34-5.34-5.34c-2.9578 0-5.3399 2.3822-5.3399 5.34z" fill-rule="evenodd"></path><path d="m24.5349 10.0547c1.0635 0 1.9256-.86206 1.9256-1.92551 0-1.06346-.8621-1.92556-1.9256-1.92556-1.0634 0-1.9255.8621-1.9255 1.92556 0 1.06345.8621 1.92551 1.9255 1.92551z"></path></g></svg> </a> <a class="social-icon" alt="YouTube" title="YouTube" target="_blank" rel="nopener noreferrer" href="https://www.youtube.com/@IFTTT"> <svg fill="none" height="33" viewbox="0 0 32 33" width="32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m28.5022 6.13357c1.3768.36798 2.461 1.45243 2.829 2.82899.6688 2.49574.6688 7.70224.6688 7.70224s0 5.2068-.6688 7.7023c-.368 1.3766-1.4522 2.4613-2.829 2.829-2.4955.6688-12.5023.6688-12.5023.6688s-10.0066 0-12.50212-.6688c-1.37683-.3677-2.46101-1.4524-2.82899-2.829-.66879-2.4955-.66879-7.7023-.66879-7.7023s0-5.2065.66879-7.70224c.36798-1.37656 1.45216-2.46101 2.82899-2.82899 2.49552-.66853 12.50212-.66853 12.50212-.66853s10.0068 0 12.5023.66853zm-7.3896 10.53163-8.3134 4.7998v-9.6001z" fill="#999" fill-rule="evenodd"></path></svg> </a> <a class="social-icon" alt="Twitter" title="Twitter" target="_blank" rel="nopener noreferrer" href="https://twitter.com/IFTTT"> <svg width="28" height="29" viewbox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6638 12.5211L27.0874 0.665039H24.6174L15.5665 10.9595L8.33765 0.665039H0L10.9315 16.2321L0 28.665H2.47021L12.0281 17.7937L19.6623 28.665H28L16.6632 12.5211H16.6638ZM13.2805 16.3693L3.36026 2.48459H7.15435L24.6185 26.9282H20.8244L13.2805 16.3699V16.3693Z" fill="#999"></path></svg> </a> <a class="social-icon" alt="TikTok" title="TikTok" target="_blank" rel="nopener noreferrer" href="https://www.tiktok.com/@workswithifttt"> <svg fill="none" height="33" viewbox="0 0 32 33" width="32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m20.776 3.86504c.4225 3.633 2.4502 5.79898 5.9756 6.0294v4.08616c-2.043.1997-3.8327-.4685-5.9141-1.7282v7.6424c0 9.7085-10.5841 12.7424-14.83929 5.7836-2.73435-4.4779-1.05994-12.3353 7.71149-12.6502v4.3089c-.6682.1075-1.3825.2765-2.0354.4993-1.95091.6605-3.05695 1.8971-2.74971 4.0784.59141 4.1784 8.25681 5.415 7.61931-2.7497v-15.29238h4.2321z" fill="#999" fill-rule="evenodd"></path></svg> </a> </div> </div> </div> </footer> <div id="react-portal-container"></div> <script type="text/javascript" data-turbolinks-eval=false> (function() { window.App = window.App || {} window.App.allowDebugErrorMessages = false; window.App.user = {}; window.App.user.segment = 'unauthenticated'; })(); document.addEventListener('DOMContentLoaded', function() { window.App.Scripts.RubberBandPinchColor({ checkPath: false, updateBottomBg: true }); }) </script> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function () { App.Scripts.InitializeFacebook(122259781154546) window.App.Scripts.SetDatadogRumContext("key-page", "service-show") App.Scripts.SetupUnifiedMobileMenu("#unified_mobile_menu") const tryProFreeButton = document.getElementById("try-pro-free") tryProFreeButton?.addEventListener("click", e => { window.App.Utils?.logCustomDatadogAction?.("click_try_pro_free") }, { once: true }) }, { once: true }); </script> <script type="text/javascript" data-turbolinks-eval=false> document.addEventListener("DOMContentLoaded", event => { if(typeof(ga) === "function") { ga("set", "location", event.data.url) ga('send', 'pageview'); } }) </script> <script type="text/javascript"> window.zESettings = { webWidget: { chat: { connectOnPageLoad: false }, color: { launcher: "#262626" } } }; </script> <script type="text/javascript"> window.App.loadZendeskWidget = () => { window.App.loadScriptAsync( "https://static.zdassets.com/ekr/snippet.js?key=e1741daf-b633-4c46-8836-e2122ed35e63", "ze-snippet", { "data-turbolinks-track": "reload" } ).then(() => { if (typeof zE !== 'undefined') { if ("") { zE('webWidget', 'helpCenter:setSuggestions', { search: "" }); } if (false) { zE('webWidget', 'identify', { name: "", email: "" }); zE('webWidget', 'prefill', { name: { value: "", readOnly: true }, email: { value: "", readOnly: true } }); zE('webWidget', 'open'); } if ("" == "true" || "false" == "true" ) { zE('webWidget', 'open') } zE('webWidget', 'setLocale', 'en_US'); zd_btn_element = window.document.getElementById("zendesk-widget-button"); zd_btn_element.parentNode.removeChild(zd_btn_element); } }) } </script> </body> </html>