CINXE.COM

IFTTT - Automate business & home

<!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/customer-f2e0f3f0.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="1QmZEecfjp98JyTrBmrZ_WQw9cjg-ON7mXNr0iWyz3lO4qqTWdXfzWwYTlnRzzq-JHkOg8a03AaSXGJ3pJRRIg" /> <link rel="canonical" href="https://ifttt.com/"> <title>IFTTT - Automate business &amp; home</title> <meta name="description" content="Get started with IFTTT, the easiest way to automate your favorite apps and devices for free. Make your home more relaxing. Make your work more productive. We..."> <meta name="keywords" content="ifttt applets connect connections integrate integration automate automation services recipes trigger action ifthisthenthat free"> <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="IFTTT - Automate business &amp; home"> <meta property="og:description" content="Get started with IFTTT, the easiest way to automate your favorite apps and devices for free. Make your home more relaxing. Make your work more productive. We..."> <meta property="og:site_name" content="IFTTT"> <meta property="og:url" content="https://ifttt.com/"> <meta property="og:image" content="//web-assets.ifttt.com/packs/media/shared/ifttt-banner-287889aa7d44e76a8d08.png"> <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: '1QmZEecfjp98JyTrBmrZ_WQw9cjg-ON7mXNr0iWyz3lO4qqTWdXfzWwYTlnRzzq-JHkOg8a03AaSXGJ3pJRRIg', env: 'production', browserSessionId: 'hrt0imRbwlp-deuRcVRMXg', userTimezoneOffset: 0, datadogApplicationId: '0dc9aab3-2962-45f3-b021-5e94cf2edb54', datadogClientToken: 'pub53e0fca8acfa415ab78558a4f3d0ebc1', datadogService: 'grizzly-www-client', datadogSessionReplaySampleRate: '0', datadogSessionSampleRate: '30', datadogVersion: 'production-v3997', 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: 'ead5be2f-e96a-45cf-8384-c80e97f45500', 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/620-cb1f4688fbaacf3174d4.js" defer="defer"></script> <script src="//web-assets.ifttt.com/packs/js/customer-545a25d37aa572b4366d.js" defer="defer"></script> </head> <body class="home-body show-action prosumer-home bg--black 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 dark on-color signed-out" style="background-color: #222"> <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 button-on-color 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> <main class="container web"> <main class="bg--white"> <section class="hero--home bg--black"> <div class="hero--home__content container text-center pt10 pb10 pb10--sm"> <h1 class="page-title" style="color:#fff;">Automation for<br />business and home</h1> <p class="txt-body-2 text-white">Save time and get more done</p> <div class="sign-up-block"> <div class="pt6 pb1 pt6--lg pb1--lg text-center"> <a class="button-primary button-on-color" href="https://ifttt.com/join"> Start today </a> </div> </div> </div> <div class="bg--circle-1" style="background-image: url(//web-assets.ifttt.com/packs/media/prosumer/home-hero-a2644b8d67b6842e1bbf.svg);position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: 124%;background-position: center top;"></div> </section> <section class="home--pro bg--white applets-and-services"> <h2 class="center">Get started with any Applet</h2> <div class="applets-block"> <div data-react-class="App.Comps.AppletCardList" data-react-props="{&quot;appletPath&quot;:&quot;https://ifttt.com/applets&quot;,&quot;applets&quot;:[{&quot;actions_delay&quot;:0,&quot;archived&quot;:false,&quot;author&quot;:&quot;Google&quot;,&quot;author_id&quot;:null,&quot;author_image_url&quot;:null,&quot;author_tier&quot;:null,&quot;brand_color&quot;:&quot;#2c6efc&quot;,&quot;by_service_owner&quot;:true,&quot;can_push_enable&quot;:false,&quot;config_type&quot;:&quot;static&quot;,&quot;created_at&quot;:null,&quot;description&quot;:&quot;Download the IFTTT app to access the Note widget on your device. Then all you have to do is launch the widget and enter a description like \&quot;Meeting with Jonathan at 3:30 on June 10th\&quot; and the event will be created on your calendar with the correct date and time. The more specific your description, the better! For more info on widgets: https://ifttt.com/help/applets-with-widgets&quot;,&quot;friendly_id&quot;:&quot;CrhspkRx-quickly-create-events-in-a-google-calendar&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/on_color_large.png&quot;,&quot;id&quot;:&quot;CrhspkRx&quot;,&quot;installs_count&quot;:127667,&quot;instant&quot;:true,&quot;intermediate_pro_features&quot;:false,&quot;is_hidden&quot;:false,&quot;is_tombstoned&quot;:false,&quot;just_enabled&quot;:false,&quot;last_run&quot;:null,&quot;monochrome_icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp&quot;,&quot;name&quot;:&quot;Quickly create events in a Google Calendar&quot;,&quot;pro_features&quot;:false,&quot;published&quot;:true,&quot;push_enabled&quot;:null,&quot;requires_android_app&quot;:false,&quot;requires_ios_app&quot;:false,&quot;requires_mobile_app&quot;:true,&quot;run_count&quot;:null,&quot;service_name&quot;:&quot;Google Calendar&quot;,&quot;service_slug&quot;:&quot;google_calendar&quot;,&quot;source_applet_id&quot;:null,&quot;speed&quot;:&quot;Realtime Applets usually run within 10 seconds&quot;,&quot;status&quot;:null,&quot;type&quot;:&quot;applet&quot;,&quot;updated_at&quot;:&quot;2017-04-20 17:17:13 -0700&quot;,&quot;background_images&quot;:{&quot;sm_background_image_url&quot;:null,&quot;lg_background_image_url&quot;:null,&quot;background_image_url_1x&quot;:null,&quot;background_image_url_2x&quot;:null,&quot;background_image_url_3x&quot;:null},&quot;channels&quot;:[{&quot;id&quot;:&quot;1396293310&quot;,&quot;name&quot;:&quot;Google Calendar&quot;,&quot;module_name&quot;:&quot;google_calendar&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;2C6EFC&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;1685819366&quot;,&quot;name&quot;:&quot;Note widget&quot;,&quot;module_name&quot;:&quot;do_note&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;ee4433&quot;,&quot;available_to_everyone&quot;:true}],&quot;permissions&quot;:[{&quot;id&quot;:&quot;/triggers/do_note.do_note_new_command_common&quot;,&quot;name&quot;:&quot;Any new note&quot;,&quot;description&quot;:&quot;This trigger fires every time you submit any new note.&quot;,&quot;service_slug&quot;:&quot;do_note&quot;,&quot;service_name&quot;:&quot;Note widget&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1685819366/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#ee4433&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;/actions/google_calendar.quick_add_event&quot;,&quot;name&quot;:&quot;Quick add event&quot;,&quot;description&quot;:&quot;This Action will add an event to your Google Calendar. Simply include a detailed description of when and what.&quot;,&quot;service_slug&quot;:&quot;google_calendar&quot;,&quot;service_name&quot;:&quot;Google Calendar&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#2c6efc&quot;,&quot;available_to_everyone&quot;:true}],&quot;configurations&quot;:[]},{&quot;actions_delay&quot;:0,&quot;archived&quot;:false,&quot;author&quot;:&quot;Weather Underground&quot;,&quot;author_id&quot;:null,&quot;author_image_url&quot;:null,&quot;author_tier&quot;:null,&quot;brand_color&quot;:&quot;#1e2023&quot;,&quot;by_service_owner&quot;:true,&quot;can_push_enable&quot;:false,&quot;config_type&quot;:&quot;static&quot;,&quot;created_at&quot;:null,&quot;description&quot;:&quot;Every morning you will receive a simple weather report notification at 7 AM. Keep in mind this Applet requires the IFTTT app.&quot;,&quot;friendly_id&quot;:&quot;YY9Mqgw5-get-the-weather-forecast-every-day-at-7-00-am&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/59109479/icons/on_color_large.png&quot;,&quot;id&quot;:&quot;YY9Mqgw5&quot;,&quot;installs_count&quot;:88444,&quot;instant&quot;:false,&quot;intermediate_pro_features&quot;:false,&quot;is_hidden&quot;:false,&quot;is_tombstoned&quot;:false,&quot;just_enabled&quot;:false,&quot;last_run&quot;:null,&quot;monochrome_icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp&quot;,&quot;name&quot;:&quot;Get the weather forecast every day at 7:00 AM&quot;,&quot;pro_features&quot;:false,&quot;published&quot;:true,&quot;push_enabled&quot;:null,&quot;requires_android_app&quot;:false,&quot;requires_ios_app&quot;:false,&quot;requires_mobile_app&quot;:true,&quot;run_count&quot;:null,&quot;service_name&quot;:&quot;Weather Underground&quot;,&quot;service_slug&quot;:&quot;weather&quot;,&quot;source_applet_id&quot;:null,&quot;speed&quot;:&quot;Realtime Applets usually run within a few seconds&quot;,&quot;status&quot;:null,&quot;type&quot;:&quot;applet&quot;,&quot;updated_at&quot;:&quot;2017-05-30 17:08:49 -0700&quot;,&quot;background_images&quot;:{&quot;sm_background_image_url&quot;:null,&quot;lg_background_image_url&quot;:null,&quot;background_image_url_1x&quot;:null,&quot;background_image_url_2x&quot;:null,&quot;background_image_url_3x&quot;:null},&quot;channels&quot;:[{&quot;id&quot;:&quot;59109479&quot;,&quot;name&quot;:&quot;Weather Underground&quot;,&quot;module_name&quot;:&quot;weather&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;1E2023&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;651849913&quot;,&quot;name&quot;:&quot;Notifications&quot;,&quot;module_name&quot;:&quot;if_notifications&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/651849913/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/651849913/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;0099ff&quot;,&quot;available_to_everyone&quot;:true}],&quot;permissions&quot;:[{&quot;id&quot;:&quot;/triggers/weather.current_weather_at_time&quot;,&quot;name&quot;:&quot;Today&#39;s weather report&quot;,&quot;description&quot;:&quot;This Trigger retrieves today&#39;s current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.&quot;,&quot;service_slug&quot;:&quot;weather&quot;,&quot;service_name&quot;:&quot;Weather Underground&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/59109479/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#1e2023&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;/actions/if_notifications.send_notification&quot;,&quot;name&quot;:&quot;Send a notification from the IFTTT app&quot;,&quot;description&quot;:&quot;This action will send a notification to your devices from the IFTTT app.&quot;,&quot;service_slug&quot;:&quot;if_notifications&quot;,&quot;service_name&quot;:&quot;Notifications&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/651849913/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#0099ff&quot;,&quot;available_to_everyone&quot;:true}],&quot;configurations&quot;:[]},{&quot;actions_delay&quot;:0,&quot;archived&quot;:false,&quot;author&quot;:&quot;IFTTT&quot;,&quot;author_id&quot;:null,&quot;author_image_url&quot;:null,&quot;author_tier&quot;:null,&quot;brand_color&quot;:&quot;#2e294e&quot;,&quot;by_service_owner&quot;:true,&quot;can_push_enable&quot;:true,&quot;config_type&quot;:&quot;static&quot;,&quot;created_at&quot;:null,&quot;description&quot;:&quot;Your device can now contain the amazing vastness \u0026 beauty of space! Basically.&quot;,&quot;friendly_id&quot;:&quot;yNvHX9VQ-update-your-android-wallpaper-with-nasa-s-image-of-the-day&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1829340444/icons/on_color_large.png&quot;,&quot;id&quot;:&quot;yNvHX9VQ&quot;,&quot;installs_count&quot;:348769,&quot;instant&quot;:false,&quot;intermediate_pro_features&quot;:false,&quot;is_hidden&quot;:false,&quot;is_tombstoned&quot;:false,&quot;just_enabled&quot;:false,&quot;last_run&quot;:null,&quot;monochrome_icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp&quot;,&quot;name&quot;:&quot;Update your Android wallpaper with NASA&#39;s image of the day&quot;,&quot;pro_features&quot;:false,&quot;published&quot;:true,&quot;push_enabled&quot;:null,&quot;requires_android_app&quot;:true,&quot;requires_ios_app&quot;:false,&quot;requires_mobile_app&quot;:true,&quot;run_count&quot;:null,&quot;service_name&quot;:&quot;Space&quot;,&quot;service_slug&quot;:&quot;space&quot;,&quot;source_applet_id&quot;:null,&quot;speed&quot;:&quot;Polling Applets usually run within 1 hour&quot;,&quot;status&quot;:null,&quot;type&quot;:&quot;applet&quot;,&quot;updated_at&quot;:&quot;2017-04-20 17:17:18 -0700&quot;,&quot;background_images&quot;:{&quot;sm_background_image_url&quot;:null,&quot;lg_background_image_url&quot;:null,&quot;background_image_url_1x&quot;:null,&quot;background_image_url_2x&quot;:null,&quot;background_image_url_3x&quot;:null},&quot;channels&quot;:[{&quot;id&quot;:&quot;1089090894&quot;,&quot;name&quot;:&quot;Android Device&quot;,&quot;module_name&quot;:&quot;android_device&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1089090894/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1089090894/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;8CC251&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;1829340444&quot;,&quot;name&quot;:&quot;Space&quot;,&quot;module_name&quot;:&quot;space&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;2E294E&quot;,&quot;available_to_everyone&quot;:true}],&quot;permissions&quot;:[{&quot;id&quot;:&quot;/triggers/space.new_image_picture_nasa&quot;,&quot;name&quot;:&quot;Image of the day by NASA&quot;,&quot;description&quot;:&quot;This Trigger fires every time NASA posts to the Image of the Day Gallery.&quot;,&quot;service_slug&quot;:&quot;space&quot;,&quot;service_name&quot;:&quot;Space&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1829340444/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#2e294e&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;/actions/android_device.set_wallpaper&quot;,&quot;name&quot;:&quot;Update device wallpaper&quot;,&quot;description&quot;:&quot;This Action will update the wallpaper on your Android device from the image URL you specify.&quot;,&quot;service_slug&quot;:&quot;android_device&quot;,&quot;service_name&quot;:&quot;Android Device&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/1089090894/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#8cc251&quot;,&quot;available_to_everyone&quot;:true}],&quot;configurations&quot;:[]},{&quot;actions_delay&quot;:0,&quot;archived&quot;:false,&quot;author&quot;:&quot;Instagram&quot;,&quot;author_id&quot;:null,&quot;author_image_url&quot;:null,&quot;author_tier&quot;:null,&quot;brand_color&quot;:&quot;#e4405f&quot;,&quot;by_service_owner&quot;:true,&quot;can_push_enable&quot;:true,&quot;config_type&quot;:&quot;static&quot;,&quot;created_at&quot;:null,&quot;description&quot;:&quot;Instagram photos will show up in your Twitter feed as a full image rather than a link. Note: only works for single photo posts.&quot;,&quot;friendly_id&quot;:&quot;aVxGRrtD-tweet-your-instagrams-as-native-photos-on-twitter&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/28/icons/on_color_large.png&quot;,&quot;id&quot;:&quot;aVxGRrtD&quot;,&quot;installs_count&quot;:603696,&quot;instant&quot;:false,&quot;intermediate_pro_features&quot;:true,&quot;is_hidden&quot;:false,&quot;is_tombstoned&quot;:false,&quot;just_enabled&quot;:false,&quot;last_run&quot;:null,&quot;monochrome_icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp&quot;,&quot;name&quot;:&quot;Tweet your Instagrams as native photos on Twitter&quot;,&quot;pro_features&quot;:false,&quot;published&quot;:true,&quot;push_enabled&quot;:null,&quot;requires_android_app&quot;:false,&quot;requires_ios_app&quot;:false,&quot;requires_mobile_app&quot;:false,&quot;run_count&quot;:null,&quot;service_name&quot;:&quot;Instagram&quot;,&quot;service_slug&quot;:&quot;instagram&quot;,&quot;source_applet_id&quot;:null,&quot;speed&quot;:&quot;Polling Applets usually run within 1 hour&quot;,&quot;status&quot;:null,&quot;type&quot;:&quot;applet&quot;,&quot;updated_at&quot;:&quot;2018-04-20 10:06:42 -0700&quot;,&quot;background_images&quot;:{&quot;sm_background_image_url&quot;:null,&quot;lg_background_image_url&quot;:null,&quot;background_image_url_1x&quot;:null,&quot;background_image_url_2x&quot;:null,&quot;background_image_url_3x&quot;:null},&quot;channels&quot;:[{&quot;id&quot;:&quot;2&quot;,&quot;name&quot;:&quot;Twitter&quot;,&quot;module_name&quot;:&quot;twitter&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;000000&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;28&quot;,&quot;name&quot;:&quot;Instagram&quot;,&quot;module_name&quot;:&quot;instagram&quot;,&quot;image_url&quot;:&quot;https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;e4405f&quot;,&quot;available_to_everyone&quot;:true}],&quot;permissions&quot;:[{&quot;id&quot;:&quot;/triggers/instagram.any_new_photo_by_you&quot;,&quot;name&quot;:&quot;Any new photo by you&quot;,&quot;description&quot;:&quot;This Trigger fires every time you share any new photo on Instagram.&quot;,&quot;service_slug&quot;:&quot;instagram&quot;,&quot;service_name&quot;:&quot;Instagram&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#e4405f&quot;,&quot;available_to_everyone&quot;:true},{&quot;id&quot;:&quot;/actions/twitter.post_new_tweet_with_image&quot;,&quot;name&quot;:&quot;Post a tweet with image&quot;,&quot;description&quot;:&quot;This Action will post a new tweet to your Twitter account with a linked pic.twitter.com image. NOTE: Please adhere to Twitter鈥檚 Rules and Terms of Service. &quot;,&quot;service_slug&quot;:&quot;twitter&quot;,&quot;service_name&quot;:&quot;Twitter&quot;,&quot;icon_url&quot;:&quot;https://assets.ifttt.com/images/channels/2/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;#000000&quot;,&quot;available_to_everyone&quot;:true}],&quot;configurations&quot;:[]}]}" data-hydrate="t" data-react-cache-id="App.Comps.AppletCardList-0"><ul class="web-applet-cards"><li data-applet-id="CrhspkRx" class="my-web-applet-card web-applet-card"><a href="https://ifttt.com/applets/CrhspkRx" style="background-color: #2C6EFC;" class="applet-card-body applet-CrhspkRx 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/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 create events in a Google Calendar</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="127.7k users" title="127.7k 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>127.7k</span></div></div></a></li><li data-applet-id="YY9Mqgw5" class="my-web-applet-card web-applet-card"><a href="https://ifttt.com/applets/YY9Mqgw5" style="background-color: #1E2023;" class="applet-card-body applet-YY9Mqgw5 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/651849913/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Notifications" title="Notifications" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Get the weather forecast every day at 7:00 AM</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="88.4k users" title="88.4k 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>88.4k</span></div></div></a></li><li data-applet-id="yNvHX9VQ" class="my-web-applet-card web-applet-card"><a href="https://ifttt.com/applets/yNvHX9VQ" style="background-color: #2E294E;" class="applet-card-body applet-yNvHX9VQ 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/1089090894/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Android Device" title="Android Device" /></li></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Update your Android wallpaper with NASA's image of the day</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="348.8k users" title="348.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>348.8k</span></div></div></a></li><li data-applet-id="aVxGRrtD" class="my-web-applet-card web-applet-card"><a href="https://ifttt.com/applets/aVxGRrtD" style="background-color: #e4405f;" class="applet-card-body applet-aVxGRrtD 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/28/icons/monochrome_regular.webp" width="26" height="26" loading="lazy" alt="Instagram" title="Instagram" /></li><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></ul></div></div><div class="content"><span class="title "><span class="fittty fittty__fittty___QbMTW"><div><div style="display: inline-block;">Tweet your Instagrams as native photos on Twitter</div></div></span></span><div class="owner no-link"><img alt="Instagram" title="Instagram" width="20" height="20" loading="lazy" src="https://assets.ifttt.com/images/channels/28/icons/monochrome_regular.webp" /> <span class="author">Instagram</span></div></div><div class="meta badged"><div aria-label="603.7k users" title="603.7k 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>603.7k</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></ul></div> </div> <h2 class="center">... or choose from 900+ services</h2> <div class="services-block"> <div data-react-class="App.Comps.ServiceCardList" data-react-props="{&quot;services&quot;:[{&quot;module_name&quot;:&quot;maker_webhooks&quot;,&quot;name&quot;:&quot;Webhooks&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1004582012/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;0099ff&quot;},{&quot;module_name&quot;:&quot;facebook_pages&quot;,&quot;name&quot;:&quot;Facebook Pages&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/29/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;3B579D&quot;},{&quot;module_name&quot;:&quot;blogger&quot;,&quot;name&quot;:&quot;Blogger&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/47/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;F48120&quot;},{&quot;module_name&quot;:&quot;feed&quot;,&quot;name&quot;:&quot;RSS Feed&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;EC7505&quot;},{&quot;module_name&quot;:&quot;google_calendar&quot;,&quot;name&quot;:&quot;Google Calendar&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1396293310/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;2C6EFC&quot;},{&quot;module_name&quot;:&quot;google_sheets&quot;,&quot;name&quot;:&quot;Google Sheets&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/799977804/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;23448b&quot;},{&quot;module_name&quot;:&quot;youtube&quot;,&quot;name&quot;:&quot;YouTube&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;FF0000&quot;},{&quot;module_name&quot;:&quot;android_device&quot;,&quot;name&quot;:&quot;Android Device&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1089090894/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;8CC251&quot;},{&quot;module_name&quot;:&quot;discord&quot;,&quot;name&quot;:&quot;Discord&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/179823445/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;7289DA&quot;},{&quot;module_name&quot;:&quot;line&quot;,&quot;name&quot;:&quot;LINE&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1762024896/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;00c300&quot;},{&quot;module_name&quot;:&quot;telegram&quot;,&quot;name&quot;:&quot;Telegram&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/1205930553/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;289cd6&quot;},{&quot;module_name&quot;:&quot;spotify&quot;,&quot;name&quot;:&quot;Spotify&quot;,&quot;monochrome_image_url&quot;:&quot;https://assets.ifttt.com/images/channels/51464135/icons/monochrome_regular.webp&quot;,&quot;brand_color&quot;:&quot;1db954&quot;}]}" data-hydrate="t" data-react-cache-id="App.Comps.ServiceCardList-0"><ul class="service-card-list"><li class="service-card-list-item"><a style="background-color: #0099ff;" href="/maker_webhooks" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1004582012/icons/monochrome_regular.webp" title="Webhooks" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Webhooks</span></a></li><li class="service-card-list-item"><a style="background-color: #3B579D;" href="/facebook_pages" 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: #F48120;" href="/blogger" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/47/icons/monochrome_regular.webp" title="Blogger" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Blogger</span></a></li><li class="service-card-list-item"><a style="background-color: #EC7505;" href="/feed" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/4/icons/monochrome_regular.webp" title="RSS Feed" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">RSS Feed</span></a></li><li class="service-card-list-item"><a style="background-color: #2C6EFC;" href="/google_calendar" 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: #23448b;" href="/google_sheets" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/799977804/icons/monochrome_regular.webp" title="Google Sheets" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Google Sheets</span></a></li><li class="service-card-list-item"><a style="background-color: #FF0000;" href="/youtube" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/32/icons/monochrome_regular.webp" title="YouTube" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">YouTube</span></a></li><li class="service-card-list-item"><a style="background-color: #8CC251;" href="/android_device" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1089090894/icons/monochrome_regular.webp" title="Android Device" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Android Device</span></a></li><li class="service-card-list-item"><a style="background-color: #7289DA;" href="/discord" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/179823445/icons/monochrome_regular.webp" title="Discord" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Discord</span></a></li><li class="service-card-list-item"><a style="background-color: #00c300;" href="/line" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1762024896/icons/monochrome_regular.webp" title="LINE" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">LINE</span></a></li><li class="service-card-list-item"><a style="background-color: #289cd6;" href="/telegram" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/1205930553/icons/monochrome_regular.webp" title="Telegram" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Telegram</span></a></li><li class="service-card-list-item"><a style="background-color: #1db954;" href="/spotify" class="service_card__service-card___PGlHB"><img src="https://assets.ifttt.com/images/channels/51464135/icons/monochrome_regular.webp" title="Spotify" alt loading="lazy" width="54" height="54" class="service_card__service-card-image___-2v8H" /><span class="service_card__service-card-title___oE3Qy">Spotify</span></a></li></ul></div> </div> <a class="button button-secondary" href="/explore">Explore all</a> </section> <section class="home--pro bg--gradient"> <div class="container grid grid--half mt4"> <div class="col--half pr"> <svg class="new-icon" width="200" height="25" viewBox="0 0 200 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="0.5" y="0.5" width="39" height="19" rx="1.5" stroke="#999999" fill="white"/> <path d="M5.96778 5.504H8.81178L11.2358 9.812H11.2838L11.1638 5.504H13.8758V14H10.9598L8.60778 9.944H8.55978L8.67978 14H5.96778V5.504ZM15.46 5.504H21.304V7.88H18.148V8.612H21.112V10.832H18.148V11.624H21.508V14H15.46V5.504ZM27.0944 14H24.2144L21.8984 5.504H24.9224L25.8344 10.28H25.8824L26.8664 5.504H29.8544L30.9224 10.28H30.9704L31.8944 5.504H34.8224L32.4584 14H29.5784L28.3784 9.2H28.3304L27.0944 14Z" fill="#999999"/> </svg> <span class="ifttt-pro-plans"> <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="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>and</span> <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> <a class="link_overlay" href='/plans' aria-label="The IFTTT Pro page"></a> <h2>Make your automations more powerful</h2> <p class="txt-body-2">Customize and control your integrations with filter code, queries, multiple actions, and the ability to connect multiple accounts per service.</p> <div class="zi2"> <a class="button-secondary" title="Start trial" href="/plans">Start trial</a> </div> </div> <div class="home--pro--bg"></div> </div> </section> <section class="bg--gradient pt2 pt2--md pb10 pb10--lg text-center main"> <h3 class="no-space">The leading no-code platform on mobile</h3> <div class="container grid justify-items-center no-space"> <div class="col c8--md no-space"> <p class="txt-body-2 no-space">Automate from anywhere, anytime. <br />Our iOS and Android apps make it simple.</p> </div> </div> <div class="container grid justify-items-center text-center mt2 no-space"> <div class="col c12 mb2 no-space"> <div class="download-buttons"> <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&amp;ct=/&amp;mt=8"> <img alt="Download on the App Store" loading="lazy" height="100%" width="100%" src="//web-assets.ifttt.com/packs/media/new_home/ios_download-c9ec3a981a267c46d793.svg" /> </a> <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&amp;utm_source=/&amp;utm_medium=web"> <img alt="GET IT ON Google Play" loading="lazy" height="100%" width="100%" src="//web-assets.ifttt.com/packs/media/new_home/google_play-49d857357002932c99f6.svg" /> </a></div> </div> <div class="col c12 lrg-space"> <h3 class="no-space">The power of connection</h3> </div> <div class="col c6--md"> <p class="txt-body-2 no-space">Make your business and home apps work for you.</p> </div> </div> <div class="homepage-animation"> <video class="lazy" autoplay loop muted playsinline style="max-height: 386px; width: 100vw"> <source data-src="//web-assets.ifttt.com/packs/home-animation.mp4" type="video/mp4"> </video> </div> <h3 class="unlimited">There are unlimited ways to save time</h3> <div class="grid--connect"> <div class="grid--connect__image-1"> <a title="Send Slack notifications for new Webflow form submissions" data-turbolinks="false" href="https://ifttt.com/applets/zbtvmw7h"> <img alt="iPhone: Send Slack notifications for new Webflow form submissions" class="pr5--md" loading="lazy" width="743" height="660" src="//web-assets.ifttt.com/packs/media/prosumer/applet-preview-3-aced4a28553f3aa62c66.png" /> </a> </div> <div class="grid--connect__copy-1"> <h4>Convert more leads, in record time</h4> <p class="txt-body-2">Never miss another opportunity. Automate, organize and track every single lead.</p> </div> <div class="grid--connect__copy-2"> <h4>Save time creating compelling content</h4> <p class="txt-body-2">Generate blogs and social media posts by integrating IFTTT AI Content Creator.</p> </div> <div class="grid--connect__image-2"> <a title="AI generated LinkedIn updates for your Blog posts" data-turbolinks="false" href="https://ifttt.com/applets/XBGETmFP"> <img alt="iPhone: AI generated LinkedIn updates for your Blog posts" class="pl5--md" loading="lazy" width="743" height="660" src="//web-assets.ifttt.com/packs/media/prosumer/applet-preview-2-400975c7be25de727897.png" /> </a> </div> <div class="grid--connect__image-3"> <a title="Share YouTube video to Discord" data-turbolinks="false" href="https://ifttt.com/applets/VxiYR6Wr"> <img alt="iPhone: Share YouTube video to Discord" class="pr5--md" loading="lazy" width="743" height="660" src="//web-assets.ifttt.com/packs/media/prosumer/applet-preview-1-e060048c3744b3175c0d.png" /> </a> </div> <div class="grid--connect__copy-3"> <h4>Cross post to multiple social networks</h4> <p class="txt-body-2">Save time by writing once and posting to multiple networks automatically.</p> </div> </div> <div class="container holder--grid--logos text-center"> <h3>Build on IFTTT, it's free</h3> <div class="container grid justify-items-center"> <div class="col c8--md no-space"> <p class="txt-body-2 no-space">Join the 900+ brands already on IFTTT. Integrate and grow with the 27 million user strong IFTTT community.</p> </div> </div> <div class="grid--logos grid--logos--md"> <div class="grid--logo"> <a title="Dropbox" aria-label="The Dropbox integration page" data-turbolinks="false" href="https://ifttt.com/dropbox"> <div> <svg width="233" height="50" viewBox="0 0 233 50" fill="transparent" xmlns="http://www.w3.org/2000/svg"> <path d="M27.5693 9.5903L14.1401 18.7509L27.5693 27.9115L14.1401 37.0721L0.710938 27.8352L14.1401 18.6746L0.710938 9.5903L14.1401 0.429688L27.5693 9.5903ZM14.0687 39.973L27.4979 30.8124L40.9271 39.973L27.4979 49.1336L14.0687 39.973ZM27.5693 27.8352L40.9985 18.6746L27.5693 9.5903L40.9271 0.429688L54.3562 9.5903L40.9271 18.7509L54.3562 27.9115L40.9271 37.0721L27.5693 27.8352Z" fill="#666666"/> <path d="M64.8574 9.59518H75.7151C82.6439 9.59518 88.3585 13.8701 88.3585 23.6415V25.7026C88.3585 35.5503 83.0011 39.9779 75.9294 39.9779H64.8574V9.59518ZM70.9291 15.0916V34.4052H75.5722C79.5009 34.4052 82.1439 31.657 82.1439 25.5499V23.9468C82.1439 17.8397 79.3581 15.0916 75.3579 15.0916H70.9291ZM91.5729 15.3969H96.4303L97.216 21.1223C98.1447 17.229 100.502 15.1679 104.788 15.1679H106.288V21.733H103.788C98.859 21.733 97.6446 23.5651 97.6446 28.7562V40.0543H91.6444V15.3969H91.5729ZM107.502 28.2218V27.5347C107.502 19.2902 112.431 14.7862 119.146 14.7862C126.003 14.7862 130.789 19.2902 130.789 27.5347V28.2218C130.789 36.3137 126.146 40.665 119.146 40.665C111.717 40.5886 107.502 36.3137 107.502 28.2218ZM124.646 28.1455V27.5347C124.646 22.9544 122.503 20.2062 119.074 20.2062C115.717 20.2062 113.502 22.7254 113.502 27.5347V28.1455C113.502 32.5731 115.645 35.0923 119.074 35.0923C122.503 35.0159 124.646 32.5731 124.646 28.1455ZM133.932 15.3969H138.932L139.504 20.0536C140.718 16.9237 143.29 14.7862 147.075 14.7862C152.933 14.7862 156.79 19.2902 156.79 27.6111V28.2981C156.79 36.39 152.504 40.665 147.075 40.665C143.432 40.665 140.932 38.9092 139.718 36.0847V48.5279H133.861L133.932 15.3969ZM150.718 28.1455V27.6111C150.718 22.7254 148.361 20.2826 145.218 20.2826C141.861 20.2826 139.647 23.0308 139.647 27.6111V28.0691C139.647 32.4204 141.79 35.1686 145.147 35.1686C148.576 35.0923 150.718 32.7258 150.718 28.1455ZM165.648 35.474L165.148 39.9779H160.005V7.15234H165.862V19.7482C167.148 16.542 169.719 14.7862 173.362 14.7862C178.863 14.8625 182.934 18.9085 182.934 27.0767V27.8401C182.934 36.0083 179.077 40.665 173.22 40.665C169.362 40.5886 166.862 38.6802 165.648 35.474ZM176.791 27.8401V27.2294C176.791 22.7254 174.505 20.2062 171.291 20.2062C168.005 20.2062 165.719 23.0308 165.719 27.3057V27.8401C165.719 32.4204 167.934 35.0923 171.219 35.0923C174.72 35.0923 176.791 32.7258 176.791 27.8401ZM185.506 28.2218V27.5347C185.506 19.2902 190.435 14.7862 197.149 14.7862C204.007 14.7862 208.793 19.2902 208.793 27.5347V28.2218C208.793 36.3137 204.078 40.665 197.149 40.665C189.72 40.5886 185.506 36.3137 185.506 28.2218ZM202.721 28.1455V27.5347C202.721 22.9544 200.578 20.2062 197.149 20.2062C193.792 20.2062 191.578 22.7254 191.578 27.5347V28.1455C191.578 32.5731 193.72 35.0923 197.149 35.0923C200.578 35.0159 202.721 32.5731 202.721 28.1455ZM216.65 27.2294L208.578 15.3969H215.507L220.15 22.8018L224.865 15.3969H231.722L223.508 27.1531L232.151 39.9779H225.365L220.079 31.8097L214.936 39.9779H207.864L216.65 27.2294Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="QuickBooks" aria-label="The QuickBooks integration page" data-turbolinks="false" href="https://ifttt.com/quickbooks_online"> <div> <svg fill="none" height="43" viewBox="0 0 206 43" width="206" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.308594.446289h205.333v42h-205.333z"/></clipPath><g clip-path="url(#a)" fill="#666"><path d="m164.507 29.9508c-2.765 0-4.023-2.3583-4.023-4.5492 0-2.163 1.258-4.4894 4.023-4.4894 2.767 0 4.027 2.3264 4.027 4.4894 0 2.1929-1.26 4.5492-4.027 4.5492zm0-12.5991c-4.824 0-8.327 3.3851-8.327 8.0499 0 4.8263 3.581 8.2133 8.327 8.2133 4.747 0 8.325-3.4208 8.325-8.2133 0-4.6648-3.501-8.0499-8.325-8.0499zm-37.347 12.5991c-2.559 0-4.086-2.2825-4.086-4.4874 0-2.1889 1.561-4.5512 4.086-4.5512 2.743 0 4.107 2.3264 4.107 4.4894 0 2.2607-1.485 4.5492-4.107 4.5492zm.832-12.5991c-1.94 0-3.367.8493-4.717 2.1132h-.08v-10.14508h-4.238v23.82068h4.055v-2.173h.062c.957 1.5689 2.856 2.6036 4.828 2.6036 4.376 0 7.693-3.4369 7.693-8.1735 0-4.6648-3.279-8.0478-7.603-8.0478zm70.896 6.3395c-2.183-.5223-2.953-.8014-2.953-1.6866 0-1.22 1.545-1.4871 2.245-1.4871 1.316 0 2.801.7854 3.359 1.531l2.502-2.3962c-1.156-1.4553-3.429-2.3006-5.831-2.3006-3.07 0-6.292 1.545-6.292 4.9918 0 2.9604 2.321 3.8535 4.591 4.3998 2.392.5581 3.25.9628 3.25 1.9277 0 1.4214-1.615 1.6546-2.169 1.6546-1.388 0-2.995-.7974-3.864-1.8241l-2.573 2.6076c1.407 1.5609 3.813 2.4999 6.283 2.4999 4.147 0 6.605-1.9776 6.605-5.239 0-3.1199-3.01-4.1665-5.153-4.6788zm-81.528-5.9069h-5.468l-5.474 6.3733h-.094v-14.83578h-4.24v23.82068h4.24v-7.5754h.094l5.681 7.5754h5.578l-6.598-8.3928zm73.512 0h-5.469l-5.474 6.3733h-.096v-14.83578h-4.24v23.82068h4.24v-7.5754h.096l5.68 7.5754h5.58l-6.603-8.3928zm-44.996 12.1665c-2.765 0-4.027-2.3583-4.027-4.5492 0-2.163 1.262-4.4894 4.027-4.4894s4.023 2.3264 4.023 4.4894c0 2.1929-1.26 4.5492-4.023 4.5492zm0-12.5991c-4.825 0-8.327 3.3851-8.327 8.0499 0 4.8263 3.578 8.2133 8.327 8.2133 4.748 0 8.325-3.4208 8.325-8.2133 0-4.6648-3.501-8.0499-8.325-8.0499zm-74.6181 8.8513c0 1.8061-1.1762 3.7478-3.3691 3.7478-1.6905 0-2.5916-1.206-2.5916-3.686v-8.4805h-4.2422v9.5311c0 3.1697 1.5829 6.2577 5.8131 6.2577 1.9976 0 3.6681-1.5709 4.5114-2.7312h.0618v2.3006h4.0548v-15.3582h-4.2402zm7.711 6.9375h4.2382v-15.3542h-4.2382zm-29.6817-3.1897c-2.6195 0-4.1126-2.2885-4.1126-4.5492 0-2.163 1.3695-4.4894 4.1126-4.4894 2.5258 0 4.0868 2.3623 4.0868 4.5512 0 2.2049-1.5271 4.4874-4.0868 4.4874zm4.1187-10.2168h-.0937c-.5981-.6618-2.2228-2.3823-4.8563-2.3823-4.3239 0-7.6551 3.3851-7.6551 8.0499 0 4.7346 3.072 8.1715 7.4518 8.1715 1.9875 0 3.8535-1.0526 4.936-2.2786h.0618v9.4074h4.2402v-22.9176h-4.0867zm40.8453 10.2168c-2.5816 0-3.8834-2.3065-3.8834-4.5372 0-2.2308 1.4115-4.4376 3.7598-4.4376 1.0985 0 2.488.5502 3.0342 1.3257l2.7331-2.7232c-1.3237-1.3955-3.4308-2.2268-5.7673-2.2268-4.7525 0-8.2013 3.411-8.2013 8.1117 0 4.7765 3.4089 8.1097 8.293 8.1097 2.3245 0 4.4735-.6778 5.7474-2.0494l-2.6594-2.8507c-.614.7476-1.9018 1.2778-3.0561 1.2778z"/><path d="m18.1706 2.37842c2.3457 0 4.6684.46201 6.8355 1.35966s4.1362 2.21336 5.7948 3.872c1.6587 1.65864 2.9744 3.62772 3.872 5.79482.8977 2.1671 1.3597 4.4899 1.3597 6.8355 0 2.3457-.462 4.6684-1.3597 6.8355-.8976 2.1671-2.2133 4.1362-3.872 5.7949-1.6586 1.6586-3.6277 2.9743-5.7948 3.872-2.1671.8976-4.4898 1.3596-6.8355 1.3596-4.7373 0-9.28057-1.8819-12.63035-5.2316-3.34977-3.3498-5.231656-7.8931-5.231656-12.6304s1.881886-9.2805 5.231656-12.63032c3.34978-3.34978 7.89305-5.23166 12.63035-5.23166zm-.9908 10.91658h-4.9639c-1.8423 0-3.60913.7318-4.91185 2.0345-1.30271 1.3028-2.03456 3.0696-2.03456 4.9119s.73185 3.6092 2.03456 4.9119c1.30272 1.3027 3.06955 2.0346 4.91185 2.0346h.9908v-2.5817h-.9908c-2.41213 0-4.36579-1.9536-4.36579-4.3658 0-2.4062 1.95565-4.3658 4.36579-4.3658h2.3843v13.4962c0 1.4234 1.1562 2.5776 2.5796 2.5776zm1.9816-4.76456v18.65746h4.9659c1.8425 0 3.6096-.732 4.9125-2.0349s2.0349-3.07 2.0349-4.9126-.732-3.6097-2.0349-4.9126-3.07-2.0348-4.9125-2.0348h-.9928v2.5836h.9928c2.4081 0 4.3658 1.9576 4.3658 4.3658s-1.9537 4.3638-4.3658 4.3658h-2.3863v-13.4961c0-1.42541-1.1562-2.58166-2.5796-2.58166z"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Instagram" aria-label="The Instagram integration page" data-turbolinks="false" href="https://ifttt.com/instagram"> <div> <svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.9772 3.98776C26.5817 3.98776 27.2396 4.01275 29.4548 4.11268C31.5033 4.20428 32.6109 4.54571 33.3521 4.83718C34.3347 5.22025 35.0342 5.66994 35.7671 6.40277C36.4999 7.1356 36.9579 7.83512 37.3327 8.81777C37.6158 9.55893 37.9656 10.6665 38.0572 12.7151C38.1571 14.9302 38.1821 15.5881 38.1821 21.1926C38.1821 26.7971 38.1571 27.4549 38.0572 29.6701C37.9656 31.7187 37.6241 32.8263 37.3327 33.5674C36.9496 34.5501 36.4999 35.2496 35.7671 35.9824C35.0342 36.7152 34.3347 37.1733 33.3521 37.548C32.6109 37.8311 31.5033 38.1809 29.4548 38.2725C27.2396 38.3724 26.5817 38.3974 20.9772 38.3974C15.3728 38.3974 14.7149 38.3724 12.4997 38.2725C10.4511 38.1809 9.34358 37.8395 8.60242 37.548C7.61976 37.1649 6.92024 36.7152 6.18741 35.9824C5.45458 35.2496 4.99657 34.5501 4.62182 33.5674C4.33868 32.8263 3.98892 31.7187 3.89732 29.6701C3.79739 27.4549 3.77241 26.7971 3.77241 21.1926C3.77241 15.5881 3.79739 14.9302 3.89732 12.7151C3.98892 10.6665 4.33036 9.55893 4.62182 8.81777C5.00489 7.83512 5.45458 7.1356 6.18741 6.40277C6.92024 5.66994 7.61976 5.21192 8.60242 4.83718C9.34358 4.55404 10.4511 4.20428 12.4997 4.11268C14.7149 4.00442 15.3811 3.98776 20.9772 3.98776ZM20.9772 0.207031C15.2812 0.207031 14.565 0.232014 12.3249 0.331945C10.0931 0.431877 8.56911 0.789963 7.23669 1.30627C5.85431 1.83924 4.68844 2.56374 3.52258 3.72961C2.35671 4.89547 1.64054 6.06966 1.09924 7.44372C0.582933 8.77613 0.224845 10.3001 0.124914 12.5402C0.0249828 14.772 0 15.4882 0 21.1843C0 26.8803 0.0249828 27.5965 0.124914 29.8366C0.224845 32.0684 0.582933 33.5924 1.09924 34.9331C1.63221 36.3155 2.35671 37.4814 3.52258 38.6472C4.68844 39.8131 5.86264 40.5293 7.23669 41.0706C8.56911 41.5869 10.0931 41.945 12.3332 42.0449C14.5733 42.1448 15.2812 42.1698 20.9856 42.1698C26.69 42.1698 27.3978 42.1448 29.638 42.0449C31.8698 41.945 33.3937 41.5869 34.7345 41.0706C36.1168 40.5376 37.2827 39.8131 38.4486 38.6472C39.6144 37.4814 40.3306 36.3072 40.8719 34.9331C41.3882 33.6007 41.7463 32.0768 41.8462 29.8366C41.9462 27.5965 41.9711 26.8887 41.9711 21.1843C41.9711 15.4799 41.9462 14.772 41.8462 12.5319C41.7463 10.3001 41.3882 8.77613 40.8719 7.43539C40.3389 6.05301 39.6144 4.88714 38.4486 3.72128C37.2827 2.55542 36.1085 1.83924 34.7345 1.29795C33.402 0.781636 31.8781 0.423549 29.638 0.323618C27.3895 0.232014 26.6733 0.207031 20.9772 0.207031Z" fill="#666666"/> <path d="M20.9771 10.418C15.0312 10.418 10.2012 15.2397 10.2012 21.1939C10.2012 27.1481 15.0229 31.9698 20.9771 31.9698C26.9313 31.9698 31.753 27.1481 31.753 21.1939C31.753 15.2397 26.9313 10.418 20.9771 10.418ZM20.9771 28.1807C17.1131 28.1807 13.9819 25.0496 13.9819 21.1856C13.9819 17.3216 17.1131 14.1904 20.9771 14.1904C24.8411 14.1904 27.9723 17.3216 27.9723 21.1856C27.9723 25.0496 24.8411 28.1807 20.9771 28.1807Z" fill="#666666"/> <path d="M32.178 12.4947C33.567 12.4947 34.693 11.3687 34.693 9.97978C34.693 8.59082 33.567 7.46484 32.178 7.46484C30.7891 7.46484 29.6631 8.59082 29.6631 9.97978C29.6631 11.3687 30.7891 12.4947 32.178 12.4947Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Slack" aria-label="The Slack integration page" data-turbolinks="false" href="https://ifttt.com/slack"> <div> <svg width="171" height="44" viewBox="0 0 171 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4453 34.6077L56.5692 29.6691C58.8633 31.3857 61.9198 32.278 64.9355 32.278C67.1615 32.278 68.5706 31.4198 68.5706 30.1187C68.5365 26.4812 55.235 29.3285 55.1329 20.2075C55.0988 15.5755 59.2105 12.0061 65.0376 12.0061C68.5025 12.0061 71.9607 12.8644 74.4317 14.8194L72.444 19.8601C70.1839 18.416 67.3725 17.3874 64.6972 17.3874C62.8796 17.3874 61.6815 18.2457 61.6815 19.3424C61.7156 22.9118 75.1193 20.9568 75.2554 29.6691C75.2554 34.4033 71.2459 37.7343 65.4868 37.7343C61.2663 37.7275 57.3929 36.733 54.4453 34.6077ZM136.004 27.8844C134.942 29.7372 132.955 31.0042 130.654 31.0042C127.257 31.0042 124.52 28.2591 124.52 24.8668C124.52 21.4745 127.264 18.7294 130.654 18.7294C132.948 18.7294 134.942 19.9964 136.004 21.8492L141.865 18.5931C139.673 14.6832 135.453 12.0061 130.654 12.0061C123.554 12.0061 117.795 17.7689 117.795 24.8736C117.795 31.9783 123.554 37.7411 130.654 37.7411C135.487 37.7411 139.673 35.0981 141.865 31.1541L136.004 27.8844ZM78.203 1.33203H85.5413V37.2507H78.203V1.33203ZM144.745 1.33203V37.2507H152.083V26.4744L160.79 37.2507H170.184L159.108 24.4513L169.36 12.5102H160.375L152.076 22.4214V1.33203H144.745Z" fill="#666666"/> <path d="M107.345 27.9532C106.283 29.7039 104.091 31.0049 101.62 31.0049C98.2234 31.0049 95.4869 28.2598 95.4869 24.8675C95.4869 21.4752 98.2302 18.7301 101.62 18.7301C104.091 18.7301 106.283 20.0992 107.345 21.8839V27.9532ZM107.345 12.5177V15.4331C106.147 13.41 103.166 12 100.041 12C93.5944 12 88.5229 17.6947 88.5229 24.8334C88.5229 31.9722 93.5944 37.735 100.041 37.735C103.159 37.735 106.14 36.3318 107.345 34.3018V37.2173H114.684V12.5177H107.345Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.08845 27.9205C9.08845 30.4272 7.06667 32.4503 4.56156 32.4503C2.05645 32.4503 0.034668 30.4204 0.034668 27.9205C0.034668 25.4205 2.05645 23.3906 4.56156 23.3906H9.08845V27.9205ZM11.3485 27.9205C11.3485 25.4137 13.3703 23.3906 15.8754 23.3906C18.3805 23.3906 20.4023 25.4137 20.4023 27.9205V39.2417C20.4023 41.7484 18.3805 43.7715 15.8754 43.7715C13.3703 43.7715 11.3485 41.7484 11.3485 39.2417V27.9205Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8748 9.73548C13.3696 9.73548 11.3479 7.71237 11.3479 5.20563C11.3479 2.69889 13.3696 0.675781 15.8748 0.675781C18.3799 0.675781 20.4016 2.69889 20.4016 5.20563V9.73548H15.8748ZM15.8748 12.0311C18.3799 12.0311 20.4016 14.0542 20.4016 16.5609C20.4016 19.0676 18.3799 21.0907 15.8748 21.0907H4.52689C2.02179 21.0907 0 19.0608 0 16.5609C0 14.061 2.02179 12.0311 4.52689 12.0311H15.8748Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M34.0101 16.5609C34.0101 14.0542 36.0319 12.0311 38.537 12.0311C41.0421 12.0311 43.0639 14.0542 43.0639 16.5609C43.0639 19.0676 41.0421 21.0907 38.537 21.0907H34.0101V16.5609ZM31.7501 16.5609C31.7501 19.0676 29.7283 21.0907 27.2232 21.0907C24.7181 21.0907 22.6963 19.0676 22.6963 16.5609V5.20563C22.6963 2.69889 24.7181 0.675781 27.2232 0.675781C29.7283 0.675781 31.7501 2.69889 31.7501 5.20563V16.5609Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2232 34.7118C29.7283 34.7118 31.7501 36.7349 31.7501 39.2417C31.7501 41.7484 29.7283 43.7715 27.2232 43.7715C24.7181 43.7715 22.6963 41.7484 22.6963 39.2417V34.7118H27.2232ZM27.2232 32.4503C24.7181 32.4503 22.6963 30.4272 22.6963 27.9205C22.6963 25.4137 24.7181 23.3906 27.2232 23.3906H38.571C41.0761 23.3906 43.0979 25.4137 43.0979 27.9205C43.0979 30.4272 41.0761 32.4503 38.571 32.4503H27.2232Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="iRobot" aria-label="The iRobot integration page" data-turbolinks="false" href="https://ifttt.com/irobot"> <div> <svg width="155" height="39" viewBox="0 0 155 39" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.7813 9.59667C14.9132 9.17355 14.9132 8.75043 15.0452 8.32731C15.5731 5.92962 15.969 3.53193 16.4969 1.27529C16.6289 0.711124 16.6289 0.711122 17.1568 0.711122C17.8167 0.570082 18.4766 0.711122 19.2684 0.711122C21.512 0.711122 23.7556 0.711122 25.9992 0.711122C26.923 0.711122 27.9788 0.711123 28.9026 0.852163C31.9381 1.27528 34.1817 2.96777 35.6334 5.92962C36.1613 7.19898 36.4252 8.46835 36.4252 9.73771C36.4252 11.2892 36.2933 12.8406 35.7654 14.251C35.1055 16.0845 34.1817 17.777 32.9939 19.1874C31.9381 20.4568 30.7503 21.4441 29.4305 22.2903C29.2986 22.4313 29.1666 22.4313 29.0346 22.5724C28.7707 22.8545 28.7707 22.8545 28.9026 23.1365C29.1666 23.5597 29.2986 23.9828 29.5625 24.4059C31.6741 28.4961 33.7857 32.7273 35.8973 36.8175C35.8973 36.9585 36.0293 36.9585 36.0293 37.0995C35.8973 37.0995 35.7654 37.0995 35.6334 37.0995C32.0701 37.0995 28.5067 37.0995 24.9434 37.0995C24.6794 37.0995 24.5474 36.9585 24.4155 36.6764C23.0957 33.9967 21.644 31.1758 20.3242 28.4961C19.1365 26.0984 17.9487 23.8417 16.7609 21.4441C15.8371 19.7516 15.0452 18.0591 14.1214 16.3666C13.9894 16.2256 13.9894 15.9435 13.7255 15.8024C13.5935 15.8024 13.5935 15.9435 13.5935 16.0845C13.1976 18.2001 12.8016 20.3157 12.4057 22.5724C12.0098 24.829 11.4819 27.0857 11.0859 29.3423C10.558 31.8811 10.1621 34.4198 9.63421 36.9585C9.63421 37.2406 9.63422 37.2406 9.37027 37.2406C6.86273 37.2406 4.22322 37.2406 1.71568 37.2406C1.18778 37.2406 0.659879 37.2406 0.263952 37.2406C1.00296e-06 37.2406 0 37.2406 0 36.9585C0.131976 35.9712 0.395929 34.9839 0.527904 33.9967C1.05581 31.599 1.58371 29.2013 2.11161 26.8036C2.63951 24.4059 3.56334 22.2903 5.14705 20.4568C6.86273 18.2001 9.10631 16.7897 11.7458 16.2256C12.5377 16.0845 13.4615 15.9435 14.2534 15.9435C15.4411 15.9435 16.6289 15.9435 17.8167 15.9435C19.1364 15.9435 20.4562 15.9435 21.776 15.9435C22.3039 15.9435 22.8318 15.9435 23.2277 15.6614C24.5474 15.0972 25.4713 13.5458 25.4713 11.9944C25.4713 11.4302 25.3393 11.0071 24.9434 10.584C24.5474 10.1608 24.0195 9.87875 23.4916 9.87875C21.9079 9.87875 20.3242 9.87875 18.7405 9.73771C17.6847 9.73771 16.6289 9.73771 15.4411 9.73771C15.0452 9.59667 14.9132 9.59667 14.7813 9.59667Z" fill="#666666"/> <path d="M150.45 28.7785C150.186 29.9068 150.054 31.0351 149.79 32.0224C149.394 33.8559 148.998 35.6895 148.734 37.664C148.602 38.0872 148.602 38.0872 148.206 38.0872C146.491 38.0872 144.775 37.9461 143.059 37.523C140.948 36.9588 138.968 36.1126 137.253 34.7022C135.669 33.2918 134.613 31.5993 134.085 29.6247C133.953 29.2016 133.953 28.9195 133.953 28.4964C133.953 27.5091 133.953 26.3808 133.953 25.3935C134.085 24.5472 134.217 23.56 134.349 22.7137C135.009 19.6108 135.537 16.5079 136.197 13.5461C136.857 10.4432 137.384 7.34027 138.044 4.09633C138.308 2.96801 138.44 1.98072 138.704 0.852392C138.704 0.570311 138.704 0.570312 139.1 0.570312C141.74 0.570312 144.379 0.570312 147.019 0.570312C147.283 0.570312 147.415 0.570312 147.679 0.570312C147.943 0.570312 147.943 0.711352 147.943 0.993434C147.811 1.5576 147.811 1.98072 147.679 2.54488C147.283 4.66049 146.755 6.91715 146.359 9.03276V9.1738C146.359 9.45588 146.359 9.45588 146.491 9.45588C147.283 9.45588 148.075 9.45588 148.866 9.45588C150.186 9.45588 151.506 9.45588 152.694 9.45588C153.09 9.45588 153.486 9.45588 153.749 9.45588C154.145 9.45588 154.145 9.45588 154.013 9.879C153.749 11.5715 153.354 13.1229 153.09 14.8154C152.958 15.8027 152.694 16.649 152.562 17.6362C152.562 17.9183 152.562 17.9183 152.166 17.9183C150.054 17.9183 147.943 17.9183 145.699 17.9183C145.303 17.9183 144.907 17.9183 144.511 17.9183C144.379 17.9183 144.247 17.9183 144.247 18.2004C143.983 19.4698 143.719 20.7391 143.455 22.0085C143.323 22.7137 143.191 23.4189 143.059 24.2652C142.927 25.6756 143.323 26.8039 144.379 27.5091C145.303 28.2143 146.491 28.6374 147.679 28.7785C148.338 28.7785 148.998 28.7785 149.79 28.7785C150.186 28.7785 150.318 28.7785 150.45 28.7785Z" fill="#666666"/> <path d="M7.65402 10.1614C5.01452 10.3025 3.0349 7.76377 3.16688 5.36609C3.16688 2.54529 5.1465 0.429688 7.786 0.429688C10.6894 0.570728 12.4051 2.82737 12.4051 5.36609C12.2731 7.62273 10.5575 10.1614 7.65402 10.1614Z" fill="#666666"/> <path d="M152.036 0.851562C153.355 0.851562 154.411 1.97989 154.411 3.39029C154.411 4.8007 153.355 5.92902 152.036 5.92902C150.716 5.92902 149.66 4.8007 149.66 3.39029C149.66 1.97989 150.716 0.851562 152.036 0.851562Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M81.5622 10.3023C81.2983 10.4433 81.0343 10.5843 80.7704 10.5843C80.7704 10.4433 80.7704 10.4433 81.0343 10.1612C81.2323 9.0329 81.4632 7.93984 81.6942 6.84678C81.9252 5.75372 82.1561 4.66066 82.3541 3.53234C82.4201 3.10922 82.519 2.65084 82.618 2.19246C82.717 1.73408 82.816 1.2757 82.882 0.852576C82.9511 0.704727 82.9841 0.634372 82.9617 0.600893C82.9414 0.570497 82.8756 0.570497 82.75 0.570497H81.9582H77.0751C76.7181 0.570497 76.3762 0.554375 76.0392 0.538483C75.3795 0.507371 74.7385 0.477142 74.0396 0.570497C73.7757 0.570497 73.7757 0.570496 73.6437 0.993616C72.9838 4.8017 72.192 8.60978 71.4001 12.4179C70.6083 16.0849 69.8164 19.893 69.1565 23.7011C68.8926 25.1115 68.7606 26.5219 68.8926 27.9323C69.0246 29.3427 69.4205 30.7531 70.0804 32.0224C71.2682 34.1381 72.8519 35.5485 74.8315 36.5357C76.8111 37.523 78.9227 37.9461 81.1663 37.9461C82.75 37.9461 84.3337 37.8051 85.9174 37.523C88.293 37.0999 90.5365 36.2537 92.6481 34.8433C94.0999 33.856 95.2877 32.7276 96.3435 31.1762C97.2673 29.9068 97.9272 28.4964 98.4551 26.945C98.851 25.9577 99.1149 24.8294 99.2469 23.7011C99.3789 22.7138 99.3789 21.5855 99.3789 20.5982V20.5982V20.5982C99.3789 20.034 99.3789 19.6109 99.2469 19.0468C98.983 18.0595 98.5871 17.0722 98.1911 16.085L98.1911 16.0849C97.2673 14.2514 95.8156 12.6999 94.0999 11.5716C91.9883 10.3023 89.6127 9.59706 87.1052 9.59706C86.1814 9.59706 85.3895 9.59707 84.5977 9.73811L84.5976 9.73811C83.5418 9.87915 82.486 10.0202 81.5622 10.3023ZM88.1581 27.3678C89.4778 25.9574 90.0057 24.406 90.0057 22.4314C90.0057 22.2904 90.0057 22.2904 90.1377 22.2904C90.1377 20.7389 89.6098 19.6106 88.422 18.9054C87.4982 18.3412 86.5744 18.0592 85.6505 18.0592C84.7267 18.0592 83.8029 18.0592 82.879 18.3412C81.8232 18.6233 80.8994 19.0464 80.2395 19.7517C78.5238 21.4441 77.732 23.5597 77.996 26.0985C78.1279 28.073 79.5797 29.3424 81.1634 29.6245C81.9552 29.7655 82.7471 29.7655 83.5389 29.7655C85.3866 29.6245 86.9703 28.7783 88.1581 27.3678Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M109.012 37.6691C110.464 38.0922 111.916 38.2333 113.367 38.2333C114.819 38.2333 116.139 38.0922 117.723 37.5281C119.966 37.246 121.946 36.6818 123.926 35.5535C126.961 33.861 129.205 31.3223 130.656 27.9373C131.448 26.1037 131.844 24.1292 132.108 22.1546C132.372 20.6032 132.24 19.1928 131.976 17.7823C131.448 15.6667 130.392 13.8332 128.809 12.4228C127.357 11.2945 125.905 10.4482 124.189 10.0251C124.081 9.99924 123.973 9.97338 123.866 9.94774C122.807 9.69367 121.837 9.46094 120.758 9.46094C119.438 9.46094 117.987 9.46094 116.667 9.60198C114.819 9.88406 113.104 10.4482 111.52 11.1534C108.748 12.4228 106.373 14.2563 104.525 16.7951C103.337 18.4875 102.414 20.18 101.886 22.1546C101.49 23.565 101.358 24.9754 101.226 26.3858C101.094 27.7962 101.226 29.2066 101.622 30.6171C102.15 32.3095 102.941 33.72 104.129 34.8483C105.581 36.2587 107.165 37.1049 109.012 37.6691ZM112.037 20.9183C111.113 22.3287 110.717 23.8802 110.717 25.4316C110.717 25.5726 110.684 25.6784 110.667 25.7313C110.651 25.7842 110.651 25.7842 110.717 25.7137C110.717 26.1368 110.849 26.5599 110.981 26.983L110.981 26.9831C111.509 28.2524 112.433 29.0987 113.62 29.3808C114.808 29.8039 116.128 29.8039 117.316 29.5218C120.879 28.6756 123.123 25.2906 122.727 21.6235C122.595 20.7772 122.331 19.931 121.671 19.2258C121.011 18.6616 120.219 18.2385 119.427 18.0974C118.371 17.9564 117.316 17.9564 116.26 18.0974C114.544 18.5206 113.092 19.3668 112.037 20.9183Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M43.4212 37.5234C45.0049 38.0875 46.5886 38.2286 47.7764 38.2286C49.756 38.2286 51.2078 38.0875 52.6595 37.8055C54.7711 37.5234 56.7507 36.8182 58.5984 35.6898C60.3141 34.7025 61.7658 33.4332 62.9536 31.8817C64.2734 30.0482 65.1972 28.0736 65.8571 25.958C66.5169 23.5603 66.9129 21.1626 66.5169 18.6239C66.253 17.4955 65.989 16.5083 65.4611 15.521C64.6693 14.1106 63.6135 12.9822 62.2937 11.9949C60.578 10.7256 58.5984 10.1614 56.4868 9.87932C55.8269 9.73828 55.299 9.73828 54.6392 9.73828H54.6391H54.6391C53.5833 9.73828 52.3955 9.73828 51.3397 9.87932C49.0961 10.3024 46.9845 10.8666 45.0049 11.9949C42.2334 13.5464 39.9898 15.662 38.2741 18.4828C36.9544 20.5984 36.2945 22.8551 35.8986 25.2528C35.6346 27.0863 35.7666 28.7788 36.2945 30.6124C36.8224 32.4459 37.7462 33.9973 39.198 35.2667C40.3858 36.254 41.8375 36.9592 43.4212 37.5234ZM47.5118 29.4906C48.3036 29.7727 49.0955 29.9137 49.8873 29.9137C50.4152 29.9137 50.9432 29.7727 51.4711 29.6316C53.0548 29.3496 54.3745 28.6444 55.4303 27.375C56.882 25.8235 57.4099 23.8489 57.278 21.7333C57.146 21.0281 56.882 20.1819 56.3541 19.6177C55.5623 18.6304 54.6385 18.2073 53.4507 18.0662C52.4539 17.9331 51.5748 18.0513 50.5911 18.1837C50.5329 18.1915 50.4743 18.1994 50.4152 18.2073C48.8315 18.6304 47.5118 19.3356 46.588 20.746C45.6641 22.0154 45.1362 23.5669 45.1362 25.2594C45.1362 25.9646 45.2682 26.5287 45.4002 27.0929C45.6641 28.3623 46.456 29.0675 47.5118 29.4906Z" fill="#666666"/> <path d="M152.037 5.50472C150.981 5.50472 150.058 4.65847 150.058 3.38908C150.058 2.26074 150.981 1.27344 152.037 1.27344C153.093 1.27344 154.017 2.26074 154.017 3.53012C154.017 4.51742 153.225 5.50472 152.037 5.50472Z" fill="#666666"/> <path d="M152.563 3.3874C152.827 3.66948 152.959 4.23365 153.091 4.65677C153.091 4.79781 153.223 4.79781 153.091 4.93885C152.959 4.93885 152.827 4.93885 152.695 4.79781C152.695 4.79781 152.695 4.65677 152.563 4.51573C152.431 4.23364 152.431 4.0926 152.299 3.81052C152.167 3.52844 152.036 3.52844 151.772 3.52844C151.64 3.52844 151.64 3.52844 151.64 3.66948C151.64 3.95156 151.64 4.37469 151.64 4.65677C151.64 4.79781 151.64 4.79781 151.508 4.93885C151.376 4.93885 151.244 4.93885 151.244 4.65677C151.244 3.95156 151.244 3.3874 151.244 2.68219C151.244 2.54115 151.244 2.25906 151.244 2.11802C151.244 1.97698 151.376 1.83594 151.508 1.83594C151.772 1.83594 152.167 1.83594 152.431 1.83594C152.695 1.97698 152.959 2.11802 153.091 2.4001C153.091 2.82323 152.959 3.10531 152.563 3.3874C152.695 3.3874 152.563 3.3874 152.563 3.3874Z" fill="#999999"/> <path d="M152.037 3.24571C151.64 3.24571 151.64 3.2457 151.64 2.96345C151.64 2.82232 151.64 2.6812 151.64 2.54007C151.64 2.25781 151.64 2.25781 151.904 2.25781C152.037 2.25781 152.169 2.25781 152.169 2.25781C152.433 2.25781 152.565 2.39894 152.565 2.6812C152.565 2.96345 152.433 3.10458 152.169 3.24571H152.037Z" fill="#999999"/> </svg> </div> </a> </div> </div> <div class="grid--logos grid--logos--md"> <div class="grid--logo"> <a title="Google" aria-label="The Google Calendar integration page" data-turbolinks="false" href="https://ifttt.com/google_calendar"> <div> <svg width="165" height="55" viewBox="0 0 165 55" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M40.4041 19.4315H21.1188V25.1144H34.8538C34.1911 33.0671 27.5638 36.4636 21.3176 36.4636C13.3152 36.4636 6.33998 30.1677 6.33998 21.3534C6.33998 12.7545 12.9838 6.14384 21.3342 6.14384C27.7626 6.14384 31.5567 10.2527 31.5567 10.2527L35.5331 6.14384C35.5331 6.14384 30.4301 0.460958 21.1353 0.460958C9.27254 0.44439 0.110352 10.435 0.110352 21.2374C0.110352 31.8245 8.72579 42.1299 21.417 42.1299C32.5839 42.1299 40.752 34.4754 40.752 23.1759C40.752 20.8067 40.4041 19.4149 40.4041 19.4315Z" fill="#666666"/> <path d="M56.7404 15.3047C48.8871 15.3047 43.2705 21.4349 43.2705 28.5923C43.2705 35.8492 48.7214 42.112 56.8398 42.112C64.1795 42.112 70.1938 36.4954 70.1938 28.758C70.1938 19.8775 63.1854 15.3047 56.7404 15.3047ZM56.8233 20.5734C60.6836 20.5734 64.3452 23.6882 64.3452 28.7249C64.3452 33.6456 60.7002 36.8599 56.8067 36.8599C52.5321 36.8599 49.1522 33.4303 49.1522 28.6918C49.1522 24.0361 52.4824 20.5734 56.8233 20.5734Z" fill="#666666"/> <path d="M85.883 15.3047C78.0297 15.3047 72.4131 21.4349 72.4131 28.5923C72.4131 35.8492 77.864 42.112 85.9824 42.112C93.3221 42.112 99.3363 36.4954 99.3363 28.758C99.3198 19.8775 92.328 15.3047 85.883 15.3047ZM85.9493 20.5734C89.8096 20.5734 93.4712 23.6882 93.4712 28.7249C93.4712 33.6456 89.8262 36.8599 85.9327 36.8599C81.6581 36.8599 78.2782 33.4303 78.2782 28.6918C78.2782 24.0361 81.6084 20.5734 85.9493 20.5734Z" fill="#666666"/> <path d="M114.612 15.3242C107.405 15.3242 101.739 21.6367 101.739 28.7113C101.739 36.78 108.3 42.1315 114.48 42.1315C118.307 42.1315 120.328 40.6072 121.836 38.8676V41.5185C121.836 46.141 119.036 48.9079 114.794 48.9079C110.702 48.9079 108.648 45.8593 107.935 44.1362L102.783 46.2901C104.605 50.1505 108.283 54.1765 114.844 54.1765C122.002 54.1765 127.469 49.67 127.469 40.2096V15.8047H121.853V18.4059C120.113 16.5503 117.744 15.3242 114.612 15.3242ZM115.142 20.5763C118.671 20.5763 122.3 23.5917 122.3 28.7444C122.3 33.98 118.688 36.8628 115.06 36.8628C111.216 36.8628 107.654 33.748 107.654 28.7941C107.637 23.658 111.348 20.5763 115.142 20.5763Z" fill="#666666"/> <path d="M151.941 15.2891C145.148 15.2891 139.448 20.6903 139.448 28.6761C139.448 37.1093 145.81 42.1295 152.603 42.1295C158.27 42.1295 161.749 39.0312 163.837 36.2478L159.197 33.1661C157.988 35.0383 155.983 36.8608 152.636 36.8608C148.876 36.8608 147.136 34.7898 146.059 32.8016L164.035 25.3459L163.108 23.1589C161.351 18.8678 157.309 15.2891 151.941 15.2891ZM152.173 20.4583C154.625 20.4583 156.381 21.7672 157.126 23.3246L145.131 28.3448C144.618 24.4513 148.296 20.4583 152.173 20.4583Z" fill="#666666"/> <path d="M136.715 1.83594H131.214V41.3344H136.715V1.83594Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Spotify" aria-label="The Spotify integration page" data-turbolinks="false" href="https://ifttt.com/spotify"> <div> <svg width="155" height="47" viewBox="0 0 155 47" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M23.4666 0.667969C10.7332 0.667969 0.411621 10.9896 0.411621 23.7229C0.411621 36.4563 10.7332 46.7779 23.4666 46.7779C36.1999 46.7779 46.5215 36.4563 46.5215 23.7229C46.5243 10.9896 36.1999 0.667969 23.4666 0.667969ZM34.0415 33.9234C33.6285 34.6034 32.742 34.8154 32.0647 34.4024C26.6492 31.0931 19.8352 30.347 11.8097 32.1806C11.0361 32.3568 10.2652 31.8723 10.089 31.1014C9.91277 30.3277 10.3946 29.5569 11.171 29.3807C19.9535 27.3736 27.4862 28.2381 33.5652 31.9494C34.2424 32.3596 34.4544 33.2461 34.0415 33.9234ZM36.8634 27.6434C36.3431 28.4886 35.2363 28.7557 34.3911 28.2353C28.1965 24.4277 18.7477 23.3237 11.416 25.5483C10.4662 25.8346 9.46125 25.3005 9.17217 24.3506C8.88584 23.4008 9.42271 22.3986 10.3698 22.1096C18.7449 19.5684 29.1546 20.7991 36.2688 25.1738C37.1167 25.6942 37.381 26.8009 36.8634 27.6434ZM37.1057 21.1074C29.6749 16.6941 17.4151 16.2894 10.3202 18.4424C9.18043 18.7893 7.9773 18.145 7.6304 17.0052C7.28626 15.8654 7.92774 14.6623 9.06755 14.3154C17.2114 11.843 30.7514 12.3221 39.3055 17.3989C40.3297 18.0074 40.6655 19.3316 40.0599 20.3531C39.4514 21.3772 38.1271 21.7159 37.1057 21.1074Z" fill="#666666"/> <path d="M63.1401 21.9565C59.1591 21.0066 58.4515 20.3404 58.4515 18.9418C58.4515 17.6202 59.6959 16.7282 61.5488 16.7282C63.3439 16.7282 65.1224 17.4055 66.989 18.7958C67.0469 18.8371 67.1157 18.8537 67.1845 18.8426C67.2533 18.8316 67.3167 18.7931 67.3552 18.7353L69.2989 15.9959C69.3788 15.883 69.3568 15.7288 69.2494 15.6407C67.0276 13.8594 64.5277 12.9922 61.6039 12.9922C57.3062 12.9922 54.3025 15.5719 54.3025 19.2611C54.3025 23.2202 56.8932 24.6188 61.3671 25.7008C65.1775 26.579 65.819 27.3141 65.819 28.6274C65.819 30.0838 64.5195 30.9896 62.4271 30.9896C60.1034 30.9896 58.2092 30.2077 56.0865 28.3713C56.0342 28.3273 55.9626 28.3053 55.8966 28.308C55.8277 28.3135 55.7617 28.3466 55.7176 28.3989L53.5371 30.9923C53.4463 31.0997 53.4573 31.2621 53.5619 31.353C56.0287 33.5555 59.0627 34.7174 62.3362 34.7174C66.967 34.7174 69.9597 32.1872 69.9597 28.2695C69.968 24.9657 67.9884 23.1348 63.1401 21.9565Z" fill="#666666"/> <path d="M80.4464 18.0352C78.4393 18.0352 76.7929 18.8253 75.4329 20.4469V18.6243C75.4329 18.4812 75.3172 18.3628 75.1713 18.3628H71.6087C71.4656 18.3628 71.3472 18.4812 71.3472 18.6243V38.8876C71.3472 39.0307 71.4628 39.1491 71.6087 39.1491H75.1741C75.3172 39.1491 75.4356 39.0307 75.4356 38.8876V32.492C76.7929 34.0172 78.4421 34.7606 80.4491 34.7606C84.1796 34.7606 87.957 31.889 87.957 26.3993C87.9515 20.9067 84.1769 18.0352 80.4464 18.0352ZM83.808 26.3965C83.808 29.191 82.0872 31.1429 79.6204 31.1429C77.1839 31.1429 75.3448 29.1029 75.3448 26.3965C75.3448 23.6901 77.1839 21.6501 79.6204 21.6501C82.0459 21.6528 83.808 23.6461 83.808 26.3965Z" fill="#666666"/> <path d="M97.6313 18.0352C92.827 18.0352 89.0635 21.7354 89.0635 26.4571C89.0635 31.1292 92.8023 34.7881 97.5707 34.7881C102.392 34.7881 106.166 31.1016 106.166 26.3965C106.169 21.7079 102.419 18.0352 97.6313 18.0352ZM97.6313 31.1732C95.0764 31.1732 93.1492 29.1194 93.1492 26.3993C93.1492 23.6654 95.0075 21.6831 97.5707 21.6831C100.142 21.6831 102.083 23.7369 102.083 26.4598C102.083 29.191 100.211 31.1732 97.6313 31.1732Z" fill="#666666"/> <path d="M116.428 18.3561H112.505V14.3475C112.505 14.2043 112.389 14.0859 112.243 14.0859H108.678C108.535 14.0859 108.416 14.2043 108.416 14.3475V18.3588H106.701C106.558 18.3588 106.442 18.4772 106.442 18.6204V21.6847C106.442 21.8278 106.558 21.9462 106.701 21.9462H108.416V29.8725C108.416 33.0745 110.01 34.6988 113.155 34.6988C114.432 34.6988 115.495 34.4345 116.494 33.8674C116.574 33.8233 116.626 33.7352 116.626 33.6416V30.7233C116.626 30.6324 116.58 30.5471 116.502 30.5003C116.425 30.4507 116.329 30.448 116.249 30.4893C115.564 30.8334 114.897 30.9931 114.157 30.9931C113.014 30.9931 112.502 30.4727 112.502 29.3109V21.9435H116.425C116.569 21.9435 116.684 21.8251 116.684 21.6819V18.6176C116.69 18.4745 116.571 18.3561 116.428 18.3561Z" fill="#666666"/> <path d="M130.095 18.3794V17.8866C130.095 16.4384 130.651 15.7915 131.895 15.7915C132.639 15.7915 133.236 15.9401 133.905 16.1631C133.988 16.1879 134.073 16.1769 134.139 16.1273C134.208 16.0778 134.246 15.9979 134.246 15.9153V12.9117C134.246 12.796 134.172 12.6942 134.062 12.6611C133.354 12.4519 132.451 12.2344 131.1 12.2344C127.807 12.2344 126.067 14.0872 126.067 17.5948V18.3491H124.354C124.211 18.3491 124.093 18.4675 124.093 18.6107V21.6887C124.093 21.8319 124.211 21.9503 124.354 21.9503H126.067V34.177C126.067 34.3202 126.182 34.4386 126.326 34.4386H129.891C130.034 34.4386 130.152 34.3202 130.152 34.177V21.9503H133.481L138.58 34.1743C138.002 35.46 137.432 35.7133 136.655 35.7133C136.028 35.7133 135.367 35.5261 134.69 35.1572C134.626 35.1214 134.552 35.1159 134.483 35.1379C134.414 35.1627 134.357 35.2122 134.329 35.2783L133.12 37.9296C133.063 38.0535 133.112 38.2022 133.233 38.2655C134.494 38.9483 135.634 39.2401 137.041 39.2401C139.673 39.2401 141.127 38.0149 142.41 34.7167L148.593 18.7373C148.623 18.6575 148.615 18.5666 148.566 18.4951C148.516 18.4235 148.436 18.3822 148.351 18.3822H144.64C144.529 18.3822 144.428 18.4538 144.392 18.5584L140.59 29.4168L136.427 18.5474C136.388 18.4455 136.292 18.3794 136.185 18.3794H130.095Z" fill="#666666"/> <path d="M122.171 18.3594H118.606C118.463 18.3594 118.344 18.4778 118.344 18.6209V34.1708C118.344 34.3139 118.463 34.4323 118.606 34.4323H122.171C122.314 34.4323 122.433 34.3139 122.433 34.1708V18.6209C122.433 18.4778 122.314 18.3594 122.171 18.3594Z" fill="#666666"/> <path d="M120.409 11.2773C118.996 11.2773 117.851 12.4199 117.851 13.8323C117.851 15.2446 118.996 16.39 120.409 16.39C121.821 16.39 122.964 15.2446 122.964 13.8323C122.964 12.4227 121.818 11.2773 120.409 11.2773Z" fill="#666666"/> <path d="M151.635 23.3581C150.225 23.3581 149.127 22.2266 149.127 20.85C149.127 19.4734 150.239 18.3281 151.649 18.3281C153.058 18.3281 154.157 19.4597 154.157 20.8363C154.157 22.2128 153.045 23.3581 151.635 23.3581ZM151.646 18.5787C150.36 18.5787 149.389 19.6001 149.389 20.85C149.389 22.1 150.355 23.1076 151.632 23.1076C152.918 23.1076 153.89 22.0862 153.89 20.8363C153.893 19.5863 152.926 18.5787 151.646 18.5787ZM152.202 21.095L152.913 22.0889H152.315L151.676 21.1776H151.129V22.0889H150.627V19.4569H151.8C152.411 19.4569 152.813 19.7708 152.813 20.2966C152.813 20.7261 152.566 20.9904 152.202 21.095ZM151.781 19.9057H151.129V20.7399H151.781C152.106 20.7399 152.301 20.5802 152.301 20.3242C152.301 20.0516 152.106 19.9057 151.781 19.9057Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="ClickUp" aria-label="The ClickUp integration page" data-turbolinks="false" href="https://ifttt.com/clickup"> <div> <svg fill="none" height="36" viewBox="0 0 141 36" width="141" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.527344.946289h140v35h-140z"/></clipPath><g clip-path="url(#a)" fill="#666"><path clip-rule="evenodd" d="m.640625 26.2056 5.014485-3.8506c2.6641 3.4854 5.49459 5.092 8.64529 5.092 3.1337 0 5.8842-1.5876 8.4283-5.0456l5.0861 3.7578c-3.6708 4.9865-8.2325 7.6211-13.5144 7.6211-5.26508 0-9.87102-2.6178-13.659775-7.5747z" fill-rule="evenodd"/><path clip-rule="evenodd" d="m14.0199 9.46922-8.92541 7.70968-4.12574-4.7964 13.07005-11.29021 12.9669 11.29861-4.1447 4.7796z" fill-rule="evenodd"/><path d="m46.7804 29.023c-3.0474 0-5.5873-.9901-7.647-2.9704-2.0597-2.0076-3.0748-4.5811-3.0748-7.7224 0-3.1667 1.0425-5.7697 3.1022-7.8069 2.0892-2.06467 4.6291-3.08223 7.6491-3.08223 3.7256 0 7.0258 1.61082 8.9465 4.12933l-3.3592 3.5361c-1.609-1.7269-3.3591-2.603-5.2482-2.603-1.609 0-2.9358.5362-4.0373 1.6404-1.072 1.1041-1.6069 2.4911-1.6069 4.1588 0 1.6129.5349 2.9704 1.6069 4.0745 1.1015 1.0745 2.4283 1.6108 4.0078 1.6108 2.0597 0 3.8667-.9057 5.362-2.6875l3.5002 3.3672c-.9603 1.273-2.2577 2.3202-3.8667 3.1393-1.609.8212-3.3865 1.216-5.3346 1.216zm15.1214-21.89437v21.58397h-4.9661v-21.58397zm4.707 4.58107c-1.6638 0-2.8769-1.216-2.8769-2.88374 0-1.61289 1.27-2.82889 2.8769-2.82889 1.609 0 2.8515 1.216 2.8515 2.82889 0 1.66774-1.2425 2.88594-2.8515 2.88594zm2.5125 1.387v15.6159h-4.9955v-15.6159zm9.5614 15.9558c-2.4557 0-4.4311-.7642-5.9812-2.2926-1.5247-1.5264-2.2871-3.4792-2.2871-5.8837 0-2.4046.7624-4.3552 2.3145-5.8837 1.5522-1.5284 3.555-2.2905 6.038-2.2905 3.2454 0 6.097 1.5833 7.4217 4.5536l-3.9783 2.0943c-.7898-1.33-1.8912-2.0098-3.3297-2.0098-1.0446 0-1.8912.3399-2.5693 1.0196-.3218.3337-.5747.7277-.7442 1.1596-.1694.4318-.2522.8929-.2436 1.3569 0 2.0647 1.4953 3.5931 3.5003 3.5931 1.4384 0 2.7652-.7917 3.3296-2.0077l3.9804 2.375c-1.3563 2.603-4.1489 4.2159-7.4511 4.2159zm24.7723-.3399h-5.9275l-4.6017-6.1961-.7329.6798v5.5163h-4.9639v-21.58397h4.966v10.49437l4.6835-4.5263h6.0675l-6.6865 6.2806zm.333-8.1193v-12.78701h5.305v12.70261c0 2.3475 1.355 3.4791 3.303 3.4791 1.918 0 3.272-1.1886 3.272-3.4791v-12.70261h5.335v12.78701c0 6.1666-4.263 8.4867-8.607 8.4867-4.318 0-8.608-2.3201-8.608-8.4867zm29.005-7.8913c2.23 0 4.037.7916 5.475 2.375 1.439 1.5559 2.144 3.5086 2.144 5.7992 0 2.2927-.733 4.2433-2.171 5.8562-1.441 1.5833-3.246 2.3771-5.419 2.3771-1.723 0-3.218-.5658-4.431-1.6973v7.7224h-4.996v-22.0379h4.912v1.444c1.213-1.2181 2.708-1.8387 4.486-1.8387zm2.539 8.2312c0-2.0372-1.465-3.5931-3.498-3.5931-2.032 0-3.527 1.5559-3.527 3.5931 0 .9901.337 1.8388.987 2.546.676.7072 1.523 1.0471 2.54 1.0471 1.015 0 1.862-.3399 2.511-1.0471.647-.6877 1.002-1.6007.99-2.546z"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Calendly" aria-label="The Calendly integration page" data-turbolinks="false" href="https://ifttt.com/calendly"> <div> <svg fill="none" height="41" viewBox="0 0 166 41" width="166" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.789062.446289h164.948v40h-164.948z"/></clipPath><mask id="b" height="41" maskUnits="userSpaceOnUse" width="166" x="0" y="0"><path d="m165.738.446289h-164.948938v40.000011h164.948938z" fill="#fff"/></mask><mask id="c" height="41" maskUnits="userSpaceOnUse" width="166" x="0" y="0"><path d="m165.738.446289h-164.948938v40.000011h164.948938z" fill="#fff"/></mask><g clip-path="url(#a)"><g mask="url(#b)"><g fill="#666" mask="url(#c)"><path d="m98.5019 16.1533c2.5581 0 4.9811 1.565 5.4921 4.9465h-11.3934c.4767-2.9673 2.6951-4.9465 5.9013-4.9465zm5.1281 9.9496c-.87 1.3563-2.552 2.3998-4.8547 2.3998-3.173 0-5.5957-1.7394-6.1747-4.8101h14.2944c.069-.44.104-.8847.104-1.3303 0-4.7755-3.339-9.0063-8.4951-9.0063-5.3212 0-8.9375 3.9231-8.9375 8.9731 0 5.1124 3.6518 8.973 9.1421 8.973 3.4115 0 6.0045-1.5359 7.5045-3.8606z"/><path d="m88.1588 5.95312h-2.9674v24.90438h2.9674z"/><path d="m123.508 20.384v10.4724h-2.969v-10.3023c0-2.7973-1.602-4.3666-4.229-4.3666-2.73 0-4.947 1.6037-4.947 5.6292v9.0397h-2.968v-17.0551h2.968v2.4562c1.262-2.0127 3.138-2.8996 5.53-2.8996 3.991 0 6.618 2.6606 6.618 7.0282"/><path d="m139.876 22.328c0-3.4798-2.628-6.107-6.073-6.107-3.411 0-6.038 2.6272-6.038 6.107 0 3.4796 2.627 6.1068 6.038 6.1068 3.443 0 6.073-2.6272 6.073-6.1068zm2.967-16.37488v24.90438h-2.967v-2.9351c-1.365 2.0868-3.548 3.3786-6.448 3.3786-4.742 0-8.631-3.9242-8.631-8.973 0-5.049 3.889-8.9732 8.631-8.9732 2.899 0 5.083 1.2959 6.448 3.3774v-10.77908z"/><path d="m148.202 5.95312h-2.968v24.90438h2.968z"/><path d="m79.9032 22.3281c0-3.4797-2.6262-6.107-6.0724-6.107-3.4109 0-6.0381 2.6273-6.0381 6.107 0 3.4796 2.6272 6.1068 6.0381 6.1068 3.4431 0 6.0724-2.6272 6.0724-6.1068zm2.9684-8.5265v17.0549h-2.9684v-2.934c-1.3648 2.0868-3.5474 3.3786-6.447 3.3786-4.7423 0-8.632-3.9241-8.632-8.973 0-5.049 3.8897-8.9731 8.632-8.9731 2.8996 0 5.0822 1.2959 6.447 3.3774v-2.9308z"/><path d="m60.4225 27.5742c-1.5194.5606-3.1594.7119-4.7555.4389-1.5963-.2732-3.0926-.961-4.3392-1.9948-1.2464-1.0338-2.1991-2.3771-2.7628-3.8953-.5636-1.5181-.7182-3.1577-.4481-4.7545.2699-1.5967.9549-3.0944 1.9862-4.3429s2.3728-2.204 3.8899-2.7705c1.5169-.56658 3.1563-.72436 4.7536-.45751 1.5973.26681 3.0963.94891 4.3468 1.97781.5214.4302.9932.9173 1.4064 1.4523l2.5678-1.878c-1.4958-1.95566-3.5387-3.4231-5.8697-4.21642-2.3307-.7933-4.8447-.87672-7.2231-.23971-2.3783.63701-4.514 1.96577-6.1362 3.81793-1.6223 1.8521-2.6582 4.1441-2.9765 6.5857-.3182 2.4415.0956 4.9225 1.189 7.1285 1.0934 2.2062 2.8172 4.0379 4.9528 5.2633 2.1357 1.2254 4.5868 1.7889 7.0433 1.6196 2.4563-.1695 4.807-1.0641 6.7542-2.5711l-1.709-2.7023c-.7984.6575-1.7009 1.1777-2.6699 1.539z"/><path d="m162.528 13.8018v9.6805c0 3.1301-1.821 5.1124-4.6 5.1124-2.78 0-4.792-1.9823-4.792-5.1124v-9.6805h-3.003v9.3904c0 4.9206 3.066 8.1152 7.795 8.1152 4.09 0 4.729-2.5874 4.729-2.6521v3.4827c0 3.4505-1.502 5.3996-4.633 5.3996-1.118.0055-2.201-.3957-3.045-1.1291-.845-.7332-1.394-1.7485-1.546-2.8567l-2.685.9392c.385 1.6416 1.313 3.1049 2.636 4.1513 1.322 1.0464 2.959 1.6142 4.645 1.6111 4.856 0 7.512-3.1958 7.512-8.1154v-18.3362z"/><path d="m24.9326 23.711c-1.141 1.0103-2.5567 2.2681-5.1409 2.2681h-1.5464c-1.8694 0-3.567-.6805-4.7835-1.9108-1.189-1.2027-1.8419-2.8453-1.8419-4.6323v-2.1099c0-1.787.6529-3.4296 1.8419-4.6323 1.2165-1.2303 2.9141-1.9107 4.7835-1.9107h1.5395c2.5841 0 4 1.2577 5.141 2.2681 1.1821 1.0446 2.206 1.9519 4.9209 1.9519.4262 0 .8385-.0344 1.2371-.0963 0-.0068-.0068-.0137-.0068-.0206-.165-.3986-.3505-.7972-.5705-1.1753l-1.8213-3.1477c-1.6701-2.89349-4.7561-4.67355-8.0893-4.67355h-3.6358c-3.3402 0-6.4261 1.78006-8.08931 4.67355l-1.82134 3.1477c-1.6701 2.8935-1.6701 6.4537 0 9.3471l1.82134 3.1479c1.67011 2.8934 4.75591 4.6734 8.08931 4.6734h3.6358c3.3403 0 6.426-1.78 8.0893-4.6734l1.8213-3.1479c.22-.3779.4123-.7767.5705-1.1752 0-.0068.0068-.0139.0068-.0207-.4056-.0618-.818-.0962-1.2371-.0962-2.7149-.0068-3.732.8936-4.9141 1.9451z"/><path d="m19.7934 12.7007h-1.5464c-2.8385 0-4.7079 2.0275-4.7079 4.6254v2.11c0 2.5979 1.8694 4.6255 4.7079 4.6255h1.5394c4.1375 0 3.8144-4.22 10.0686-4.22.598 0 1.1891.055 1.7664.1649.1926-1.0721.1926-2.1718 0-3.244-.5773.11-1.1684.165-1.7664.165-6.2474-.0069-5.9243-4.2268-10.0616-4.2268z"/><path d="m35.216 21.5529c-1.0651-.7905-2.2955-1.299-3.5944-1.5465 0 .0138 0 .0207-.0068.0344-.1099.6185-.2819 1.2302-.5225 1.8214 1.0928.1785 2.1033.5909 2.9693 1.2233 0 .0068-.007.0206-.007.0274-.4949 1.6152-1.2508 3.141-2.2268 4.5293-.9691 1.3676-2.1444 2.5773-3.4846 3.5808-2.7903 2.0893-6.1099 3.1959-9.6082 3.1959-2.1649 0-4.2612-.4262-6.2406-1.2578-1.9106-.8041-3.6219-1.9657-5.0927-3.4365-1.47081-1.4707-2.62544-3.189-3.43643-5.0927-.8385-1.9726-1.25776-4.0757-1.25776-6.2406s.42615-4.2612 1.25776-6.2405c.80412-1.9107 1.96562-3.62204 3.43643-5.09282 1.4708-1.4708 3.1889-2.62544 5.0927-3.43643 1.9725-.8385 4.0757-1.25774 6.2406-1.25774 3.4983 0 6.8179 1.10654 9.6082 3.19588 1.3402 1.01031 2.5155 2.21305 3.4846 3.58076.9828 1.38835 1.7319 2.90725 2.2268 4.52915 0 .0069.007.0207.007.0276-.866.6322-1.8765 1.0446-2.9693 1.2233.2338.5911.4126 1.2028.5225 1.8213 0 .0069 0 .0206.0068.0275 1.2989-.2405 2.5222-.756 3.5944-1.5464 1.0241-.756.825-1.6151.6668-2.1237-2.2542-7.32646-9.079-12.652911-17.1478-12.652911-9.9106 0-17.938125 8.034371-17.938125 17.938111 0 9.9037 8.034395 17.9382 17.938125 17.9382 8.0688 0 14.8936-5.3264 17.1478-12.653.1582-.5085.3573-1.3608-.6668-2.1167z"/></g></g></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Twitch" aria-label="The Twitch integration page" data-turbolinks="false" href="https://ifttt.com/twitch"> <div> <svg width="145" height="49" viewBox="0 0 145 49" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M137.699 9.74665H131.396V0.921875H117.555L111.189 9.74665H99.8786L96.0965 13.5287V9.74665H87.2718V0.921875H59.5367V9.74665H20.5186L14.1522 0.921875H0.284668V31.1783L17.9342 48.8278H35.5838V43.7851L40.6265 48.8278H74.6649V43.7851L79.7077 48.8278H96.0965V43.7851L101.139 48.8278H132.656L144.002 37.4817V16.0501L137.699 9.74665ZM21.7163 22.3535H12.8915V24.8748H21.7163V34.9603H7.84876L2.80603 29.9176V3.44324H12.8915V12.268H21.7163V22.3535ZM59.5367 34.9603H29.2804L24.2376 29.9176V12.268H34.3231V24.8748H36.8445V12.268H46.9299V24.8748H49.4513V12.268H59.5367V34.9603ZM72.1436 34.9603H62.0581V12.268H72.1436V34.9603ZM72.1436 9.74665H62.0581V3.44324H72.1436V9.74665ZM93.5752 22.3535H84.7504V24.8748H93.5752V34.9603H79.7077L74.6649 29.9176V3.44324H84.7504V12.268H93.5752V22.3535ZM116.267 22.3535H106.182V24.8748H116.267V34.9603H101.139L96.0965 29.9176V17.3107L101.139 12.268H116.267V22.3535ZM141.481 34.9603H131.396V22.3535H128.874V34.9603H118.789V3.44324H128.874V12.268H136.438L141.481 17.3107V34.9603Z" fill="#666666"/> </svg> </div> </a> </div> </div> <div class="grid--logos grid--logos--md"> <div class="grid--logo"> <a title="Discord" aria-label="The Discord integration page" data-turbolinks="false" href="https://ifttt.com/discord"> <div> <svg width="71" height="55" viewBox="0 0 71 55" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z" fill="#666666"/> </g> </svg> </div> </a> </div> <div class="grid--logo"> <a title="X" aria-label="The X integration page" data-turbolinks="false" href="https://ifttt.com/twitter"> <div> <svg fill="none" height="40" viewBox="0 0 40 40" width="40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h40v40h-40z"/></clipPath><g clip-path="url(#a)"><path d="m23.8054 16.3504 14.8909-17.3504h-3.5286l-12.9298 15.0651-10.327-15.0651h-11.9109l15.6164 22.7811-15.6164 18.1945h3.52887l13.65413-15.9092 10.9061 15.9092h11.9109l-16.1954-23.6252zm-4.8332 5.6314-14.17183-20.31904h5.42013l24.9488 35.77114h-5.4201l-10.777-15.4512z" fill="#666"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Github" aria-label="The Github integration page" data-turbolinks="false" href="https://ifttt.com/github"> <div> <svg width="129" height="35" viewBox="0 0 129 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M25.1224 14.9641H14.4112C14.1351 14.9641 13.9121 15.1871 13.9121 15.4667V20.7055C13.9121 20.9816 14.1351 21.2081 14.4112 21.2081H18.5916V27.7177C18.5916 27.7177 17.6536 28.0363 15.059 28.0363C11.9971 28.0363 7.72114 26.9177 7.72114 17.5162C7.72114 8.11121 12.1741 6.87585 16.3545 6.87585C19.9721 6.87585 21.5331 7.513 22.5242 7.82095C22.8357 7.91653 23.1224 7.60503 23.1224 7.32893L24.3189 2.26714C24.3189 2.13617 24.2764 1.98043 24.1277 1.87778C23.7206 1.58044 21.2641 0.207031 15.0554 0.207031C7.90521 0.207031 0.567383 3.25118 0.567383 17.8773C0.567383 32.5069 8.96712 34.6838 16.0465 34.6838C21.9083 34.6838 25.4622 32.1777 25.4622 32.1777C25.6073 32.0963 25.625 31.891 25.625 31.799V15.4667C25.625 15.1871 25.3985 14.9641 25.1224 14.9641Z" fill="#666666"/> <path d="M80.338 1.95967C80.338 1.68003 80.1186 1.45703 79.8425 1.45703H73.8108C73.5347 1.45703 73.3117 1.68357 73.3117 1.95967V13.6159H63.9102V1.95967C63.9102 1.68003 63.6872 1.45703 63.4111 1.45703H57.3795C57.1034 1.45703 56.8804 1.68357 56.8804 1.95967V33.5268C56.8804 33.8065 57.1034 34.033 57.3795 34.033H63.4111C63.6872 34.033 63.9102 33.8065 63.9102 33.5268V20.0228H73.3117L73.294 33.5233C73.294 33.8029 73.517 34.0295 73.7931 34.0295H79.8389C80.115 34.0295 80.3345 33.8029 80.338 33.5233V1.95967Z" fill="#666666"/> <path d="M36.5059 6.09314C36.5059 3.91976 34.7643 2.16406 32.6157 2.16406C30.4707 2.16406 28.7256 3.91976 28.7256 6.09314C28.7256 8.26299 30.4671 10.0222 32.6157 10.0222C34.7643 10.0258 36.5059 8.26299 36.5059 6.09314Z" fill="#666666"/> <path d="M36.075 26.8651C36.075 26.0545 36.075 12.2956 36.075 12.2956C36.075 12.0195 35.852 11.793 35.5759 11.793H29.562C29.2859 11.793 29.0381 12.0761 29.0381 12.3558C29.0381 12.3558 29.0381 29.888 29.0381 33.233C29.0381 33.8454 29.4204 34.0294 29.9159 34.0294C29.9159 34.0294 32.4822 34.0294 35.3352 34.0294C35.9299 34.0294 36.075 33.7392 36.075 33.2224C36.075 32.1003 36.075 27.7146 36.075 26.8651Z" fill="#666666"/> <path d="M103.261 11.8438H97.2758C96.9997 11.8438 96.7767 12.0703 96.7767 12.3499V27.8291C96.7767 27.8291 95.2546 28.9406 93.0989 28.9406C90.9397 28.9406 90.3663 27.9601 90.3663 25.8469C90.3663 23.7301 90.3663 12.3499 90.3663 12.3499C90.3663 12.0703 90.1433 11.8438 89.8672 11.8438H83.793C83.5205 11.8438 83.2939 12.0703 83.2939 12.3499C83.2939 12.3499 83.2939 20.5939 83.2939 26.8698C83.2939 33.1457 86.7912 34.682 91.6052 34.682C95.552 34.682 98.7377 32.5015 98.7377 32.5015C98.7377 32.5015 98.8899 33.6519 98.9572 33.7864C99.0244 33.9209 99.205 34.059 99.3961 34.059L103.261 34.0413C103.534 34.0413 103.761 33.8147 103.761 33.5386L103.757 12.3499C103.764 12.0703 103.538 11.8438 103.261 11.8438Z" fill="#666666"/> <path d="M119.625 11.1311C116.224 11.1311 113.912 12.6496 113.912 12.6496V1.95967C113.912 1.68003 113.689 1.45703 113.413 1.45703H107.364C107.088 1.45703 106.865 1.68357 106.865 1.95967V33.5268C106.865 33.8065 107.088 34.033 107.364 34.033C107.364 34.033 111.558 34.033 111.562 34.033C111.75 34.033 111.895 33.9339 112.001 33.764C112.104 33.5941 112.256 32.3092 112.256 32.3092C112.256 32.3092 114.73 34.6525 119.413 34.6525C124.91 34.6525 128.064 31.8632 128.064 22.1325C128.061 12.4054 123.027 11.1311 119.625 11.1311ZM117.264 28.9181C115.187 28.8544 113.781 27.9128 113.781 27.9128V17.9167C113.781 17.9167 115.172 17.0636 116.875 16.9114C119.031 16.7167 121.109 17.368 121.109 22.5112C121.105 27.9341 120.167 29.0066 117.264 28.9181Z" fill="#666666"/> <path d="M53.4116 11.795H48.8878C48.8878 11.795 48.8807 5.81991 48.8807 5.81637C48.8807 5.58983 48.7639 5.47656 48.502 5.47656H42.3358C42.0951 5.47656 41.9677 5.58275 41.9677 5.81284V11.9896C41.9677 11.9896 38.8775 12.7365 38.6687 12.7967C38.4598 12.8569 38.3076 13.048 38.3076 13.2781V17.1612C38.3076 17.4408 38.5306 17.6638 38.8067 17.6638H41.9677C41.9677 17.6638 41.9677 21.7238 41.9677 27.0016C41.9677 33.9394 46.8348 34.619 50.1161 34.619C51.6169 34.619 53.4116 34.1376 53.7089 34.0279C53.8894 33.9606 53.9921 33.7766 53.9921 33.5748L53.9956 29.3059C53.9956 29.0263 53.762 28.8033 53.4965 28.8033C53.2346 28.8033 52.5585 28.9095 51.8647 28.9095C49.6418 28.9095 48.8878 27.8759 48.8878 26.5379C48.8878 25.1998 48.8878 17.6638 48.8878 17.6638H53.4116C53.6877 17.6638 53.9107 17.4373 53.9107 17.1612V12.3011C53.9107 12.0215 53.6877 11.795 53.4116 11.795Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Mailchimp" aria-label="The Mailchimp integration page" data-turbolinks="false" href="https://ifttt.com/mailchimp"> <div> <svg width="186" height="61" viewBox="0 0 186 61" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="logo-mailchimp"> <g id="Group"> <g id="Group_2"> <path id="Vector" d="M14.3953 39.5511C14.4249 39.587 14.443 39.631 14.4471 39.6773C14.4513 39.7236 14.4413 39.7701 14.4185 39.8107C14.3076 39.9906 14.1487 40.136 13.9596 40.2304C13.7706 40.3249 13.5589 40.3646 13.3485 40.3452C12.9735 40.3048 12.6277 40.1235 12.3812 39.838C12.1347 39.5525 12.0058 39.1841 12.0205 38.8072C12.0141 38.2935 12.1079 37.7836 12.2966 37.3058C12.4157 37.0064 12.4281 36.6751 12.3318 36.3677C12.2354 36.0602 12.0362 35.7953 11.7676 35.6174C11.6086 35.5122 11.4301 35.4399 11.2428 35.4048C11.0554 35.3697 10.8629 35.3726 10.6766 35.4131C10.4941 35.4515 10.3211 35.526 10.1678 35.6322C10.0145 35.7385 9.88402 35.8743 9.78399 36.0317C9.64249 36.2739 9.53248 36.5332 9.45661 36.8033C9.44197 36.8509 9.43016 36.8882 9.42121 36.9123C9.2969 37.2476 9.09872 37.3454 8.96444 37.3274C8.90096 37.3186 8.81367 37.2762 8.75772 37.1227C8.68749 36.6791 8.71936 36.2252 8.8509 35.7957C8.98244 35.3662 9.21019 34.9724 9.51684 34.6441C9.77436 34.3676 10.094 34.1564 10.4494 34.0279C10.8047 33.8993 11.1856 33.8573 11.5604 33.9051C11.9575 33.9597 12.3349 34.1119 12.6587 34.3481C12.9825 34.5843 13.2427 34.8972 13.416 35.2586C13.5915 35.7029 13.6623 36.1815 13.6229 36.6575C13.5836 37.1336 13.4352 37.5941 13.1891 38.0035C13.158 38.0731 13.1295 38.137 13.1055 38.1947C13.017 38.3547 12.9685 38.5335 12.9639 38.7162C12.9593 38.8989 12.9989 39.08 13.0793 39.2441C13.1472 39.342 13.2384 39.4215 13.3446 39.4755C13.4508 39.5295 13.5687 39.5563 13.6878 39.5535C13.8001 39.5519 13.9117 39.5361 14.0201 39.5066C14.1611 39.4735 14.3068 39.4397 14.3953 39.5511ZM49.1525 40.4188C49.0737 42.0373 48.7317 43.6321 48.1401 45.1407C45.1884 52.2352 38.1444 56.1848 29.7529 55.9348C21.9301 55.7017 15.2582 51.5611 12.3381 44.8115C10.4946 44.7599 8.73109 44.0477 7.36889 42.8046C5.9617 41.6049 5.05759 39.9196 4.83636 38.0838C4.69357 36.8207 4.84977 35.5418 5.29236 34.3503L3.65243 32.9568C-3.85129 26.6017 19.6184 0.435187 27.125 7.00254C27.1628 7.0356 29.6784 9.51154 29.6847 9.51764C29.6947 9.51254 31.0727 8.92642 31.0797 8.92356C37.6636 6.18887 43.0061 7.50928 43.0128 11.8726C43.0163 14.1417 41.5748 16.7866 39.2657 19.1875C40.1885 20.1267 40.8419 21.2968 41.1575 22.5752C41.412 23.4671 41.5496 24.3883 41.5668 25.3156C41.6069 26.2403 41.6513 28.3946 41.6557 28.433C41.7143 28.4507 42.3809 28.6342 42.5829 28.6911C43.9262 28.9858 45.1762 29.6068 46.2225 30.4993C46.7748 31.0393 47.1365 31.7443 47.253 32.5079C47.3954 33.4986 47.1481 34.506 46.5633 35.3183C46.7155 35.6653 46.8475 36.0209 46.9588 36.3832C47.1531 37.0081 47.2945 37.5266 47.3163 37.6036C48.0306 37.6036 49.1525 38.4284 49.1525 40.4188ZM15.9917 36.5258C15.4814 33.2129 13.2471 32.0454 11.7311 31.9621C11.3506 31.9419 10.969 31.9691 10.5952 32.0431C7.88935 32.5907 6.36114 34.8995 6.66185 37.8995C6.88085 39.2451 7.54721 40.4776 8.55324 41.3978C9.55927 42.318 10.8462 42.872 12.206 42.9705C12.4663 42.9774 12.7265 42.9591 12.9832 42.9158C15.7257 42.4466 16.4437 39.4597 15.9917 36.5258ZM20.6166 15.4958C22.9087 13.6114 25.3537 11.9212 27.9264 10.4427C27.9264 10.4427 25.8836 8.06701 25.2667 7.89193C21.4725 6.86315 13.2762 12.5329 8.04317 20.0236C5.92572 23.0544 2.89453 28.4217 4.3438 31.1821C4.85865 31.8017 5.43943 32.3634 6.07588 32.8572C7.04481 31.4915 8.50681 30.556 10.1529 30.2485C12.2122 24.4594 15.8338 19.3533 20.6166 15.4958ZM28.8629 41.7119C28.9635 42.1522 29.1811 42.5572 29.4928 42.884C29.8045 43.2108 30.1986 43.4474 30.6337 43.5687C31.0862 43.7373 31.5531 43.8645 32.0287 43.9487C38.0304 44.9842 43.6413 41.5421 44.9047 40.6752C44.9995 40.6101 45.0622 40.6736 44.9861 40.7885C44.948 40.8496 44.9067 40.9087 44.8624 40.9654C43.3162 42.9658 39.1597 45.2823 33.7518 45.2815C31.3933 45.2811 29.036 44.4476 28.1704 43.167C26.8276 41.1799 28.1039 38.2795 30.3414 38.5817C30.3441 38.5821 31.1071 38.6689 31.3215 38.6927C34.7997 39.0272 38.3056 38.4645 41.5044 37.0582C44.5571 35.6368 45.7104 34.0725 45.5374 32.8062C45.4795 32.413 45.2947 32.0494 45.011 31.7709C44.1762 31.0838 43.1849 30.6128 42.1249 30.3997C41.64 30.2632 41.311 30.176 40.9566 30.0589C40.3265 29.8507 40.015 29.6832 39.9444 28.4946C39.9136 27.9748 39.8233 26.164 39.7905 25.4156C39.733 24.1044 39.5759 22.3121 38.467 21.5721C38.1847 21.3864 37.857 21.2813 37.5193 21.2683C37.3299 21.2567 37.14 21.2754 36.9565 21.3236C36.3948 21.4536 35.8829 21.7438 35.483 22.1591C34.9648 22.6275 34.3554 22.9837 33.6931 23.2055C33.0307 23.4273 32.3297 23.5098 31.6339 23.4479C30.8581 23.4154 30.0359 23.2942 29.0935 23.2381C28.9101 23.2272 28.726 23.2158 28.5423 23.2064C27.3288 23.2383 26.1671 23.7048 25.2687 24.5211C24.3703 25.3375 23.7949 26.4493 23.6474 27.6542C23.1078 31.378 25.7964 33.3023 26.5725 34.4315C26.6925 34.5753 26.7668 34.7516 26.7862 34.9378C26.7657 35.1444 26.6668 35.3353 26.5099 35.4711V35.4723C25.4362 36.6685 24.6817 38.1161 24.316 39.6812C23.9502 41.2463 23.9852 42.8784 24.4177 44.4264C24.5203 44.7981 24.6518 45.1613 24.811 45.5125C26.7728 50.1109 32.8585 52.2521 38.8041 50.3044C39.5826 50.0495 40.3383 49.7294 41.063 49.3476C42.365 48.7022 43.5374 47.8233 44.5221 46.7546C46.0533 45.2156 47.0609 43.2335 47.4019 41.0895C47.5809 39.9042 47.3189 39.4458 46.9616 39.2252C46.709 39.0844 46.4171 39.0309 46.1311 39.0729C45.9796 38.1422 45.714 37.2336 45.3402 36.3678C43.6421 37.6492 41.7226 38.6068 39.6776 39.1927C37.2172 39.8879 34.6576 40.1655 32.1054 40.014C30.4634 39.8809 29.3771 39.4001 28.9686 40.732C31.4523 41.5626 34.0893 41.8316 36.6896 41.5198C36.7079 41.5179 36.7263 41.5196 36.744 41.5249C36.7616 41.5302 36.778 41.5389 36.7922 41.5506C36.8064 41.5622 36.8182 41.5766 36.8269 41.5928C36.8356 41.609 36.841 41.6268 36.8428 41.6451C36.8455 41.6758 36.8387 41.7067 36.8231 41.7334C36.8076 41.76 36.7842 41.7813 36.7561 41.7941C36.7561 41.7941 33.7064 43.2144 28.8629 41.7119ZM19.9311 20.1174C21.9483 18.7013 24.2228 17.6929 26.6267 17.1491C29.3385 16.5206 32.1573 16.513 34.8724 17.1268C34.9674 17.1487 35.0281 16.9836 34.943 16.9358C33.5341 16.2022 31.9787 15.7933 30.3912 15.7391C30.3759 15.7388 30.3609 15.7343 30.348 15.7261C30.3351 15.7179 30.3247 15.7063 30.318 15.6926C30.3113 15.6788 30.3085 15.6635 30.3099 15.6483C30.3113 15.633 30.3169 15.6185 30.326 15.6062C30.5726 15.2825 30.8607 14.9926 31.1828 14.744C31.1973 14.7327 31.2077 14.7171 31.2127 14.6995C31.2177 14.6819 31.2169 14.6632 31.2104 14.646C31.204 14.6289 31.1923 14.6142 31.177 14.6042C31.1616 14.5942 31.1435 14.5893 31.1252 14.5903C29.1811 14.7825 27.3128 15.4442 25.681 16.5183C25.667 16.5278 25.6506 16.5328 25.6337 16.5327C25.6169 16.5327 25.6005 16.5276 25.5866 16.5181C25.5727 16.5086 25.562 16.4951 25.5558 16.4794C25.5497 16.4637 25.5484 16.4466 25.5522 16.4302C25.6836 15.9376 25.8772 15.4637 26.1282 15.02C26.1365 15.0048 26.1397 14.9873 26.1374 14.9702C26.1351 14.953 26.1273 14.9371 26.1152 14.9247C26.1032 14.9123 26.0874 14.9041 26.0704 14.9013C26.0533 14.8985 26.0357 14.9012 26.0203 14.9091C23.6604 16.2117 21.5585 17.9347 19.8182 19.9932C19.8045 20.0088 19.7971 20.0289 19.7973 20.0496C19.7975 20.0704 19.8054 20.0903 19.8193 20.1056C19.8332 20.121 19.8523 20.1307 19.873 20.1328C19.8936 20.135 19.9143 20.1295 19.9311 20.1174ZM35.736 32.758C35.9002 32.862 36.0971 32.9019 36.2889 32.87C36.4806 32.8381 36.654 32.7368 36.7758 32.5852C36.9271 32.2922 36.7074 31.8948 36.2846 31.6974C36.1203 31.5934 35.9235 31.5536 35.7317 31.5856C35.5399 31.6175 35.3666 31.719 35.2448 31.8706C35.0932 32.1634 35.3132 32.5608 35.736 32.758ZM37.0326 28.0066C37.134 28.5341 37.3528 29.0321 37.6728 29.4636C38.0034 29.423 38.3378 29.423 38.6684 29.4636C38.8617 28.8845 38.8786 28.2611 38.717 27.6724C38.4781 26.5862 38.1547 25.9288 37.4865 26.031C36.8185 26.1334 36.7939 26.9204 37.0326 28.0066ZM38.4541 30.5018C38.2856 30.4535 38.1062 30.4591 37.941 30.518C37.7759 30.5769 37.6334 30.686 37.5335 30.83C37.4335 30.9741 37.3813 31.1458 37.384 31.3211C37.3867 31.4964 37.4443 31.6664 37.5486 31.8073C37.6529 31.9482 37.7988 32.0529 37.9656 32.1066C38.1325 32.1603 38.312 32.1604 38.479 32.1069C38.6459 32.0533 38.7919 31.9488 38.8963 31.808C39.0008 31.6673 39.0586 31.4973 39.0615 31.322C39.0857 31.1333 39.036 30.9426 38.9228 30.7897C38.8096 30.6368 38.6416 30.5337 38.4541 30.5018Z" fill="#666666"/> </g> <g id="Group_3"> <path id="Vector_2" d="M27.3608 30.4047C27.2542 30.3897 27.2088 30.3441 27.1954 30.2837C27.154 30.0963 27.4422 29.7879 27.746 29.5653C28.1894 29.2412 28.7087 29.0365 29.254 28.9711C29.7993 28.9056 30.3523 28.9815 30.8598 29.1915C31.334 29.3871 31.7417 29.7153 32.0342 30.1367C32.1428 30.3139 32.1638 30.4513 32.0936 30.5233C31.9842 30.6387 31.7052 30.5065 31.251 30.3073C30.7054 30.0396 30.1024 29.9098 29.495 29.9291C28.7752 30.0475 28.0627 30.2063 27.3608 30.4047ZM31.8878 31.3367C31.6915 31.1304 31.4472 30.976 31.1766 30.8873C30.906 30.7986 30.6177 30.7784 30.3374 30.8285C29.924 30.8725 29.5324 31.0357 29.2102 31.2983C29.06 31.4061 28.9568 31.5673 28.9218 31.7487C28.921 31.7689 28.9246 31.789 28.9324 31.8077C28.9402 31.8263 28.952 31.843 28.967 31.8565C28.9936 31.8807 29.0284 31.8939 29.0644 31.8935C29.2131 31.8717 29.3585 31.8314 29.4972 31.7735C30.1044 31.5447 30.7605 31.4766 31.4018 31.5757C31.699 31.6091 31.8394 31.6277 31.9046 31.5257C31.9213 31.4962 31.9287 31.4624 31.9257 31.4286C31.9227 31.3948 31.9095 31.3628 31.8878 31.3367Z" fill="#666666"/> </g> <g id="Group_4"> <path id="Vector_3" d="M31.0462 31.6094C31.2338 30.9419 31.2445 30.2372 31.0774 29.5644C30.8357 28.4765 30.4701 27.8549 29.7925 27.9572C29.115 28.0596 29.0974 28.9363 29.3158 30.0288C29.4163 30.5294 29.6118 31.0061 29.892 31.433C30.4311 32.1853 30.7976 31.9906 31.0462 31.6094Z" fill="#666666"/> </g> </g> <g id="Group_5"> <path id="Vector_4" d="M74.4328 32.5706C70.7068 32.5706 70.642 36.6386 69.76 36.6386C69.5764 36.6386 69.4306 36.4766 69.4306 36.2534C69.4306 35.9564 69.508 35.699 69.508 35.2184C69.508 33.7586 68.4802 32.5706 66.3256 32.5706C64.4968 32.5706 63.1576 33.4868 62.3404 35.1806C61.9264 36.0392 61.9624 36.6368 61.543 36.6368C61.3882 36.6368 61.2676 36.491 61.2676 36.2804C61.2676 35.6576 61.8166 35.0888 61.8166 33.7514C61.8166 33.404 61.7896 33.1106 61.7338 32.8712H58.1914V46.6124H63.001V39.1568C63.001 37.688 63.631 36.7466 64.7056 36.7466C65.4184 36.7466 66.052 37.3694 66.052 38.5088V46.6124H70.8616V39.1568C70.8616 37.5062 71.6248 36.7466 72.5662 36.7466C73.3546 36.7466 73.9126 37.4756 73.9126 38.5088V46.6124H78.6664V38.1758C78.6664 34.4894 77.203 32.5688 74.4346 32.5688L74.4328 32.5706Z" fill="#666666"/> <path id="Vector_5" d="M107.328 29.0249H102.574V46.6127H107.328V29.0249Z" fill="#666666"/> <path id="Vector_6" d="M108.896 39.5779C108.896 44.2525 111.922 46.9435 115.85 46.9435C118.102 46.9435 119.822 46.0525 120.879 45.1849V40.6507C119.81 41.3815 118.165 42.2167 116.399 42.2167C114.196 42.2167 113.045 41.3023 113.045 39.7165C113.045 38.1307 114.372 37.2433 116.316 37.2433C118.076 37.2433 119.691 37.9435 120.877 38.7553V33.9457C119.873 33.1987 118.1 32.5435 115.848 32.5435C111.632 32.5435 108.895 35.1787 108.895 39.5797L108.896 39.5779Z" fill="#666666"/> <path id="Vector_7" d="M131.351 32.5979C129.417 32.5979 128.298 33.4943 127.475 35.1539C127.113 35.8865 127.086 36.6101 126.678 36.6101C126.525 36.6101 126.402 36.4679 126.402 36.2537C126.402 35.4923 127.31 34.3565 127.31 31.0049C127.31 30.1625 127.227 29.5127 127.063 29.0537H122.914V46.6145H127.724V39.2183C127.724 37.8323 128.453 36.7757 129.565 36.7757C130.393 36.7757 130.967 37.4489 130.967 38.5379V46.6145H135.777V38.0123C135.777 34.4231 134.211 32.5979 131.352 32.5979H131.351Z" fill="#666666"/> <path id="Vector_8" d="M175.486 32.5435C173.36 32.5435 172.275 33.7549 171.668 34.8745C171.188 35.7601 171.118 36.6115 170.705 36.6115C170.504 36.6115 170.403 36.4927 170.403 36.2551C170.403 35.8339 170.952 35.1193 170.952 33.9475C170.952 33.4705 170.914 33.1141 170.842 32.8765H167.242V50.1349H172.079V44.7133C172.693 46.0237 173.978 46.8913 175.735 46.8913C178.903 46.8913 181.066 44.2777 181.066 39.7183C181.066 35.5117 179.061 32.5453 175.488 32.5453L175.486 32.5435ZM174.194 43.7287C173.224 43.7287 172.16 42.7225 172.16 40.1827C172.16 37.9705 173.029 36.6655 174.194 36.6655C175.533 36.6655 176.282 37.9561 176.282 40.1827C176.282 42.6577 175.42 43.7287 174.194 43.7287Z" fill="#666666"/> <path id="Vector_9" d="M87.2602 32.5438C84.7762 32.5438 82.501 33.1576 80.9206 33.9442V37.924C82.7602 36.9304 84.6466 36.1942 86.3008 36.1942C88.072 36.1942 88.8226 37.1284 88.7164 38.3578C88.0018 38.284 87.208 38.2534 86.245 38.2534C82.483 38.2534 80.125 39.7222 80.125 42.919C80.125 45.5452 82.1698 46.8988 84.4072 46.8988C86.6446 46.8988 88.0918 45.8548 88.9612 44.2816C89.4562 43.3852 89.4148 42.8362 89.737 42.8362C89.8954 42.8362 90.0052 42.9496 90.0052 43.126C90.0052 43.7002 89.8414 44.035 89.8414 44.8126C89.8414 45.5398 89.9368 46.1518 90.088 46.5964H93.5458V39.2398C93.5458 35.062 91.6342 32.542 87.2602 32.542V32.5438ZM85.6402 43.522C84.7474 43.522 84.2686 43.1314 84.2686 42.451C84.2686 41.5654 85.102 40.8868 87.2602 40.8868C87.7354 40.8868 88.1656 40.903 88.5562 40.9354C88.3654 42.2008 87.2638 43.522 85.6402 43.522Z" fill="#666666"/> <path id="Vector_10" d="M104.407 19.9223V12.2129H101.097V19.5281C101.097 21.3407 99.8837 22.5521 98.2907 22.5521C96.6977 22.5521 95.4845 21.3389 95.4845 19.5281V12.2129H92.1797L92.1977 19.9223C92.1977 23.2793 94.8851 25.7345 98.2997 25.7345C101.714 25.7345 104.407 23.2847 104.407 19.9223Z" fill="#666666"/> <path id="Vector_11" d="M117.19 25.4681H120.494V15.3089H124.438V12.2129H113.242V15.3089H117.19V25.4681Z" fill="#666666"/> <path id="Vector_12" d="M111.106 12.2183H107.801V25.4735H111.106V12.2183Z" fill="#666666"/> <path id="Vector_13" d="M82.789 25.4681H86.0938V15.3089H90.0358V12.2129H78.8398V15.3089H82.789V25.4681Z" fill="#666666"/> <path id="Vector_14" d="M61.4962 18.8477V12.2183H58.1914V25.4717H61.4962V18.8477Z" fill="#666666"/> <path id="Vector_15" d="M68.1933 18.1527C68.1933 16.3401 69.4065 15.1287 70.9995 15.1287C72.5925 15.1287 73.8057 16.3419 73.8057 18.1527V25.4679H77.1105L77.1015 17.7585C77.0997 14.3997 74.4087 11.9463 70.9941 11.9463C67.5795 11.9463 64.8867 14.3961 64.8867 17.7585V25.4679H68.1915V18.1527H68.1933Z" fill="#666666"/> <path id="Vector_16" d="M161.003 32.5706C157.277 32.5706 157.212 36.6386 156.33 36.6386C156.146 36.6386 156.001 36.4766 156.001 36.2534C156.001 35.9564 156.078 35.699 156.078 35.2184C156.078 33.7586 155.05 32.5706 152.896 32.5706C151.067 32.5706 149.728 33.4868 148.91 35.1806C148.496 36.0392 148.532 36.6368 148.113 36.6368C147.958 36.6368 147.838 36.491 147.838 36.2804C147.838 35.6576 148.387 35.0888 148.387 33.7514C148.387 33.404 148.36 33.1106 148.304 32.8712H144.758V46.6124H149.567V39.1568C149.567 37.688 150.197 36.7466 151.272 36.7466C151.985 36.7466 152.618 37.3694 152.618 38.5088V46.6124H157.428V39.1568C157.428 37.5062 158.191 36.7466 159.133 36.7466C159.921 36.7466 160.479 37.4756 160.479 38.5088V46.6124H165.233V38.1758C165.233 34.4894 163.769 32.5688 161.001 32.5688L161.003 32.5706Z" fill="#666666"/> <path id="Vector_17" d="M140.199 33.8342C139.191 33.8342 138.394 33.6884 137.809 33.395V46.6142H142.562V33.395C141.945 33.6668 141.211 33.8342 140.199 33.8342Z" fill="#666666"/> <path id="Vector_18" d="M140.171 28.9438C138.205 28.9438 137.176 29.8132 137.176 30.8122C137.176 31.8886 138.394 32.6806 140.171 32.6806C141.948 32.6806 143.166 31.8886 143.166 30.8122C143.166 29.8132 142.135 28.9438 140.171 28.9438Z" fill="#666666"/> <path id="Vector_19" d="M98.0818 33.8342C97.0738 33.8342 96.2764 33.6884 95.6914 33.395V46.6142H100.445V33.395C99.8278 33.6668 99.0934 33.8342 98.0818 33.8342Z" fill="#666666"/> <path id="Vector_20" d="M98.0538 28.9438C96.0882 28.9438 95.0586 29.8132 95.0586 30.8122C95.0586 31.8886 96.2772 32.6806 98.0538 32.6806C99.8304 32.6806 101.049 31.8886 101.049 30.8122C101.049 29.8132 100.018 28.9438 98.0538 28.9438Z" fill="#666666"/> </g> </g> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Meta" aria-label="The Meta integration page" data-turbolinks="false" href="https://ifttt.com/facebook"> <div> <svg fill="none" height="33" viewBox="0 0 160 33" width="160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.183594.946289h158.827v32h-158.827z"/></clipPath><g clip-path="url(#a)" fill="#666"><path d="m5.38736 22.0495c0 1.8396.40377 3.252.93152 4.1064.69194 1.1192 1.72398 1.5933 2.77613 1.5933 1.35709 0 2.59849-.3367 4.99099-3.6456 1.9167-2.6522 4.1751-6.3749 5.6947-8.7087l2.5734-3.954c1.7876-2.74592 3.8567-5.79849 6.2291-7.8676 1.9367-1.68879 4.0259-2.627011 6.1286-2.627011 3.53 0 6.8925 2.045651 9.4659 5.882301 2.8164 4.20191 4.1835 9.49441 4.1835 14.95621 0 3.2469-.64 5.6327-1.729 7.5175-1.0522 1.8228-3.1028 3.644-6.5525 3.644v-5.1971c2.9537 0 3.6909-2.7141 3.6909-5.8203 0-4.4264-1.032-9.3386-3.3055-12.84858-1.6134-2.48963-3.7043-4.01089-6.0047-4.01089-2.4879 0-4.49 1.87644-6.7401 5.22217-1.1962 1.7776-2.4242 3.9439-3.8031 6.3883l-1.5179 2.689c-3.0492 5.4065-3.8216 6.6379-5.3462 8.6702-2.6722 3.5585-4.9541 4.9072-7.95809 4.9072-3.56356 0-5.81697-1.543-7.21257-3.8685-1.139265-1.8949-1.698846-4.3811-1.698846-7.2142z"/><path d="m4.28516 7.1955c2.38576-3.67748 5.82864-6.249211 9.77754-6.249211 2.287 0 4.5605.676861 6.9345 2.615291 2.5969 2.11937 5.3646 5.60921 8.8176 11.36082l1.2381 2.0641c2.9889 4.9793 4.6894 7.5409 5.6846 8.7489 1.28 1.5514 2.1763 2.0138 3.3407 2.0138 2.9538 0 3.6909-2.7141 3.6909-5.8203l4.5906-.1441c0 3.2469-.64 5.6327-1.729 7.5175-1.0521 1.8228-3.1028 3.644-6.5525 3.644-2.1445 0-4.0444-.4658-6.1453-2.4478-1.6151-1.5212-3.5032-4.2236-4.9558-6.6529l-4.3208-7.2176c-2.168-3.6222-4.1567-6.323-5.3077-7.546-1.2381-1.31519-2.8297-2.90346-5.3696-2.90346-2.0557 0-3.8015 1.44251-5.26243 3.64901z"/><path d="m13.9805 6.17854c-2.0558 0-3.8015 1.44251-5.26246 3.64901-2.06576 3.11795-3.33068 7.76205-3.33068 12.22195 0 1.8396.40377 3.252.93152 4.1064l-4.43644 2.9219c-1.139265-1.8949-1.698846-4.3811-1.698846-7.2142 0-5.1519 1.414036-10.5215 4.103036-14.6681 2.38576-3.67748 5.82867-6.249211 9.77757-6.249211z"/><path d="m58.4766 1.95801h6.0196l10.235 18.51639 10.2367-18.51639h5.889v30.42509h-4.9106v-23.31808l-8.9768 16.14748h-4.6073l-8.9751-16.14748v23.31808h-4.9105zm47.7674 11.34409c-3.522 0-5.643 2.6505-6.151 5.9326h11.953c-.247-3.381-2.197-5.9326-5.802-5.9326zm-11.0194 7.8023c0-6.906 4.4633-11.93215 11.1044-11.93215 6.532 0 10.433 4.96255 10.433 12.30075v1.3487h-16.669c.592 3.5702 2.961 5.9761 6.781 5.9761 3.047 0 4.952-.9298 6.758-2.6304l2.609 3.195c-2.458 2.2601-5.584 3.5636-9.542 3.5636-7.1887 0-11.4744-5.2423-11.4744-11.8216zm27.4914-7.3667h-4.52v-4.02095h4.52v-6.64963h4.738v6.64963h6.868v4.02095h-6.868v10.1914c0 3.4798 1.113 4.7162 3.847 4.7162 1.248 0 1.963-.1072 3.021-.2831v3.9774c-1.317.3719-2.574.5428-3.934.5428-5.115 0-7.672-2.7945-7.672-8.3887zm31.556 3.9104c-.951-2.4026-3.074-4.1718-6.194-4.1718-4.054 0-6.649 2.8767-6.649 7.5628 0 4.5688 2.389 7.5845 6.455 7.5845 3.197 0 5.478-1.8597 6.388-4.1734zm4.738 14.735h-4.651v-3.1732c-1.3 1.8681-3.665 3.7161-7.497 3.7161-6.162 0-10.28-5.1586-10.28-11.8869 0-6.7921 4.217-11.86685 10.541-11.86685 3.127 0 5.579 1.24985 7.236 3.45635v-2.91185h4.651z"/></g></svg> </div> </a> </div> <div class="grid--logo brand--md"> <a href="https://ifttt.com/developers" class="btn--dashed-outline" data-turbolinks=false> <span class="btn--1 txt-body-3">Your brand here</span> <span class="btn--2 txt-body-3 link-standalone">Learn more</span> </a> </div> </div> <div class="grid--logos mobile"> <div class="grid--logo"> <a title="Dropbox" aria-label="The Dropbox integration page" data-turbolinks="false" href="https://ifttt.com/dropbox"> <div> <svg width="233" height="50" viewBox="0 0 233 50" fill="transparent" xmlns="http://www.w3.org/2000/svg"> <path d="M27.5693 9.5903L14.1401 18.7509L27.5693 27.9115L14.1401 37.0721L0.710938 27.8352L14.1401 18.6746L0.710938 9.5903L14.1401 0.429688L27.5693 9.5903ZM14.0687 39.973L27.4979 30.8124L40.9271 39.973L27.4979 49.1336L14.0687 39.973ZM27.5693 27.8352L40.9985 18.6746L27.5693 9.5903L40.9271 0.429688L54.3562 9.5903L40.9271 18.7509L54.3562 27.9115L40.9271 37.0721L27.5693 27.8352Z" fill="#666666"/> <path d="M64.8574 9.59518H75.7151C82.6439 9.59518 88.3585 13.8701 88.3585 23.6415V25.7026C88.3585 35.5503 83.0011 39.9779 75.9294 39.9779H64.8574V9.59518ZM70.9291 15.0916V34.4052H75.5722C79.5009 34.4052 82.1439 31.657 82.1439 25.5499V23.9468C82.1439 17.8397 79.3581 15.0916 75.3579 15.0916H70.9291ZM91.5729 15.3969H96.4303L97.216 21.1223C98.1447 17.229 100.502 15.1679 104.788 15.1679H106.288V21.733H103.788C98.859 21.733 97.6446 23.5651 97.6446 28.7562V40.0543H91.6444V15.3969H91.5729ZM107.502 28.2218V27.5347C107.502 19.2902 112.431 14.7862 119.146 14.7862C126.003 14.7862 130.789 19.2902 130.789 27.5347V28.2218C130.789 36.3137 126.146 40.665 119.146 40.665C111.717 40.5886 107.502 36.3137 107.502 28.2218ZM124.646 28.1455V27.5347C124.646 22.9544 122.503 20.2062 119.074 20.2062C115.717 20.2062 113.502 22.7254 113.502 27.5347V28.1455C113.502 32.5731 115.645 35.0923 119.074 35.0923C122.503 35.0159 124.646 32.5731 124.646 28.1455ZM133.932 15.3969H138.932L139.504 20.0536C140.718 16.9237 143.29 14.7862 147.075 14.7862C152.933 14.7862 156.79 19.2902 156.79 27.6111V28.2981C156.79 36.39 152.504 40.665 147.075 40.665C143.432 40.665 140.932 38.9092 139.718 36.0847V48.5279H133.861L133.932 15.3969ZM150.718 28.1455V27.6111C150.718 22.7254 148.361 20.2826 145.218 20.2826C141.861 20.2826 139.647 23.0308 139.647 27.6111V28.0691C139.647 32.4204 141.79 35.1686 145.147 35.1686C148.576 35.0923 150.718 32.7258 150.718 28.1455ZM165.648 35.474L165.148 39.9779H160.005V7.15234H165.862V19.7482C167.148 16.542 169.719 14.7862 173.362 14.7862C178.863 14.8625 182.934 18.9085 182.934 27.0767V27.8401C182.934 36.0083 179.077 40.665 173.22 40.665C169.362 40.5886 166.862 38.6802 165.648 35.474ZM176.791 27.8401V27.2294C176.791 22.7254 174.505 20.2062 171.291 20.2062C168.005 20.2062 165.719 23.0308 165.719 27.3057V27.8401C165.719 32.4204 167.934 35.0923 171.219 35.0923C174.72 35.0923 176.791 32.7258 176.791 27.8401ZM185.506 28.2218V27.5347C185.506 19.2902 190.435 14.7862 197.149 14.7862C204.007 14.7862 208.793 19.2902 208.793 27.5347V28.2218C208.793 36.3137 204.078 40.665 197.149 40.665C189.72 40.5886 185.506 36.3137 185.506 28.2218ZM202.721 28.1455V27.5347C202.721 22.9544 200.578 20.2062 197.149 20.2062C193.792 20.2062 191.578 22.7254 191.578 27.5347V28.1455C191.578 32.5731 193.72 35.0923 197.149 35.0923C200.578 35.0159 202.721 32.5731 202.721 28.1455ZM216.65 27.2294L208.578 15.3969H215.507L220.15 22.8018L224.865 15.3969H231.722L223.508 27.1531L232.151 39.9779H225.365L220.079 31.8097L214.936 39.9779H207.864L216.65 27.2294Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="QuickBooks" aria-label="The QuickBooks integration page" data-turbolinks="false" href="https://ifttt.com/quickbooks_online"> <div> <svg fill="none" height="43" viewBox="0 0 206 43" width="206" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.308594.446289h205.333v42h-205.333z"/></clipPath><g clip-path="url(#a)" fill="#666"><path d="m164.507 29.9508c-2.765 0-4.023-2.3583-4.023-4.5492 0-2.163 1.258-4.4894 4.023-4.4894 2.767 0 4.027 2.3264 4.027 4.4894 0 2.1929-1.26 4.5492-4.027 4.5492zm0-12.5991c-4.824 0-8.327 3.3851-8.327 8.0499 0 4.8263 3.581 8.2133 8.327 8.2133 4.747 0 8.325-3.4208 8.325-8.2133 0-4.6648-3.501-8.0499-8.325-8.0499zm-37.347 12.5991c-2.559 0-4.086-2.2825-4.086-4.4874 0-2.1889 1.561-4.5512 4.086-4.5512 2.743 0 4.107 2.3264 4.107 4.4894 0 2.2607-1.485 4.5492-4.107 4.5492zm.832-12.5991c-1.94 0-3.367.8493-4.717 2.1132h-.08v-10.14508h-4.238v23.82068h4.055v-2.173h.062c.957 1.5689 2.856 2.6036 4.828 2.6036 4.376 0 7.693-3.4369 7.693-8.1735 0-4.6648-3.279-8.0478-7.603-8.0478zm70.896 6.3395c-2.183-.5223-2.953-.8014-2.953-1.6866 0-1.22 1.545-1.4871 2.245-1.4871 1.316 0 2.801.7854 3.359 1.531l2.502-2.3962c-1.156-1.4553-3.429-2.3006-5.831-2.3006-3.07 0-6.292 1.545-6.292 4.9918 0 2.9604 2.321 3.8535 4.591 4.3998 2.392.5581 3.25.9628 3.25 1.9277 0 1.4214-1.615 1.6546-2.169 1.6546-1.388 0-2.995-.7974-3.864-1.8241l-2.573 2.6076c1.407 1.5609 3.813 2.4999 6.283 2.4999 4.147 0 6.605-1.9776 6.605-5.239 0-3.1199-3.01-4.1665-5.153-4.6788zm-81.528-5.9069h-5.468l-5.474 6.3733h-.094v-14.83578h-4.24v23.82068h4.24v-7.5754h.094l5.681 7.5754h5.578l-6.598-8.3928zm73.512 0h-5.469l-5.474 6.3733h-.096v-14.83578h-4.24v23.82068h4.24v-7.5754h.096l5.68 7.5754h5.58l-6.603-8.3928zm-44.996 12.1665c-2.765 0-4.027-2.3583-4.027-4.5492 0-2.163 1.262-4.4894 4.027-4.4894s4.023 2.3264 4.023 4.4894c0 2.1929-1.26 4.5492-4.023 4.5492zm0-12.5991c-4.825 0-8.327 3.3851-8.327 8.0499 0 4.8263 3.578 8.2133 8.327 8.2133 4.748 0 8.325-3.4208 8.325-8.2133 0-4.6648-3.501-8.0499-8.325-8.0499zm-74.6181 8.8513c0 1.8061-1.1762 3.7478-3.3691 3.7478-1.6905 0-2.5916-1.206-2.5916-3.686v-8.4805h-4.2422v9.5311c0 3.1697 1.5829 6.2577 5.8131 6.2577 1.9976 0 3.6681-1.5709 4.5114-2.7312h.0618v2.3006h4.0548v-15.3582h-4.2402zm7.711 6.9375h4.2382v-15.3542h-4.2382zm-29.6817-3.1897c-2.6195 0-4.1126-2.2885-4.1126-4.5492 0-2.163 1.3695-4.4894 4.1126-4.4894 2.5258 0 4.0868 2.3623 4.0868 4.5512 0 2.2049-1.5271 4.4874-4.0868 4.4874zm4.1187-10.2168h-.0937c-.5981-.6618-2.2228-2.3823-4.8563-2.3823-4.3239 0-7.6551 3.3851-7.6551 8.0499 0 4.7346 3.072 8.1715 7.4518 8.1715 1.9875 0 3.8535-1.0526 4.936-2.2786h.0618v9.4074h4.2402v-22.9176h-4.0867zm40.8453 10.2168c-2.5816 0-3.8834-2.3065-3.8834-4.5372 0-2.2308 1.4115-4.4376 3.7598-4.4376 1.0985 0 2.488.5502 3.0342 1.3257l2.7331-2.7232c-1.3237-1.3955-3.4308-2.2268-5.7673-2.2268-4.7525 0-8.2013 3.411-8.2013 8.1117 0 4.7765 3.4089 8.1097 8.293 8.1097 2.3245 0 4.4735-.6778 5.7474-2.0494l-2.6594-2.8507c-.614.7476-1.9018 1.2778-3.0561 1.2778z"/><path d="m18.1706 2.37842c2.3457 0 4.6684.46201 6.8355 1.35966s4.1362 2.21336 5.7948 3.872c1.6587 1.65864 2.9744 3.62772 3.872 5.79482.8977 2.1671 1.3597 4.4899 1.3597 6.8355 0 2.3457-.462 4.6684-1.3597 6.8355-.8976 2.1671-2.2133 4.1362-3.872 5.7949-1.6586 1.6586-3.6277 2.9743-5.7948 3.872-2.1671.8976-4.4898 1.3596-6.8355 1.3596-4.7373 0-9.28057-1.8819-12.63035-5.2316-3.34977-3.3498-5.231656-7.8931-5.231656-12.6304s1.881886-9.2805 5.231656-12.63032c3.34978-3.34978 7.89305-5.23166 12.63035-5.23166zm-.9908 10.91658h-4.9639c-1.8423 0-3.60913.7318-4.91185 2.0345-1.30271 1.3028-2.03456 3.0696-2.03456 4.9119s.73185 3.6092 2.03456 4.9119c1.30272 1.3027 3.06955 2.0346 4.91185 2.0346h.9908v-2.5817h-.9908c-2.41213 0-4.36579-1.9536-4.36579-4.3658 0-2.4062 1.95565-4.3658 4.36579-4.3658h2.3843v13.4962c0 1.4234 1.1562 2.5776 2.5796 2.5776zm1.9816-4.76456v18.65746h4.9659c1.8425 0 3.6096-.732 4.9125-2.0349s2.0349-3.07 2.0349-4.9126-.732-3.6097-2.0349-4.9126-3.07-2.0348-4.9125-2.0348h-.9928v2.5836h.9928c2.4081 0 4.3658 1.9576 4.3658 4.3658s-1.9537 4.3638-4.3658 4.3658h-2.3863v-13.4961c0-1.42541-1.1562-2.58166-2.5796-2.58166z"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Instagram" aria-label="The Instagram integration page" data-turbolinks="false" href="https://ifttt.com/instagram"> <div> <svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.9772 3.98776C26.5817 3.98776 27.2396 4.01275 29.4548 4.11268C31.5033 4.20428 32.6109 4.54571 33.3521 4.83718C34.3347 5.22025 35.0342 5.66994 35.7671 6.40277C36.4999 7.1356 36.9579 7.83512 37.3327 8.81777C37.6158 9.55893 37.9656 10.6665 38.0572 12.7151C38.1571 14.9302 38.1821 15.5881 38.1821 21.1926C38.1821 26.7971 38.1571 27.4549 38.0572 29.6701C37.9656 31.7187 37.6241 32.8263 37.3327 33.5674C36.9496 34.5501 36.4999 35.2496 35.7671 35.9824C35.0342 36.7152 34.3347 37.1733 33.3521 37.548C32.6109 37.8311 31.5033 38.1809 29.4548 38.2725C27.2396 38.3724 26.5817 38.3974 20.9772 38.3974C15.3728 38.3974 14.7149 38.3724 12.4997 38.2725C10.4511 38.1809 9.34358 37.8395 8.60242 37.548C7.61976 37.1649 6.92024 36.7152 6.18741 35.9824C5.45458 35.2496 4.99657 34.5501 4.62182 33.5674C4.33868 32.8263 3.98892 31.7187 3.89732 29.6701C3.79739 27.4549 3.77241 26.7971 3.77241 21.1926C3.77241 15.5881 3.79739 14.9302 3.89732 12.7151C3.98892 10.6665 4.33036 9.55893 4.62182 8.81777C5.00489 7.83512 5.45458 7.1356 6.18741 6.40277C6.92024 5.66994 7.61976 5.21192 8.60242 4.83718C9.34358 4.55404 10.4511 4.20428 12.4997 4.11268C14.7149 4.00442 15.3811 3.98776 20.9772 3.98776ZM20.9772 0.207031C15.2812 0.207031 14.565 0.232014 12.3249 0.331945C10.0931 0.431877 8.56911 0.789963 7.23669 1.30627C5.85431 1.83924 4.68844 2.56374 3.52258 3.72961C2.35671 4.89547 1.64054 6.06966 1.09924 7.44372C0.582933 8.77613 0.224845 10.3001 0.124914 12.5402C0.0249828 14.772 0 15.4882 0 21.1843C0 26.8803 0.0249828 27.5965 0.124914 29.8366C0.224845 32.0684 0.582933 33.5924 1.09924 34.9331C1.63221 36.3155 2.35671 37.4814 3.52258 38.6472C4.68844 39.8131 5.86264 40.5293 7.23669 41.0706C8.56911 41.5869 10.0931 41.945 12.3332 42.0449C14.5733 42.1448 15.2812 42.1698 20.9856 42.1698C26.69 42.1698 27.3978 42.1448 29.638 42.0449C31.8698 41.945 33.3937 41.5869 34.7345 41.0706C36.1168 40.5376 37.2827 39.8131 38.4486 38.6472C39.6144 37.4814 40.3306 36.3072 40.8719 34.9331C41.3882 33.6007 41.7463 32.0768 41.8462 29.8366C41.9462 27.5965 41.9711 26.8887 41.9711 21.1843C41.9711 15.4799 41.9462 14.772 41.8462 12.5319C41.7463 10.3001 41.3882 8.77613 40.8719 7.43539C40.3389 6.05301 39.6144 4.88714 38.4486 3.72128C37.2827 2.55542 36.1085 1.83924 34.7345 1.29795C33.402 0.781636 31.8781 0.423549 29.638 0.323618C27.3895 0.232014 26.6733 0.207031 20.9772 0.207031Z" fill="#666666"/> <path d="M20.9771 10.418C15.0312 10.418 10.2012 15.2397 10.2012 21.1939C10.2012 27.1481 15.0229 31.9698 20.9771 31.9698C26.9313 31.9698 31.753 27.1481 31.753 21.1939C31.753 15.2397 26.9313 10.418 20.9771 10.418ZM20.9771 28.1807C17.1131 28.1807 13.9819 25.0496 13.9819 21.1856C13.9819 17.3216 17.1131 14.1904 20.9771 14.1904C24.8411 14.1904 27.9723 17.3216 27.9723 21.1856C27.9723 25.0496 24.8411 28.1807 20.9771 28.1807Z" fill="#666666"/> <path d="M32.178 12.4947C33.567 12.4947 34.693 11.3687 34.693 9.97978C34.693 8.59082 33.567 7.46484 32.178 7.46484C30.7891 7.46484 29.6631 8.59082 29.6631 9.97978C29.6631 11.3687 30.7891 12.4947 32.178 12.4947Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Slack" aria-label="The Slack integration page" data-turbolinks="false" href="https://ifttt.com/slack"> <div> <svg width="171" height="44" viewBox="0 0 171 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4453 34.6077L56.5692 29.6691C58.8633 31.3857 61.9198 32.278 64.9355 32.278C67.1615 32.278 68.5706 31.4198 68.5706 30.1187C68.5365 26.4812 55.235 29.3285 55.1329 20.2075C55.0988 15.5755 59.2105 12.0061 65.0376 12.0061C68.5025 12.0061 71.9607 12.8644 74.4317 14.8194L72.444 19.8601C70.1839 18.416 67.3725 17.3874 64.6972 17.3874C62.8796 17.3874 61.6815 18.2457 61.6815 19.3424C61.7156 22.9118 75.1193 20.9568 75.2554 29.6691C75.2554 34.4033 71.2459 37.7343 65.4868 37.7343C61.2663 37.7275 57.3929 36.733 54.4453 34.6077ZM136.004 27.8844C134.942 29.7372 132.955 31.0042 130.654 31.0042C127.257 31.0042 124.52 28.2591 124.52 24.8668C124.52 21.4745 127.264 18.7294 130.654 18.7294C132.948 18.7294 134.942 19.9964 136.004 21.8492L141.865 18.5931C139.673 14.6832 135.453 12.0061 130.654 12.0061C123.554 12.0061 117.795 17.7689 117.795 24.8736C117.795 31.9783 123.554 37.7411 130.654 37.7411C135.487 37.7411 139.673 35.0981 141.865 31.1541L136.004 27.8844ZM78.203 1.33203H85.5413V37.2507H78.203V1.33203ZM144.745 1.33203V37.2507H152.083V26.4744L160.79 37.2507H170.184L159.108 24.4513L169.36 12.5102H160.375L152.076 22.4214V1.33203H144.745Z" fill="#666666"/> <path d="M107.345 27.9532C106.283 29.7039 104.091 31.0049 101.62 31.0049C98.2234 31.0049 95.4869 28.2598 95.4869 24.8675C95.4869 21.4752 98.2302 18.7301 101.62 18.7301C104.091 18.7301 106.283 20.0992 107.345 21.8839V27.9532ZM107.345 12.5177V15.4331C106.147 13.41 103.166 12 100.041 12C93.5944 12 88.5229 17.6947 88.5229 24.8334C88.5229 31.9722 93.5944 37.735 100.041 37.735C103.159 37.735 106.14 36.3318 107.345 34.3018V37.2173H114.684V12.5177H107.345Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.08845 27.9205C9.08845 30.4272 7.06667 32.4503 4.56156 32.4503C2.05645 32.4503 0.034668 30.4204 0.034668 27.9205C0.034668 25.4205 2.05645 23.3906 4.56156 23.3906H9.08845V27.9205ZM11.3485 27.9205C11.3485 25.4137 13.3703 23.3906 15.8754 23.3906C18.3805 23.3906 20.4023 25.4137 20.4023 27.9205V39.2417C20.4023 41.7484 18.3805 43.7715 15.8754 43.7715C13.3703 43.7715 11.3485 41.7484 11.3485 39.2417V27.9205Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8748 9.73548C13.3696 9.73548 11.3479 7.71237 11.3479 5.20563C11.3479 2.69889 13.3696 0.675781 15.8748 0.675781C18.3799 0.675781 20.4016 2.69889 20.4016 5.20563V9.73548H15.8748ZM15.8748 12.0311C18.3799 12.0311 20.4016 14.0542 20.4016 16.5609C20.4016 19.0676 18.3799 21.0907 15.8748 21.0907H4.52689C2.02179 21.0907 0 19.0608 0 16.5609C0 14.061 2.02179 12.0311 4.52689 12.0311H15.8748Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M34.0101 16.5609C34.0101 14.0542 36.0319 12.0311 38.537 12.0311C41.0421 12.0311 43.0639 14.0542 43.0639 16.5609C43.0639 19.0676 41.0421 21.0907 38.537 21.0907H34.0101V16.5609ZM31.7501 16.5609C31.7501 19.0676 29.7283 21.0907 27.2232 21.0907C24.7181 21.0907 22.6963 19.0676 22.6963 16.5609V5.20563C22.6963 2.69889 24.7181 0.675781 27.2232 0.675781C29.7283 0.675781 31.7501 2.69889 31.7501 5.20563V16.5609Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2232 34.7118C29.7283 34.7118 31.7501 36.7349 31.7501 39.2417C31.7501 41.7484 29.7283 43.7715 27.2232 43.7715C24.7181 43.7715 22.6963 41.7484 22.6963 39.2417V34.7118H27.2232ZM27.2232 32.4503C24.7181 32.4503 22.6963 30.4272 22.6963 27.9205C22.6963 25.4137 24.7181 23.3906 27.2232 23.3906H38.571C41.0761 23.3906 43.0979 25.4137 43.0979 27.9205C43.0979 30.4272 41.0761 32.4503 38.571 32.4503H27.2232Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="iRobot" aria-label="The iRobot integration page" data-turbolinks="false" href="https://ifttt.com/irobot"> <div> <svg width="155" height="39" viewBox="0 0 155 39" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.7813 9.59667C14.9132 9.17355 14.9132 8.75043 15.0452 8.32731C15.5731 5.92962 15.969 3.53193 16.4969 1.27529C16.6289 0.711124 16.6289 0.711122 17.1568 0.711122C17.8167 0.570082 18.4766 0.711122 19.2684 0.711122C21.512 0.711122 23.7556 0.711122 25.9992 0.711122C26.923 0.711122 27.9788 0.711123 28.9026 0.852163C31.9381 1.27528 34.1817 2.96777 35.6334 5.92962C36.1613 7.19898 36.4252 8.46835 36.4252 9.73771C36.4252 11.2892 36.2933 12.8406 35.7654 14.251C35.1055 16.0845 34.1817 17.777 32.9939 19.1874C31.9381 20.4568 30.7503 21.4441 29.4305 22.2903C29.2986 22.4313 29.1666 22.4313 29.0346 22.5724C28.7707 22.8545 28.7707 22.8545 28.9026 23.1365C29.1666 23.5597 29.2986 23.9828 29.5625 24.4059C31.6741 28.4961 33.7857 32.7273 35.8973 36.8175C35.8973 36.9585 36.0293 36.9585 36.0293 37.0995C35.8973 37.0995 35.7654 37.0995 35.6334 37.0995C32.0701 37.0995 28.5067 37.0995 24.9434 37.0995C24.6794 37.0995 24.5474 36.9585 24.4155 36.6764C23.0957 33.9967 21.644 31.1758 20.3242 28.4961C19.1365 26.0984 17.9487 23.8417 16.7609 21.4441C15.8371 19.7516 15.0452 18.0591 14.1214 16.3666C13.9894 16.2256 13.9894 15.9435 13.7255 15.8024C13.5935 15.8024 13.5935 15.9435 13.5935 16.0845C13.1976 18.2001 12.8016 20.3157 12.4057 22.5724C12.0098 24.829 11.4819 27.0857 11.0859 29.3423C10.558 31.8811 10.1621 34.4198 9.63421 36.9585C9.63421 37.2406 9.63422 37.2406 9.37027 37.2406C6.86273 37.2406 4.22322 37.2406 1.71568 37.2406C1.18778 37.2406 0.659879 37.2406 0.263952 37.2406C1.00296e-06 37.2406 0 37.2406 0 36.9585C0.131976 35.9712 0.395929 34.9839 0.527904 33.9967C1.05581 31.599 1.58371 29.2013 2.11161 26.8036C2.63951 24.4059 3.56334 22.2903 5.14705 20.4568C6.86273 18.2001 9.10631 16.7897 11.7458 16.2256C12.5377 16.0845 13.4615 15.9435 14.2534 15.9435C15.4411 15.9435 16.6289 15.9435 17.8167 15.9435C19.1364 15.9435 20.4562 15.9435 21.776 15.9435C22.3039 15.9435 22.8318 15.9435 23.2277 15.6614C24.5474 15.0972 25.4713 13.5458 25.4713 11.9944C25.4713 11.4302 25.3393 11.0071 24.9434 10.584C24.5474 10.1608 24.0195 9.87875 23.4916 9.87875C21.9079 9.87875 20.3242 9.87875 18.7405 9.73771C17.6847 9.73771 16.6289 9.73771 15.4411 9.73771C15.0452 9.59667 14.9132 9.59667 14.7813 9.59667Z" fill="#666666"/> <path d="M150.45 28.7785C150.186 29.9068 150.054 31.0351 149.79 32.0224C149.394 33.8559 148.998 35.6895 148.734 37.664C148.602 38.0872 148.602 38.0872 148.206 38.0872C146.491 38.0872 144.775 37.9461 143.059 37.523C140.948 36.9588 138.968 36.1126 137.253 34.7022C135.669 33.2918 134.613 31.5993 134.085 29.6247C133.953 29.2016 133.953 28.9195 133.953 28.4964C133.953 27.5091 133.953 26.3808 133.953 25.3935C134.085 24.5472 134.217 23.56 134.349 22.7137C135.009 19.6108 135.537 16.5079 136.197 13.5461C136.857 10.4432 137.384 7.34027 138.044 4.09633C138.308 2.96801 138.44 1.98072 138.704 0.852392C138.704 0.570311 138.704 0.570312 139.1 0.570312C141.74 0.570312 144.379 0.570312 147.019 0.570312C147.283 0.570312 147.415 0.570312 147.679 0.570312C147.943 0.570312 147.943 0.711352 147.943 0.993434C147.811 1.5576 147.811 1.98072 147.679 2.54488C147.283 4.66049 146.755 6.91715 146.359 9.03276V9.1738C146.359 9.45588 146.359 9.45588 146.491 9.45588C147.283 9.45588 148.075 9.45588 148.866 9.45588C150.186 9.45588 151.506 9.45588 152.694 9.45588C153.09 9.45588 153.486 9.45588 153.749 9.45588C154.145 9.45588 154.145 9.45588 154.013 9.879C153.749 11.5715 153.354 13.1229 153.09 14.8154C152.958 15.8027 152.694 16.649 152.562 17.6362C152.562 17.9183 152.562 17.9183 152.166 17.9183C150.054 17.9183 147.943 17.9183 145.699 17.9183C145.303 17.9183 144.907 17.9183 144.511 17.9183C144.379 17.9183 144.247 17.9183 144.247 18.2004C143.983 19.4698 143.719 20.7391 143.455 22.0085C143.323 22.7137 143.191 23.4189 143.059 24.2652C142.927 25.6756 143.323 26.8039 144.379 27.5091C145.303 28.2143 146.491 28.6374 147.679 28.7785C148.338 28.7785 148.998 28.7785 149.79 28.7785C150.186 28.7785 150.318 28.7785 150.45 28.7785Z" fill="#666666"/> <path d="M7.65402 10.1614C5.01452 10.3025 3.0349 7.76377 3.16688 5.36609C3.16688 2.54529 5.1465 0.429688 7.786 0.429688C10.6894 0.570728 12.4051 2.82737 12.4051 5.36609C12.2731 7.62273 10.5575 10.1614 7.65402 10.1614Z" fill="#666666"/> <path d="M152.036 0.851562C153.355 0.851562 154.411 1.97989 154.411 3.39029C154.411 4.8007 153.355 5.92902 152.036 5.92902C150.716 5.92902 149.66 4.8007 149.66 3.39029C149.66 1.97989 150.716 0.851562 152.036 0.851562Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M81.5622 10.3023C81.2983 10.4433 81.0343 10.5843 80.7704 10.5843C80.7704 10.4433 80.7704 10.4433 81.0343 10.1612C81.2323 9.0329 81.4632 7.93984 81.6942 6.84678C81.9252 5.75372 82.1561 4.66066 82.3541 3.53234C82.4201 3.10922 82.519 2.65084 82.618 2.19246C82.717 1.73408 82.816 1.2757 82.882 0.852576C82.9511 0.704727 82.9841 0.634372 82.9617 0.600893C82.9414 0.570497 82.8756 0.570497 82.75 0.570497H81.9582H77.0751C76.7181 0.570497 76.3762 0.554375 76.0392 0.538483C75.3795 0.507371 74.7385 0.477142 74.0396 0.570497C73.7757 0.570497 73.7757 0.570496 73.6437 0.993616C72.9838 4.8017 72.192 8.60978 71.4001 12.4179C70.6083 16.0849 69.8164 19.893 69.1565 23.7011C68.8926 25.1115 68.7606 26.5219 68.8926 27.9323C69.0246 29.3427 69.4205 30.7531 70.0804 32.0224C71.2682 34.1381 72.8519 35.5485 74.8315 36.5357C76.8111 37.523 78.9227 37.9461 81.1663 37.9461C82.75 37.9461 84.3337 37.8051 85.9174 37.523C88.293 37.0999 90.5365 36.2537 92.6481 34.8433C94.0999 33.856 95.2877 32.7276 96.3435 31.1762C97.2673 29.9068 97.9272 28.4964 98.4551 26.945C98.851 25.9577 99.1149 24.8294 99.2469 23.7011C99.3789 22.7138 99.3789 21.5855 99.3789 20.5982V20.5982V20.5982C99.3789 20.034 99.3789 19.6109 99.2469 19.0468C98.983 18.0595 98.5871 17.0722 98.1911 16.085L98.1911 16.0849C97.2673 14.2514 95.8156 12.6999 94.0999 11.5716C91.9883 10.3023 89.6127 9.59706 87.1052 9.59706C86.1814 9.59706 85.3895 9.59707 84.5977 9.73811L84.5976 9.73811C83.5418 9.87915 82.486 10.0202 81.5622 10.3023ZM88.1581 27.3678C89.4778 25.9574 90.0057 24.406 90.0057 22.4314C90.0057 22.2904 90.0057 22.2904 90.1377 22.2904C90.1377 20.7389 89.6098 19.6106 88.422 18.9054C87.4982 18.3412 86.5744 18.0592 85.6505 18.0592C84.7267 18.0592 83.8029 18.0592 82.879 18.3412C81.8232 18.6233 80.8994 19.0464 80.2395 19.7517C78.5238 21.4441 77.732 23.5597 77.996 26.0985C78.1279 28.073 79.5797 29.3424 81.1634 29.6245C81.9552 29.7655 82.7471 29.7655 83.5389 29.7655C85.3866 29.6245 86.9703 28.7783 88.1581 27.3678Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M109.012 37.6691C110.464 38.0922 111.916 38.2333 113.367 38.2333C114.819 38.2333 116.139 38.0922 117.723 37.5281C119.966 37.246 121.946 36.6818 123.926 35.5535C126.961 33.861 129.205 31.3223 130.656 27.9373C131.448 26.1037 131.844 24.1292 132.108 22.1546C132.372 20.6032 132.24 19.1928 131.976 17.7823C131.448 15.6667 130.392 13.8332 128.809 12.4228C127.357 11.2945 125.905 10.4482 124.189 10.0251C124.081 9.99924 123.973 9.97338 123.866 9.94774C122.807 9.69367 121.837 9.46094 120.758 9.46094C119.438 9.46094 117.987 9.46094 116.667 9.60198C114.819 9.88406 113.104 10.4482 111.52 11.1534C108.748 12.4228 106.373 14.2563 104.525 16.7951C103.337 18.4875 102.414 20.18 101.886 22.1546C101.49 23.565 101.358 24.9754 101.226 26.3858C101.094 27.7962 101.226 29.2066 101.622 30.6171C102.15 32.3095 102.941 33.72 104.129 34.8483C105.581 36.2587 107.165 37.1049 109.012 37.6691ZM112.037 20.9183C111.113 22.3287 110.717 23.8802 110.717 25.4316C110.717 25.5726 110.684 25.6784 110.667 25.7313C110.651 25.7842 110.651 25.7842 110.717 25.7137C110.717 26.1368 110.849 26.5599 110.981 26.983L110.981 26.9831C111.509 28.2524 112.433 29.0987 113.62 29.3808C114.808 29.8039 116.128 29.8039 117.316 29.5218C120.879 28.6756 123.123 25.2906 122.727 21.6235C122.595 20.7772 122.331 19.931 121.671 19.2258C121.011 18.6616 120.219 18.2385 119.427 18.0974C118.371 17.9564 117.316 17.9564 116.26 18.0974C114.544 18.5206 113.092 19.3668 112.037 20.9183Z" fill="#666666"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M43.4212 37.5234C45.0049 38.0875 46.5886 38.2286 47.7764 38.2286C49.756 38.2286 51.2078 38.0875 52.6595 37.8055C54.7711 37.5234 56.7507 36.8182 58.5984 35.6898C60.3141 34.7025 61.7658 33.4332 62.9536 31.8817C64.2734 30.0482 65.1972 28.0736 65.8571 25.958C66.5169 23.5603 66.9129 21.1626 66.5169 18.6239C66.253 17.4955 65.989 16.5083 65.4611 15.521C64.6693 14.1106 63.6135 12.9822 62.2937 11.9949C60.578 10.7256 58.5984 10.1614 56.4868 9.87932C55.8269 9.73828 55.299 9.73828 54.6392 9.73828H54.6391H54.6391C53.5833 9.73828 52.3955 9.73828 51.3397 9.87932C49.0961 10.3024 46.9845 10.8666 45.0049 11.9949C42.2334 13.5464 39.9898 15.662 38.2741 18.4828C36.9544 20.5984 36.2945 22.8551 35.8986 25.2528C35.6346 27.0863 35.7666 28.7788 36.2945 30.6124C36.8224 32.4459 37.7462 33.9973 39.198 35.2667C40.3858 36.254 41.8375 36.9592 43.4212 37.5234ZM47.5118 29.4906C48.3036 29.7727 49.0955 29.9137 49.8873 29.9137C50.4152 29.9137 50.9432 29.7727 51.4711 29.6316C53.0548 29.3496 54.3745 28.6444 55.4303 27.375C56.882 25.8235 57.4099 23.8489 57.278 21.7333C57.146 21.0281 56.882 20.1819 56.3541 19.6177C55.5623 18.6304 54.6385 18.2073 53.4507 18.0662C52.4539 17.9331 51.5748 18.0513 50.5911 18.1837C50.5329 18.1915 50.4743 18.1994 50.4152 18.2073C48.8315 18.6304 47.5118 19.3356 46.588 20.746C45.6641 22.0154 45.1362 23.5669 45.1362 25.2594C45.1362 25.9646 45.2682 26.5287 45.4002 27.0929C45.6641 28.3623 46.456 29.0675 47.5118 29.4906Z" fill="#666666"/> <path d="M152.037 5.50472C150.981 5.50472 150.058 4.65847 150.058 3.38908C150.058 2.26074 150.981 1.27344 152.037 1.27344C153.093 1.27344 154.017 2.26074 154.017 3.53012C154.017 4.51742 153.225 5.50472 152.037 5.50472Z" fill="#666666"/> <path d="M152.563 3.3874C152.827 3.66948 152.959 4.23365 153.091 4.65677C153.091 4.79781 153.223 4.79781 153.091 4.93885C152.959 4.93885 152.827 4.93885 152.695 4.79781C152.695 4.79781 152.695 4.65677 152.563 4.51573C152.431 4.23364 152.431 4.0926 152.299 3.81052C152.167 3.52844 152.036 3.52844 151.772 3.52844C151.64 3.52844 151.64 3.52844 151.64 3.66948C151.64 3.95156 151.64 4.37469 151.64 4.65677C151.64 4.79781 151.64 4.79781 151.508 4.93885C151.376 4.93885 151.244 4.93885 151.244 4.65677C151.244 3.95156 151.244 3.3874 151.244 2.68219C151.244 2.54115 151.244 2.25906 151.244 2.11802C151.244 1.97698 151.376 1.83594 151.508 1.83594C151.772 1.83594 152.167 1.83594 152.431 1.83594C152.695 1.97698 152.959 2.11802 153.091 2.4001C153.091 2.82323 152.959 3.10531 152.563 3.3874C152.695 3.3874 152.563 3.3874 152.563 3.3874Z" fill="#999999"/> <path d="M152.037 3.24571C151.64 3.24571 151.64 3.2457 151.64 2.96345C151.64 2.82232 151.64 2.6812 151.64 2.54007C151.64 2.25781 151.64 2.25781 151.904 2.25781C152.037 2.25781 152.169 2.25781 152.169 2.25781C152.433 2.25781 152.565 2.39894 152.565 2.6812C152.565 2.96345 152.433 3.10458 152.169 3.24571H152.037Z" fill="#999999"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Google" aria-label="The Google Calendar integration page" data-turbolinks="false" href="https://ifttt.com/google_calendar"> <div> <svg width="165" height="55" viewBox="0 0 165 55" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M40.4041 19.4315H21.1188V25.1144H34.8538C34.1911 33.0671 27.5638 36.4636 21.3176 36.4636C13.3152 36.4636 6.33998 30.1677 6.33998 21.3534C6.33998 12.7545 12.9838 6.14384 21.3342 6.14384C27.7626 6.14384 31.5567 10.2527 31.5567 10.2527L35.5331 6.14384C35.5331 6.14384 30.4301 0.460958 21.1353 0.460958C9.27254 0.44439 0.110352 10.435 0.110352 21.2374C0.110352 31.8245 8.72579 42.1299 21.417 42.1299C32.5839 42.1299 40.752 34.4754 40.752 23.1759C40.752 20.8067 40.4041 19.4149 40.4041 19.4315Z" fill="#666666"/> <path d="M56.7404 15.3047C48.8871 15.3047 43.2705 21.4349 43.2705 28.5923C43.2705 35.8492 48.7214 42.112 56.8398 42.112C64.1795 42.112 70.1938 36.4954 70.1938 28.758C70.1938 19.8775 63.1854 15.3047 56.7404 15.3047ZM56.8233 20.5734C60.6836 20.5734 64.3452 23.6882 64.3452 28.7249C64.3452 33.6456 60.7002 36.8599 56.8067 36.8599C52.5321 36.8599 49.1522 33.4303 49.1522 28.6918C49.1522 24.0361 52.4824 20.5734 56.8233 20.5734Z" fill="#666666"/> <path d="M85.883 15.3047C78.0297 15.3047 72.4131 21.4349 72.4131 28.5923C72.4131 35.8492 77.864 42.112 85.9824 42.112C93.3221 42.112 99.3363 36.4954 99.3363 28.758C99.3198 19.8775 92.328 15.3047 85.883 15.3047ZM85.9493 20.5734C89.8096 20.5734 93.4712 23.6882 93.4712 28.7249C93.4712 33.6456 89.8262 36.8599 85.9327 36.8599C81.6581 36.8599 78.2782 33.4303 78.2782 28.6918C78.2782 24.0361 81.6084 20.5734 85.9493 20.5734Z" fill="#666666"/> <path d="M114.612 15.3242C107.405 15.3242 101.739 21.6367 101.739 28.7113C101.739 36.78 108.3 42.1315 114.48 42.1315C118.307 42.1315 120.328 40.6072 121.836 38.8676V41.5185C121.836 46.141 119.036 48.9079 114.794 48.9079C110.702 48.9079 108.648 45.8593 107.935 44.1362L102.783 46.2901C104.605 50.1505 108.283 54.1765 114.844 54.1765C122.002 54.1765 127.469 49.67 127.469 40.2096V15.8047H121.853V18.4059C120.113 16.5503 117.744 15.3242 114.612 15.3242ZM115.142 20.5763C118.671 20.5763 122.3 23.5917 122.3 28.7444C122.3 33.98 118.688 36.8628 115.06 36.8628C111.216 36.8628 107.654 33.748 107.654 28.7941C107.637 23.658 111.348 20.5763 115.142 20.5763Z" fill="#666666"/> <path d="M151.941 15.2891C145.148 15.2891 139.448 20.6903 139.448 28.6761C139.448 37.1093 145.81 42.1295 152.603 42.1295C158.27 42.1295 161.749 39.0312 163.837 36.2478L159.197 33.1661C157.988 35.0383 155.983 36.8608 152.636 36.8608C148.876 36.8608 147.136 34.7898 146.059 32.8016L164.035 25.3459L163.108 23.1589C161.351 18.8678 157.309 15.2891 151.941 15.2891ZM152.173 20.4583C154.625 20.4583 156.381 21.7672 157.126 23.3246L145.131 28.3448C144.618 24.4513 148.296 20.4583 152.173 20.4583Z" fill="#666666"/> <path d="M136.715 1.83594H131.214V41.3344H136.715V1.83594Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Spotify" aria-label="The Spotify integration page" data-turbolinks="false" href="https://ifttt.com/spotify"> <div> <svg width="155" height="47" viewBox="0 0 155 47" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M23.4666 0.667969C10.7332 0.667969 0.411621 10.9896 0.411621 23.7229C0.411621 36.4563 10.7332 46.7779 23.4666 46.7779C36.1999 46.7779 46.5215 36.4563 46.5215 23.7229C46.5243 10.9896 36.1999 0.667969 23.4666 0.667969ZM34.0415 33.9234C33.6285 34.6034 32.742 34.8154 32.0647 34.4024C26.6492 31.0931 19.8352 30.347 11.8097 32.1806C11.0361 32.3568 10.2652 31.8723 10.089 31.1014C9.91277 30.3277 10.3946 29.5569 11.171 29.3807C19.9535 27.3736 27.4862 28.2381 33.5652 31.9494C34.2424 32.3596 34.4544 33.2461 34.0415 33.9234ZM36.8634 27.6434C36.3431 28.4886 35.2363 28.7557 34.3911 28.2353C28.1965 24.4277 18.7477 23.3237 11.416 25.5483C10.4662 25.8346 9.46125 25.3005 9.17217 24.3506C8.88584 23.4008 9.42271 22.3986 10.3698 22.1096C18.7449 19.5684 29.1546 20.7991 36.2688 25.1738C37.1167 25.6942 37.381 26.8009 36.8634 27.6434ZM37.1057 21.1074C29.6749 16.6941 17.4151 16.2894 10.3202 18.4424C9.18043 18.7893 7.9773 18.145 7.6304 17.0052C7.28626 15.8654 7.92774 14.6623 9.06755 14.3154C17.2114 11.843 30.7514 12.3221 39.3055 17.3989C40.3297 18.0074 40.6655 19.3316 40.0599 20.3531C39.4514 21.3772 38.1271 21.7159 37.1057 21.1074Z" fill="#666666"/> <path d="M63.1401 21.9565C59.1591 21.0066 58.4515 20.3404 58.4515 18.9418C58.4515 17.6202 59.6959 16.7282 61.5488 16.7282C63.3439 16.7282 65.1224 17.4055 66.989 18.7958C67.0469 18.8371 67.1157 18.8537 67.1845 18.8426C67.2533 18.8316 67.3167 18.7931 67.3552 18.7353L69.2989 15.9959C69.3788 15.883 69.3568 15.7288 69.2494 15.6407C67.0276 13.8594 64.5277 12.9922 61.6039 12.9922C57.3062 12.9922 54.3025 15.5719 54.3025 19.2611C54.3025 23.2202 56.8932 24.6188 61.3671 25.7008C65.1775 26.579 65.819 27.3141 65.819 28.6274C65.819 30.0838 64.5195 30.9896 62.4271 30.9896C60.1034 30.9896 58.2092 30.2077 56.0865 28.3713C56.0342 28.3273 55.9626 28.3053 55.8966 28.308C55.8277 28.3135 55.7617 28.3466 55.7176 28.3989L53.5371 30.9923C53.4463 31.0997 53.4573 31.2621 53.5619 31.353C56.0287 33.5555 59.0627 34.7174 62.3362 34.7174C66.967 34.7174 69.9597 32.1872 69.9597 28.2695C69.968 24.9657 67.9884 23.1348 63.1401 21.9565Z" fill="#666666"/> <path d="M80.4464 18.0352C78.4393 18.0352 76.7929 18.8253 75.4329 20.4469V18.6243C75.4329 18.4812 75.3172 18.3628 75.1713 18.3628H71.6087C71.4656 18.3628 71.3472 18.4812 71.3472 18.6243V38.8876C71.3472 39.0307 71.4628 39.1491 71.6087 39.1491H75.1741C75.3172 39.1491 75.4356 39.0307 75.4356 38.8876V32.492C76.7929 34.0172 78.4421 34.7606 80.4491 34.7606C84.1796 34.7606 87.957 31.889 87.957 26.3993C87.9515 20.9067 84.1769 18.0352 80.4464 18.0352ZM83.808 26.3965C83.808 29.191 82.0872 31.1429 79.6204 31.1429C77.1839 31.1429 75.3448 29.1029 75.3448 26.3965C75.3448 23.6901 77.1839 21.6501 79.6204 21.6501C82.0459 21.6528 83.808 23.6461 83.808 26.3965Z" fill="#666666"/> <path d="M97.6313 18.0352C92.827 18.0352 89.0635 21.7354 89.0635 26.4571C89.0635 31.1292 92.8023 34.7881 97.5707 34.7881C102.392 34.7881 106.166 31.1016 106.166 26.3965C106.169 21.7079 102.419 18.0352 97.6313 18.0352ZM97.6313 31.1732C95.0764 31.1732 93.1492 29.1194 93.1492 26.3993C93.1492 23.6654 95.0075 21.6831 97.5707 21.6831C100.142 21.6831 102.083 23.7369 102.083 26.4598C102.083 29.191 100.211 31.1732 97.6313 31.1732Z" fill="#666666"/> <path d="M116.428 18.3561H112.505V14.3475C112.505 14.2043 112.389 14.0859 112.243 14.0859H108.678C108.535 14.0859 108.416 14.2043 108.416 14.3475V18.3588H106.701C106.558 18.3588 106.442 18.4772 106.442 18.6204V21.6847C106.442 21.8278 106.558 21.9462 106.701 21.9462H108.416V29.8725C108.416 33.0745 110.01 34.6988 113.155 34.6988C114.432 34.6988 115.495 34.4345 116.494 33.8674C116.574 33.8233 116.626 33.7352 116.626 33.6416V30.7233C116.626 30.6324 116.58 30.5471 116.502 30.5003C116.425 30.4507 116.329 30.448 116.249 30.4893C115.564 30.8334 114.897 30.9931 114.157 30.9931C113.014 30.9931 112.502 30.4727 112.502 29.3109V21.9435H116.425C116.569 21.9435 116.684 21.8251 116.684 21.6819V18.6176C116.69 18.4745 116.571 18.3561 116.428 18.3561Z" fill="#666666"/> <path d="M130.095 18.3794V17.8866C130.095 16.4384 130.651 15.7915 131.895 15.7915C132.639 15.7915 133.236 15.9401 133.905 16.1631C133.988 16.1879 134.073 16.1769 134.139 16.1273C134.208 16.0778 134.246 15.9979 134.246 15.9153V12.9117C134.246 12.796 134.172 12.6942 134.062 12.6611C133.354 12.4519 132.451 12.2344 131.1 12.2344C127.807 12.2344 126.067 14.0872 126.067 17.5948V18.3491H124.354C124.211 18.3491 124.093 18.4675 124.093 18.6107V21.6887C124.093 21.8319 124.211 21.9503 124.354 21.9503H126.067V34.177C126.067 34.3202 126.182 34.4386 126.326 34.4386H129.891C130.034 34.4386 130.152 34.3202 130.152 34.177V21.9503H133.481L138.58 34.1743C138.002 35.46 137.432 35.7133 136.655 35.7133C136.028 35.7133 135.367 35.5261 134.69 35.1572C134.626 35.1214 134.552 35.1159 134.483 35.1379C134.414 35.1627 134.357 35.2122 134.329 35.2783L133.12 37.9296C133.063 38.0535 133.112 38.2022 133.233 38.2655C134.494 38.9483 135.634 39.2401 137.041 39.2401C139.673 39.2401 141.127 38.0149 142.41 34.7167L148.593 18.7373C148.623 18.6575 148.615 18.5666 148.566 18.4951C148.516 18.4235 148.436 18.3822 148.351 18.3822H144.64C144.529 18.3822 144.428 18.4538 144.392 18.5584L140.59 29.4168L136.427 18.5474C136.388 18.4455 136.292 18.3794 136.185 18.3794H130.095Z" fill="#666666"/> <path d="M122.171 18.3594H118.606C118.463 18.3594 118.344 18.4778 118.344 18.6209V34.1708C118.344 34.3139 118.463 34.4323 118.606 34.4323H122.171C122.314 34.4323 122.433 34.3139 122.433 34.1708V18.6209C122.433 18.4778 122.314 18.3594 122.171 18.3594Z" fill="#666666"/> <path d="M120.409 11.2773C118.996 11.2773 117.851 12.4199 117.851 13.8323C117.851 15.2446 118.996 16.39 120.409 16.39C121.821 16.39 122.964 15.2446 122.964 13.8323C122.964 12.4227 121.818 11.2773 120.409 11.2773Z" fill="#666666"/> <path d="M151.635 23.3581C150.225 23.3581 149.127 22.2266 149.127 20.85C149.127 19.4734 150.239 18.3281 151.649 18.3281C153.058 18.3281 154.157 19.4597 154.157 20.8363C154.157 22.2128 153.045 23.3581 151.635 23.3581ZM151.646 18.5787C150.36 18.5787 149.389 19.6001 149.389 20.85C149.389 22.1 150.355 23.1076 151.632 23.1076C152.918 23.1076 153.89 22.0862 153.89 20.8363C153.893 19.5863 152.926 18.5787 151.646 18.5787ZM152.202 21.095L152.913 22.0889H152.315L151.676 21.1776H151.129V22.0889H150.627V19.4569H151.8C152.411 19.4569 152.813 19.7708 152.813 20.2966C152.813 20.7261 152.566 20.9904 152.202 21.095ZM151.781 19.9057H151.129V20.7399H151.781C152.106 20.7399 152.301 20.5802 152.301 20.3242C152.301 20.0516 152.106 19.9057 151.781 19.9057Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="ClickUp" aria-label="The ClickUp integration page" data-turbolinks="false" href="https://ifttt.com/clickup"> <div> <svg fill="none" height="36" viewBox="0 0 141 36" width="141" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.527344.946289h140v35h-140z"/></clipPath><g clip-path="url(#a)" fill="#666"><path clip-rule="evenodd" d="m.640625 26.2056 5.014485-3.8506c2.6641 3.4854 5.49459 5.092 8.64529 5.092 3.1337 0 5.8842-1.5876 8.4283-5.0456l5.0861 3.7578c-3.6708 4.9865-8.2325 7.6211-13.5144 7.6211-5.26508 0-9.87102-2.6178-13.659775-7.5747z" fill-rule="evenodd"/><path clip-rule="evenodd" d="m14.0199 9.46922-8.92541 7.70968-4.12574-4.7964 13.07005-11.29021 12.9669 11.29861-4.1447 4.7796z" fill-rule="evenodd"/><path d="m46.7804 29.023c-3.0474 0-5.5873-.9901-7.647-2.9704-2.0597-2.0076-3.0748-4.5811-3.0748-7.7224 0-3.1667 1.0425-5.7697 3.1022-7.8069 2.0892-2.06467 4.6291-3.08223 7.6491-3.08223 3.7256 0 7.0258 1.61082 8.9465 4.12933l-3.3592 3.5361c-1.609-1.7269-3.3591-2.603-5.2482-2.603-1.609 0-2.9358.5362-4.0373 1.6404-1.072 1.1041-1.6069 2.4911-1.6069 4.1588 0 1.6129.5349 2.9704 1.6069 4.0745 1.1015 1.0745 2.4283 1.6108 4.0078 1.6108 2.0597 0 3.8667-.9057 5.362-2.6875l3.5002 3.3672c-.9603 1.273-2.2577 2.3202-3.8667 3.1393-1.609.8212-3.3865 1.216-5.3346 1.216zm15.1214-21.89437v21.58397h-4.9661v-21.58397zm4.707 4.58107c-1.6638 0-2.8769-1.216-2.8769-2.88374 0-1.61289 1.27-2.82889 2.8769-2.82889 1.609 0 2.8515 1.216 2.8515 2.82889 0 1.66774-1.2425 2.88594-2.8515 2.88594zm2.5125 1.387v15.6159h-4.9955v-15.6159zm9.5614 15.9558c-2.4557 0-4.4311-.7642-5.9812-2.2926-1.5247-1.5264-2.2871-3.4792-2.2871-5.8837 0-2.4046.7624-4.3552 2.3145-5.8837 1.5522-1.5284 3.555-2.2905 6.038-2.2905 3.2454 0 6.097 1.5833 7.4217 4.5536l-3.9783 2.0943c-.7898-1.33-1.8912-2.0098-3.3297-2.0098-1.0446 0-1.8912.3399-2.5693 1.0196-.3218.3337-.5747.7277-.7442 1.1596-.1694.4318-.2522.8929-.2436 1.3569 0 2.0647 1.4953 3.5931 3.5003 3.5931 1.4384 0 2.7652-.7917 3.3296-2.0077l3.9804 2.375c-1.3563 2.603-4.1489 4.2159-7.4511 4.2159zm24.7723-.3399h-5.9275l-4.6017-6.1961-.7329.6798v5.5163h-4.9639v-21.58397h4.966v10.49437l4.6835-4.5263h6.0675l-6.6865 6.2806zm.333-8.1193v-12.78701h5.305v12.70261c0 2.3475 1.355 3.4791 3.303 3.4791 1.918 0 3.272-1.1886 3.272-3.4791v-12.70261h5.335v12.78701c0 6.1666-4.263 8.4867-8.607 8.4867-4.318 0-8.608-2.3201-8.608-8.4867zm29.005-7.8913c2.23 0 4.037.7916 5.475 2.375 1.439 1.5559 2.144 3.5086 2.144 5.7992 0 2.2927-.733 4.2433-2.171 5.8562-1.441 1.5833-3.246 2.3771-5.419 2.3771-1.723 0-3.218-.5658-4.431-1.6973v7.7224h-4.996v-22.0379h4.912v1.444c1.213-1.2181 2.708-1.8387 4.486-1.8387zm2.539 8.2312c0-2.0372-1.465-3.5931-3.498-3.5931-2.032 0-3.527 1.5559-3.527 3.5931 0 .9901.337 1.8388.987 2.546.676.7072 1.523 1.0471 2.54 1.0471 1.015 0 1.862-.3399 2.511-1.0471.647-.6877 1.002-1.6007.99-2.546z"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Calendly" aria-label="The Calendly integration page" data-turbolinks="false" href="https://ifttt.com/calendly"> <div> <svg fill="none" height="41" viewBox="0 0 166 41" width="166" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.789062.446289h164.948v40h-164.948z"/></clipPath><mask id="b" height="41" maskUnits="userSpaceOnUse" width="166" x="0" y="0"><path d="m165.738.446289h-164.948938v40.000011h164.948938z" fill="#fff"/></mask><mask id="c" height="41" maskUnits="userSpaceOnUse" width="166" x="0" y="0"><path d="m165.738.446289h-164.948938v40.000011h164.948938z" fill="#fff"/></mask><g clip-path="url(#a)"><g mask="url(#b)"><g fill="#666" mask="url(#c)"><path d="m98.5019 16.1533c2.5581 0 4.9811 1.565 5.4921 4.9465h-11.3934c.4767-2.9673 2.6951-4.9465 5.9013-4.9465zm5.1281 9.9496c-.87 1.3563-2.552 2.3998-4.8547 2.3998-3.173 0-5.5957-1.7394-6.1747-4.8101h14.2944c.069-.44.104-.8847.104-1.3303 0-4.7755-3.339-9.0063-8.4951-9.0063-5.3212 0-8.9375 3.9231-8.9375 8.9731 0 5.1124 3.6518 8.973 9.1421 8.973 3.4115 0 6.0045-1.5359 7.5045-3.8606z"/><path d="m88.1588 5.95312h-2.9674v24.90438h2.9674z"/><path d="m123.508 20.384v10.4724h-2.969v-10.3023c0-2.7973-1.602-4.3666-4.229-4.3666-2.73 0-4.947 1.6037-4.947 5.6292v9.0397h-2.968v-17.0551h2.968v2.4562c1.262-2.0127 3.138-2.8996 5.53-2.8996 3.991 0 6.618 2.6606 6.618 7.0282"/><path d="m139.876 22.328c0-3.4798-2.628-6.107-6.073-6.107-3.411 0-6.038 2.6272-6.038 6.107 0 3.4796 2.627 6.1068 6.038 6.1068 3.443 0 6.073-2.6272 6.073-6.1068zm2.967-16.37488v24.90438h-2.967v-2.9351c-1.365 2.0868-3.548 3.3786-6.448 3.3786-4.742 0-8.631-3.9242-8.631-8.973 0-5.049 3.889-8.9732 8.631-8.9732 2.899 0 5.083 1.2959 6.448 3.3774v-10.77908z"/><path d="m148.202 5.95312h-2.968v24.90438h2.968z"/><path d="m79.9032 22.3281c0-3.4797-2.6262-6.107-6.0724-6.107-3.4109 0-6.0381 2.6273-6.0381 6.107 0 3.4796 2.6272 6.1068 6.0381 6.1068 3.4431 0 6.0724-2.6272 6.0724-6.1068zm2.9684-8.5265v17.0549h-2.9684v-2.934c-1.3648 2.0868-3.5474 3.3786-6.447 3.3786-4.7423 0-8.632-3.9241-8.632-8.973 0-5.049 3.8897-8.9731 8.632-8.9731 2.8996 0 5.0822 1.2959 6.447 3.3774v-2.9308z"/><path d="m60.4225 27.5742c-1.5194.5606-3.1594.7119-4.7555.4389-1.5963-.2732-3.0926-.961-4.3392-1.9948-1.2464-1.0338-2.1991-2.3771-2.7628-3.8953-.5636-1.5181-.7182-3.1577-.4481-4.7545.2699-1.5967.9549-3.0944 1.9862-4.3429s2.3728-2.204 3.8899-2.7705c1.5169-.56658 3.1563-.72436 4.7536-.45751 1.5973.26681 3.0963.94891 4.3468 1.97781.5214.4302.9932.9173 1.4064 1.4523l2.5678-1.878c-1.4958-1.95566-3.5387-3.4231-5.8697-4.21642-2.3307-.7933-4.8447-.87672-7.2231-.23971-2.3783.63701-4.514 1.96577-6.1362 3.81793-1.6223 1.8521-2.6582 4.1441-2.9765 6.5857-.3182 2.4415.0956 4.9225 1.189 7.1285 1.0934 2.2062 2.8172 4.0379 4.9528 5.2633 2.1357 1.2254 4.5868 1.7889 7.0433 1.6196 2.4563-.1695 4.807-1.0641 6.7542-2.5711l-1.709-2.7023c-.7984.6575-1.7009 1.1777-2.6699 1.539z"/><path d="m162.528 13.8018v9.6805c0 3.1301-1.821 5.1124-4.6 5.1124-2.78 0-4.792-1.9823-4.792-5.1124v-9.6805h-3.003v9.3904c0 4.9206 3.066 8.1152 7.795 8.1152 4.09 0 4.729-2.5874 4.729-2.6521v3.4827c0 3.4505-1.502 5.3996-4.633 5.3996-1.118.0055-2.201-.3957-3.045-1.1291-.845-.7332-1.394-1.7485-1.546-2.8567l-2.685.9392c.385 1.6416 1.313 3.1049 2.636 4.1513 1.322 1.0464 2.959 1.6142 4.645 1.6111 4.856 0 7.512-3.1958 7.512-8.1154v-18.3362z"/><path d="m24.9326 23.711c-1.141 1.0103-2.5567 2.2681-5.1409 2.2681h-1.5464c-1.8694 0-3.567-.6805-4.7835-1.9108-1.189-1.2027-1.8419-2.8453-1.8419-4.6323v-2.1099c0-1.787.6529-3.4296 1.8419-4.6323 1.2165-1.2303 2.9141-1.9107 4.7835-1.9107h1.5395c2.5841 0 4 1.2577 5.141 2.2681 1.1821 1.0446 2.206 1.9519 4.9209 1.9519.4262 0 .8385-.0344 1.2371-.0963 0-.0068-.0068-.0137-.0068-.0206-.165-.3986-.3505-.7972-.5705-1.1753l-1.8213-3.1477c-1.6701-2.89349-4.7561-4.67355-8.0893-4.67355h-3.6358c-3.3402 0-6.4261 1.78006-8.08931 4.67355l-1.82134 3.1477c-1.6701 2.8935-1.6701 6.4537 0 9.3471l1.82134 3.1479c1.67011 2.8934 4.75591 4.6734 8.08931 4.6734h3.6358c3.3403 0 6.426-1.78 8.0893-4.6734l1.8213-3.1479c.22-.3779.4123-.7767.5705-1.1752 0-.0068.0068-.0139.0068-.0207-.4056-.0618-.818-.0962-1.2371-.0962-2.7149-.0068-3.732.8936-4.9141 1.9451z"/><path d="m19.7934 12.7007h-1.5464c-2.8385 0-4.7079 2.0275-4.7079 4.6254v2.11c0 2.5979 1.8694 4.6255 4.7079 4.6255h1.5394c4.1375 0 3.8144-4.22 10.0686-4.22.598 0 1.1891.055 1.7664.1649.1926-1.0721.1926-2.1718 0-3.244-.5773.11-1.1684.165-1.7664.165-6.2474-.0069-5.9243-4.2268-10.0616-4.2268z"/><path d="m35.216 21.5529c-1.0651-.7905-2.2955-1.299-3.5944-1.5465 0 .0138 0 .0207-.0068.0344-.1099.6185-.2819 1.2302-.5225 1.8214 1.0928.1785 2.1033.5909 2.9693 1.2233 0 .0068-.007.0206-.007.0274-.4949 1.6152-1.2508 3.141-2.2268 4.5293-.9691 1.3676-2.1444 2.5773-3.4846 3.5808-2.7903 2.0893-6.1099 3.1959-9.6082 3.1959-2.1649 0-4.2612-.4262-6.2406-1.2578-1.9106-.8041-3.6219-1.9657-5.0927-3.4365-1.47081-1.4707-2.62544-3.189-3.43643-5.0927-.8385-1.9726-1.25776-4.0757-1.25776-6.2406s.42615-4.2612 1.25776-6.2405c.80412-1.9107 1.96562-3.62204 3.43643-5.09282 1.4708-1.4708 3.1889-2.62544 5.0927-3.43643 1.9725-.8385 4.0757-1.25774 6.2406-1.25774 3.4983 0 6.8179 1.10654 9.6082 3.19588 1.3402 1.01031 2.5155 2.21305 3.4846 3.58076.9828 1.38835 1.7319 2.90725 2.2268 4.52915 0 .0069.007.0207.007.0276-.866.6322-1.8765 1.0446-2.9693 1.2233.2338.5911.4126 1.2028.5225 1.8213 0 .0069 0 .0206.0068.0275 1.2989-.2405 2.5222-.756 3.5944-1.5464 1.0241-.756.825-1.6151.6668-2.1237-2.2542-7.32646-9.079-12.652911-17.1478-12.652911-9.9106 0-17.938125 8.034371-17.938125 17.938111 0 9.9037 8.034395 17.9382 17.938125 17.9382 8.0688 0 14.8936-5.3264 17.1478-12.653.1582-.5085.3573-1.3608-.6668-2.1167z"/></g></g></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Twitch" aria-label="The Twitch integration page" data-turbolinks="false" href="https://ifttt.com/twitch"> <div> <svg width="145" height="49" viewBox="0 0 145 49" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M137.699 9.74665H131.396V0.921875H117.555L111.189 9.74665H99.8786L96.0965 13.5287V9.74665H87.2718V0.921875H59.5367V9.74665H20.5186L14.1522 0.921875H0.284668V31.1783L17.9342 48.8278H35.5838V43.7851L40.6265 48.8278H74.6649V43.7851L79.7077 48.8278H96.0965V43.7851L101.139 48.8278H132.656L144.002 37.4817V16.0501L137.699 9.74665ZM21.7163 22.3535H12.8915V24.8748H21.7163V34.9603H7.84876L2.80603 29.9176V3.44324H12.8915V12.268H21.7163V22.3535ZM59.5367 34.9603H29.2804L24.2376 29.9176V12.268H34.3231V24.8748H36.8445V12.268H46.9299V24.8748H49.4513V12.268H59.5367V34.9603ZM72.1436 34.9603H62.0581V12.268H72.1436V34.9603ZM72.1436 9.74665H62.0581V3.44324H72.1436V9.74665ZM93.5752 22.3535H84.7504V24.8748H93.5752V34.9603H79.7077L74.6649 29.9176V3.44324H84.7504V12.268H93.5752V22.3535ZM116.267 22.3535H106.182V24.8748H116.267V34.9603H101.139L96.0965 29.9176V17.3107L101.139 12.268H116.267V22.3535ZM141.481 34.9603H131.396V22.3535H128.874V34.9603H118.789V3.44324H128.874V12.268H136.438L141.481 17.3107V34.9603Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo grid--logo--sm"> <a title="Discord" aria-label="The Discord integration page" data-turbolinks="false" href="https://ifttt.com/discord"> <div> <svg width="71" height="55" viewBox="0 0 71 55" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z" fill="#666666"/> </g> </svg> </div> </a> </div> <div class="grid--logo"> <a title="X" aria-label="The X integration page" data-turbolinks="false" href="https://ifttt.com/twitter"> <div> <svg fill="none" height="40" viewBox="0 0 40 40" width="40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h40v40h-40z"/></clipPath><g clip-path="url(#a)"><path d="m23.8054 16.3504 14.8909-17.3504h-3.5286l-12.9298 15.0651-10.327-15.0651h-11.9109l15.6164 22.7811-15.6164 18.1945h3.52887l13.65413-15.9092 10.9061 15.9092h11.9109l-16.1954-23.6252zm-4.8332 5.6314-14.17183-20.31904h5.42013l24.9488 35.77114h-5.4201l-10.777-15.4512z" fill="#666"/></g></svg> </div> </a> </div> <div class="grid--logo"> <a title="Github" aria-label="The Github integration page" data-turbolinks="false" href="https://ifttt.com/github"> <div> <svg width="129" height="35" viewBox="0 0 129 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M25.1224 14.9641H14.4112C14.1351 14.9641 13.9121 15.1871 13.9121 15.4667V20.7055C13.9121 20.9816 14.1351 21.2081 14.4112 21.2081H18.5916V27.7177C18.5916 27.7177 17.6536 28.0363 15.059 28.0363C11.9971 28.0363 7.72114 26.9177 7.72114 17.5162C7.72114 8.11121 12.1741 6.87585 16.3545 6.87585C19.9721 6.87585 21.5331 7.513 22.5242 7.82095C22.8357 7.91653 23.1224 7.60503 23.1224 7.32893L24.3189 2.26714C24.3189 2.13617 24.2764 1.98043 24.1277 1.87778C23.7206 1.58044 21.2641 0.207031 15.0554 0.207031C7.90521 0.207031 0.567383 3.25118 0.567383 17.8773C0.567383 32.5069 8.96712 34.6838 16.0465 34.6838C21.9083 34.6838 25.4622 32.1777 25.4622 32.1777C25.6073 32.0963 25.625 31.891 25.625 31.799V15.4667C25.625 15.1871 25.3985 14.9641 25.1224 14.9641Z" fill="#666666"/> <path d="M80.338 1.95967C80.338 1.68003 80.1186 1.45703 79.8425 1.45703H73.8108C73.5347 1.45703 73.3117 1.68357 73.3117 1.95967V13.6159H63.9102V1.95967C63.9102 1.68003 63.6872 1.45703 63.4111 1.45703H57.3795C57.1034 1.45703 56.8804 1.68357 56.8804 1.95967V33.5268C56.8804 33.8065 57.1034 34.033 57.3795 34.033H63.4111C63.6872 34.033 63.9102 33.8065 63.9102 33.5268V20.0228H73.3117L73.294 33.5233C73.294 33.8029 73.517 34.0295 73.7931 34.0295H79.8389C80.115 34.0295 80.3345 33.8029 80.338 33.5233V1.95967Z" fill="#666666"/> <path d="M36.5059 6.09314C36.5059 3.91976 34.7643 2.16406 32.6157 2.16406C30.4707 2.16406 28.7256 3.91976 28.7256 6.09314C28.7256 8.26299 30.4671 10.0222 32.6157 10.0222C34.7643 10.0258 36.5059 8.26299 36.5059 6.09314Z" fill="#666666"/> <path d="M36.075 26.8651C36.075 26.0545 36.075 12.2956 36.075 12.2956C36.075 12.0195 35.852 11.793 35.5759 11.793H29.562C29.2859 11.793 29.0381 12.0761 29.0381 12.3558C29.0381 12.3558 29.0381 29.888 29.0381 33.233C29.0381 33.8454 29.4204 34.0294 29.9159 34.0294C29.9159 34.0294 32.4822 34.0294 35.3352 34.0294C35.9299 34.0294 36.075 33.7392 36.075 33.2224C36.075 32.1003 36.075 27.7146 36.075 26.8651Z" fill="#666666"/> <path d="M103.261 11.8438H97.2758C96.9997 11.8438 96.7767 12.0703 96.7767 12.3499V27.8291C96.7767 27.8291 95.2546 28.9406 93.0989 28.9406C90.9397 28.9406 90.3663 27.9601 90.3663 25.8469C90.3663 23.7301 90.3663 12.3499 90.3663 12.3499C90.3663 12.0703 90.1433 11.8438 89.8672 11.8438H83.793C83.5205 11.8438 83.2939 12.0703 83.2939 12.3499C83.2939 12.3499 83.2939 20.5939 83.2939 26.8698C83.2939 33.1457 86.7912 34.682 91.6052 34.682C95.552 34.682 98.7377 32.5015 98.7377 32.5015C98.7377 32.5015 98.8899 33.6519 98.9572 33.7864C99.0244 33.9209 99.205 34.059 99.3961 34.059L103.261 34.0413C103.534 34.0413 103.761 33.8147 103.761 33.5386L103.757 12.3499C103.764 12.0703 103.538 11.8438 103.261 11.8438Z" fill="#666666"/> <path d="M119.625 11.1311C116.224 11.1311 113.912 12.6496 113.912 12.6496V1.95967C113.912 1.68003 113.689 1.45703 113.413 1.45703H107.364C107.088 1.45703 106.865 1.68357 106.865 1.95967V33.5268C106.865 33.8065 107.088 34.033 107.364 34.033C107.364 34.033 111.558 34.033 111.562 34.033C111.75 34.033 111.895 33.9339 112.001 33.764C112.104 33.5941 112.256 32.3092 112.256 32.3092C112.256 32.3092 114.73 34.6525 119.413 34.6525C124.91 34.6525 128.064 31.8632 128.064 22.1325C128.061 12.4054 123.027 11.1311 119.625 11.1311ZM117.264 28.9181C115.187 28.8544 113.781 27.9128 113.781 27.9128V17.9167C113.781 17.9167 115.172 17.0636 116.875 16.9114C119.031 16.7167 121.109 17.368 121.109 22.5112C121.105 27.9341 120.167 29.0066 117.264 28.9181Z" fill="#666666"/> <path d="M53.4116 11.795H48.8878C48.8878 11.795 48.8807 5.81991 48.8807 5.81637C48.8807 5.58983 48.7639 5.47656 48.502 5.47656H42.3358C42.0951 5.47656 41.9677 5.58275 41.9677 5.81284V11.9896C41.9677 11.9896 38.8775 12.7365 38.6687 12.7967C38.4598 12.8569 38.3076 13.048 38.3076 13.2781V17.1612C38.3076 17.4408 38.5306 17.6638 38.8067 17.6638H41.9677C41.9677 17.6638 41.9677 21.7238 41.9677 27.0016C41.9677 33.9394 46.8348 34.619 50.1161 34.619C51.6169 34.619 53.4116 34.1376 53.7089 34.0279C53.8894 33.9606 53.9921 33.7766 53.9921 33.5748L53.9956 29.3059C53.9956 29.0263 53.762 28.8033 53.4965 28.8033C53.2346 28.8033 52.5585 28.9095 51.8647 28.9095C49.6418 28.9095 48.8878 27.8759 48.8878 26.5379C48.8878 25.1998 48.8878 17.6638 48.8878 17.6638H53.4116C53.6877 17.6638 53.9107 17.4373 53.9107 17.1612V12.3011C53.9107 12.0215 53.6877 11.795 53.4116 11.795Z" fill="#666666"/> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Mailchimp" aria-label="The Mailchimp integration page" data-turbolinks="false" href="https://ifttt.com/mailchimp"> <div> <svg width="186" height="61" viewBox="0 0 186 61" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="logo-mailchimp"> <g id="Group"> <g id="Group_2"> <path id="Vector" d="M14.3953 39.5511C14.4249 39.587 14.443 39.631 14.4471 39.6773C14.4513 39.7236 14.4413 39.7701 14.4185 39.8107C14.3076 39.9906 14.1487 40.136 13.9596 40.2304C13.7706 40.3249 13.5589 40.3646 13.3485 40.3452C12.9735 40.3048 12.6277 40.1235 12.3812 39.838C12.1347 39.5525 12.0058 39.1841 12.0205 38.8072C12.0141 38.2935 12.1079 37.7836 12.2966 37.3058C12.4157 37.0064 12.4281 36.6751 12.3318 36.3677C12.2354 36.0602 12.0362 35.7953 11.7676 35.6174C11.6086 35.5122 11.4301 35.4399 11.2428 35.4048C11.0554 35.3697 10.8629 35.3726 10.6766 35.4131C10.4941 35.4515 10.3211 35.526 10.1678 35.6322C10.0145 35.7385 9.88402 35.8743 9.78399 36.0317C9.64249 36.2739 9.53248 36.5332 9.45661 36.8033C9.44197 36.8509 9.43016 36.8882 9.42121 36.9123C9.2969 37.2476 9.09872 37.3454 8.96444 37.3274C8.90096 37.3186 8.81367 37.2762 8.75772 37.1227C8.68749 36.6791 8.71936 36.2252 8.8509 35.7957C8.98244 35.3662 9.21019 34.9724 9.51684 34.6441C9.77436 34.3676 10.094 34.1564 10.4494 34.0279C10.8047 33.8993 11.1856 33.8573 11.5604 33.9051C11.9575 33.9597 12.3349 34.1119 12.6587 34.3481C12.9825 34.5843 13.2427 34.8972 13.416 35.2586C13.5915 35.7029 13.6623 36.1815 13.6229 36.6575C13.5836 37.1336 13.4352 37.5941 13.1891 38.0035C13.158 38.0731 13.1295 38.137 13.1055 38.1947C13.017 38.3547 12.9685 38.5335 12.9639 38.7162C12.9593 38.8989 12.9989 39.08 13.0793 39.2441C13.1472 39.342 13.2384 39.4215 13.3446 39.4755C13.4508 39.5295 13.5687 39.5563 13.6878 39.5535C13.8001 39.5519 13.9117 39.5361 14.0201 39.5066C14.1611 39.4735 14.3068 39.4397 14.3953 39.5511ZM49.1525 40.4188C49.0737 42.0373 48.7317 43.6321 48.1401 45.1407C45.1884 52.2352 38.1444 56.1848 29.7529 55.9348C21.9301 55.7017 15.2582 51.5611 12.3381 44.8115C10.4946 44.7599 8.73109 44.0477 7.36889 42.8046C5.9617 41.6049 5.05759 39.9196 4.83636 38.0838C4.69357 36.8207 4.84977 35.5418 5.29236 34.3503L3.65243 32.9568C-3.85129 26.6017 19.6184 0.435187 27.125 7.00254C27.1628 7.0356 29.6784 9.51154 29.6847 9.51764C29.6947 9.51254 31.0727 8.92642 31.0797 8.92356C37.6636 6.18887 43.0061 7.50928 43.0128 11.8726C43.0163 14.1417 41.5748 16.7866 39.2657 19.1875C40.1885 20.1267 40.8419 21.2968 41.1575 22.5752C41.412 23.4671 41.5496 24.3883 41.5668 25.3156C41.6069 26.2403 41.6513 28.3946 41.6557 28.433C41.7143 28.4507 42.3809 28.6342 42.5829 28.6911C43.9262 28.9858 45.1762 29.6068 46.2225 30.4993C46.7748 31.0393 47.1365 31.7443 47.253 32.5079C47.3954 33.4986 47.1481 34.506 46.5633 35.3183C46.7155 35.6653 46.8475 36.0209 46.9588 36.3832C47.1531 37.0081 47.2945 37.5266 47.3163 37.6036C48.0306 37.6036 49.1525 38.4284 49.1525 40.4188ZM15.9917 36.5258C15.4814 33.2129 13.2471 32.0454 11.7311 31.9621C11.3506 31.9419 10.969 31.9691 10.5952 32.0431C7.88935 32.5907 6.36114 34.8995 6.66185 37.8995C6.88085 39.2451 7.54721 40.4776 8.55324 41.3978C9.55927 42.318 10.8462 42.872 12.206 42.9705C12.4663 42.9774 12.7265 42.9591 12.9832 42.9158C15.7257 42.4466 16.4437 39.4597 15.9917 36.5258ZM20.6166 15.4958C22.9087 13.6114 25.3537 11.9212 27.9264 10.4427C27.9264 10.4427 25.8836 8.06701 25.2667 7.89193C21.4725 6.86315 13.2762 12.5329 8.04317 20.0236C5.92572 23.0544 2.89453 28.4217 4.3438 31.1821C4.85865 31.8017 5.43943 32.3634 6.07588 32.8572C7.04481 31.4915 8.50681 30.556 10.1529 30.2485C12.2122 24.4594 15.8338 19.3533 20.6166 15.4958ZM28.8629 41.7119C28.9635 42.1522 29.1811 42.5572 29.4928 42.884C29.8045 43.2108 30.1986 43.4474 30.6337 43.5687C31.0862 43.7373 31.5531 43.8645 32.0287 43.9487C38.0304 44.9842 43.6413 41.5421 44.9047 40.6752C44.9995 40.6101 45.0622 40.6736 44.9861 40.7885C44.948 40.8496 44.9067 40.9087 44.8624 40.9654C43.3162 42.9658 39.1597 45.2823 33.7518 45.2815C31.3933 45.2811 29.036 44.4476 28.1704 43.167C26.8276 41.1799 28.1039 38.2795 30.3414 38.5817C30.3441 38.5821 31.1071 38.6689 31.3215 38.6927C34.7997 39.0272 38.3056 38.4645 41.5044 37.0582C44.5571 35.6368 45.7104 34.0725 45.5374 32.8062C45.4795 32.413 45.2947 32.0494 45.011 31.7709C44.1762 31.0838 43.1849 30.6128 42.1249 30.3997C41.64 30.2632 41.311 30.176 40.9566 30.0589C40.3265 29.8507 40.015 29.6832 39.9444 28.4946C39.9136 27.9748 39.8233 26.164 39.7905 25.4156C39.733 24.1044 39.5759 22.3121 38.467 21.5721C38.1847 21.3864 37.857 21.2813 37.5193 21.2683C37.3299 21.2567 37.14 21.2754 36.9565 21.3236C36.3948 21.4536 35.8829 21.7438 35.483 22.1591C34.9648 22.6275 34.3554 22.9837 33.6931 23.2055C33.0307 23.4273 32.3297 23.5098 31.6339 23.4479C30.8581 23.4154 30.0359 23.2942 29.0935 23.2381C28.9101 23.2272 28.726 23.2158 28.5423 23.2064C27.3288 23.2383 26.1671 23.7048 25.2687 24.5211C24.3703 25.3375 23.7949 26.4493 23.6474 27.6542C23.1078 31.378 25.7964 33.3023 26.5725 34.4315C26.6925 34.5753 26.7668 34.7516 26.7862 34.9378C26.7657 35.1444 26.6668 35.3353 26.5099 35.4711V35.4723C25.4362 36.6685 24.6817 38.1161 24.316 39.6812C23.9502 41.2463 23.9852 42.8784 24.4177 44.4264C24.5203 44.7981 24.6518 45.1613 24.811 45.5125C26.7728 50.1109 32.8585 52.2521 38.8041 50.3044C39.5826 50.0495 40.3383 49.7294 41.063 49.3476C42.365 48.7022 43.5374 47.8233 44.5221 46.7546C46.0533 45.2156 47.0609 43.2335 47.4019 41.0895C47.5809 39.9042 47.3189 39.4458 46.9616 39.2252C46.709 39.0844 46.4171 39.0309 46.1311 39.0729C45.9796 38.1422 45.714 37.2336 45.3402 36.3678C43.6421 37.6492 41.7226 38.6068 39.6776 39.1927C37.2172 39.8879 34.6576 40.1655 32.1054 40.014C30.4634 39.8809 29.3771 39.4001 28.9686 40.732C31.4523 41.5626 34.0893 41.8316 36.6896 41.5198C36.7079 41.5179 36.7263 41.5196 36.744 41.5249C36.7616 41.5302 36.778 41.5389 36.7922 41.5506C36.8064 41.5622 36.8182 41.5766 36.8269 41.5928C36.8356 41.609 36.841 41.6268 36.8428 41.6451C36.8455 41.6758 36.8387 41.7067 36.8231 41.7334C36.8076 41.76 36.7842 41.7813 36.7561 41.7941C36.7561 41.7941 33.7064 43.2144 28.8629 41.7119ZM19.9311 20.1174C21.9483 18.7013 24.2228 17.6929 26.6267 17.1491C29.3385 16.5206 32.1573 16.513 34.8724 17.1268C34.9674 17.1487 35.0281 16.9836 34.943 16.9358C33.5341 16.2022 31.9787 15.7933 30.3912 15.7391C30.3759 15.7388 30.3609 15.7343 30.348 15.7261C30.3351 15.7179 30.3247 15.7063 30.318 15.6926C30.3113 15.6788 30.3085 15.6635 30.3099 15.6483C30.3113 15.633 30.3169 15.6185 30.326 15.6062C30.5726 15.2825 30.8607 14.9926 31.1828 14.744C31.1973 14.7327 31.2077 14.7171 31.2127 14.6995C31.2177 14.6819 31.2169 14.6632 31.2104 14.646C31.204 14.6289 31.1923 14.6142 31.177 14.6042C31.1616 14.5942 31.1435 14.5893 31.1252 14.5903C29.1811 14.7825 27.3128 15.4442 25.681 16.5183C25.667 16.5278 25.6506 16.5328 25.6337 16.5327C25.6169 16.5327 25.6005 16.5276 25.5866 16.5181C25.5727 16.5086 25.562 16.4951 25.5558 16.4794C25.5497 16.4637 25.5484 16.4466 25.5522 16.4302C25.6836 15.9376 25.8772 15.4637 26.1282 15.02C26.1365 15.0048 26.1397 14.9873 26.1374 14.9702C26.1351 14.953 26.1273 14.9371 26.1152 14.9247C26.1032 14.9123 26.0874 14.9041 26.0704 14.9013C26.0533 14.8985 26.0357 14.9012 26.0203 14.9091C23.6604 16.2117 21.5585 17.9347 19.8182 19.9932C19.8045 20.0088 19.7971 20.0289 19.7973 20.0496C19.7975 20.0704 19.8054 20.0903 19.8193 20.1056C19.8332 20.121 19.8523 20.1307 19.873 20.1328C19.8936 20.135 19.9143 20.1295 19.9311 20.1174ZM35.736 32.758C35.9002 32.862 36.0971 32.9019 36.2889 32.87C36.4806 32.8381 36.654 32.7368 36.7758 32.5852C36.9271 32.2922 36.7074 31.8948 36.2846 31.6974C36.1203 31.5934 35.9235 31.5536 35.7317 31.5856C35.5399 31.6175 35.3666 31.719 35.2448 31.8706C35.0932 32.1634 35.3132 32.5608 35.736 32.758ZM37.0326 28.0066C37.134 28.5341 37.3528 29.0321 37.6728 29.4636C38.0034 29.423 38.3378 29.423 38.6684 29.4636C38.8617 28.8845 38.8786 28.2611 38.717 27.6724C38.4781 26.5862 38.1547 25.9288 37.4865 26.031C36.8185 26.1334 36.7939 26.9204 37.0326 28.0066ZM38.4541 30.5018C38.2856 30.4535 38.1062 30.4591 37.941 30.518C37.7759 30.5769 37.6334 30.686 37.5335 30.83C37.4335 30.9741 37.3813 31.1458 37.384 31.3211C37.3867 31.4964 37.4443 31.6664 37.5486 31.8073C37.6529 31.9482 37.7988 32.0529 37.9656 32.1066C38.1325 32.1603 38.312 32.1604 38.479 32.1069C38.6459 32.0533 38.7919 31.9488 38.8963 31.808C39.0008 31.6673 39.0586 31.4973 39.0615 31.322C39.0857 31.1333 39.036 30.9426 38.9228 30.7897C38.8096 30.6368 38.6416 30.5337 38.4541 30.5018Z" fill="#666666"/> </g> <g id="Group_3"> <path id="Vector_2" d="M27.3608 30.4047C27.2542 30.3897 27.2088 30.3441 27.1954 30.2837C27.154 30.0963 27.4422 29.7879 27.746 29.5653C28.1894 29.2412 28.7087 29.0365 29.254 28.9711C29.7993 28.9056 30.3523 28.9815 30.8598 29.1915C31.334 29.3871 31.7417 29.7153 32.0342 30.1367C32.1428 30.3139 32.1638 30.4513 32.0936 30.5233C31.9842 30.6387 31.7052 30.5065 31.251 30.3073C30.7054 30.0396 30.1024 29.9098 29.495 29.9291C28.7752 30.0475 28.0627 30.2063 27.3608 30.4047ZM31.8878 31.3367C31.6915 31.1304 31.4472 30.976 31.1766 30.8873C30.906 30.7986 30.6177 30.7784 30.3374 30.8285C29.924 30.8725 29.5324 31.0357 29.2102 31.2983C29.06 31.4061 28.9568 31.5673 28.9218 31.7487C28.921 31.7689 28.9246 31.789 28.9324 31.8077C28.9402 31.8263 28.952 31.843 28.967 31.8565C28.9936 31.8807 29.0284 31.8939 29.0644 31.8935C29.2131 31.8717 29.3585 31.8314 29.4972 31.7735C30.1044 31.5447 30.7605 31.4766 31.4018 31.5757C31.699 31.6091 31.8394 31.6277 31.9046 31.5257C31.9213 31.4962 31.9287 31.4624 31.9257 31.4286C31.9227 31.3948 31.9095 31.3628 31.8878 31.3367Z" fill="#666666"/> </g> <g id="Group_4"> <path id="Vector_3" d="M31.0462 31.6094C31.2338 30.9419 31.2445 30.2372 31.0774 29.5644C30.8357 28.4765 30.4701 27.8549 29.7925 27.9572C29.115 28.0596 29.0974 28.9363 29.3158 30.0288C29.4163 30.5294 29.6118 31.0061 29.892 31.433C30.4311 32.1853 30.7976 31.9906 31.0462 31.6094Z" fill="#666666"/> </g> </g> <g id="Group_5"> <path id="Vector_4" d="M74.4328 32.5706C70.7068 32.5706 70.642 36.6386 69.76 36.6386C69.5764 36.6386 69.4306 36.4766 69.4306 36.2534C69.4306 35.9564 69.508 35.699 69.508 35.2184C69.508 33.7586 68.4802 32.5706 66.3256 32.5706C64.4968 32.5706 63.1576 33.4868 62.3404 35.1806C61.9264 36.0392 61.9624 36.6368 61.543 36.6368C61.3882 36.6368 61.2676 36.491 61.2676 36.2804C61.2676 35.6576 61.8166 35.0888 61.8166 33.7514C61.8166 33.404 61.7896 33.1106 61.7338 32.8712H58.1914V46.6124H63.001V39.1568C63.001 37.688 63.631 36.7466 64.7056 36.7466C65.4184 36.7466 66.052 37.3694 66.052 38.5088V46.6124H70.8616V39.1568C70.8616 37.5062 71.6248 36.7466 72.5662 36.7466C73.3546 36.7466 73.9126 37.4756 73.9126 38.5088V46.6124H78.6664V38.1758C78.6664 34.4894 77.203 32.5688 74.4346 32.5688L74.4328 32.5706Z" fill="#666666"/> <path id="Vector_5" d="M107.328 29.0249H102.574V46.6127H107.328V29.0249Z" fill="#666666"/> <path id="Vector_6" d="M108.896 39.5779C108.896 44.2525 111.922 46.9435 115.85 46.9435C118.102 46.9435 119.822 46.0525 120.879 45.1849V40.6507C119.81 41.3815 118.165 42.2167 116.399 42.2167C114.196 42.2167 113.045 41.3023 113.045 39.7165C113.045 38.1307 114.372 37.2433 116.316 37.2433C118.076 37.2433 119.691 37.9435 120.877 38.7553V33.9457C119.873 33.1987 118.1 32.5435 115.848 32.5435C111.632 32.5435 108.895 35.1787 108.895 39.5797L108.896 39.5779Z" fill="#666666"/> <path id="Vector_7" d="M131.351 32.5979C129.417 32.5979 128.298 33.4943 127.475 35.1539C127.113 35.8865 127.086 36.6101 126.678 36.6101C126.525 36.6101 126.402 36.4679 126.402 36.2537C126.402 35.4923 127.31 34.3565 127.31 31.0049C127.31 30.1625 127.227 29.5127 127.063 29.0537H122.914V46.6145H127.724V39.2183C127.724 37.8323 128.453 36.7757 129.565 36.7757C130.393 36.7757 130.967 37.4489 130.967 38.5379V46.6145H135.777V38.0123C135.777 34.4231 134.211 32.5979 131.352 32.5979H131.351Z" fill="#666666"/> <path id="Vector_8" d="M175.486 32.5435C173.36 32.5435 172.275 33.7549 171.668 34.8745C171.188 35.7601 171.118 36.6115 170.705 36.6115C170.504 36.6115 170.403 36.4927 170.403 36.2551C170.403 35.8339 170.952 35.1193 170.952 33.9475C170.952 33.4705 170.914 33.1141 170.842 32.8765H167.242V50.1349H172.079V44.7133C172.693 46.0237 173.978 46.8913 175.735 46.8913C178.903 46.8913 181.066 44.2777 181.066 39.7183C181.066 35.5117 179.061 32.5453 175.488 32.5453L175.486 32.5435ZM174.194 43.7287C173.224 43.7287 172.16 42.7225 172.16 40.1827C172.16 37.9705 173.029 36.6655 174.194 36.6655C175.533 36.6655 176.282 37.9561 176.282 40.1827C176.282 42.6577 175.42 43.7287 174.194 43.7287Z" fill="#666666"/> <path id="Vector_9" d="M87.2602 32.5438C84.7762 32.5438 82.501 33.1576 80.9206 33.9442V37.924C82.7602 36.9304 84.6466 36.1942 86.3008 36.1942C88.072 36.1942 88.8226 37.1284 88.7164 38.3578C88.0018 38.284 87.208 38.2534 86.245 38.2534C82.483 38.2534 80.125 39.7222 80.125 42.919C80.125 45.5452 82.1698 46.8988 84.4072 46.8988C86.6446 46.8988 88.0918 45.8548 88.9612 44.2816C89.4562 43.3852 89.4148 42.8362 89.737 42.8362C89.8954 42.8362 90.0052 42.9496 90.0052 43.126C90.0052 43.7002 89.8414 44.035 89.8414 44.8126C89.8414 45.5398 89.9368 46.1518 90.088 46.5964H93.5458V39.2398C93.5458 35.062 91.6342 32.542 87.2602 32.542V32.5438ZM85.6402 43.522C84.7474 43.522 84.2686 43.1314 84.2686 42.451C84.2686 41.5654 85.102 40.8868 87.2602 40.8868C87.7354 40.8868 88.1656 40.903 88.5562 40.9354C88.3654 42.2008 87.2638 43.522 85.6402 43.522Z" fill="#666666"/> <path id="Vector_10" d="M104.407 19.9223V12.2129H101.097V19.5281C101.097 21.3407 99.8837 22.5521 98.2907 22.5521C96.6977 22.5521 95.4845 21.3389 95.4845 19.5281V12.2129H92.1797L92.1977 19.9223C92.1977 23.2793 94.8851 25.7345 98.2997 25.7345C101.714 25.7345 104.407 23.2847 104.407 19.9223Z" fill="#666666"/> <path id="Vector_11" d="M117.19 25.4681H120.494V15.3089H124.438V12.2129H113.242V15.3089H117.19V25.4681Z" fill="#666666"/> <path id="Vector_12" d="M111.106 12.2183H107.801V25.4735H111.106V12.2183Z" fill="#666666"/> <path id="Vector_13" d="M82.789 25.4681H86.0938V15.3089H90.0358V12.2129H78.8398V15.3089H82.789V25.4681Z" fill="#666666"/> <path id="Vector_14" d="M61.4962 18.8477V12.2183H58.1914V25.4717H61.4962V18.8477Z" fill="#666666"/> <path id="Vector_15" d="M68.1933 18.1527C68.1933 16.3401 69.4065 15.1287 70.9995 15.1287C72.5925 15.1287 73.8057 16.3419 73.8057 18.1527V25.4679H77.1105L77.1015 17.7585C77.0997 14.3997 74.4087 11.9463 70.9941 11.9463C67.5795 11.9463 64.8867 14.3961 64.8867 17.7585V25.4679H68.1915V18.1527H68.1933Z" fill="#666666"/> <path id="Vector_16" d="M161.003 32.5706C157.277 32.5706 157.212 36.6386 156.33 36.6386C156.146 36.6386 156.001 36.4766 156.001 36.2534C156.001 35.9564 156.078 35.699 156.078 35.2184C156.078 33.7586 155.05 32.5706 152.896 32.5706C151.067 32.5706 149.728 33.4868 148.91 35.1806C148.496 36.0392 148.532 36.6368 148.113 36.6368C147.958 36.6368 147.838 36.491 147.838 36.2804C147.838 35.6576 148.387 35.0888 148.387 33.7514C148.387 33.404 148.36 33.1106 148.304 32.8712H144.758V46.6124H149.567V39.1568C149.567 37.688 150.197 36.7466 151.272 36.7466C151.985 36.7466 152.618 37.3694 152.618 38.5088V46.6124H157.428V39.1568C157.428 37.5062 158.191 36.7466 159.133 36.7466C159.921 36.7466 160.479 37.4756 160.479 38.5088V46.6124H165.233V38.1758C165.233 34.4894 163.769 32.5688 161.001 32.5688L161.003 32.5706Z" fill="#666666"/> <path id="Vector_17" d="M140.199 33.8342C139.191 33.8342 138.394 33.6884 137.809 33.395V46.6142H142.562V33.395C141.945 33.6668 141.211 33.8342 140.199 33.8342Z" fill="#666666"/> <path id="Vector_18" d="M140.171 28.9438C138.205 28.9438 137.176 29.8132 137.176 30.8122C137.176 31.8886 138.394 32.6806 140.171 32.6806C141.948 32.6806 143.166 31.8886 143.166 30.8122C143.166 29.8132 142.135 28.9438 140.171 28.9438Z" fill="#666666"/> <path id="Vector_19" d="M98.0818 33.8342C97.0738 33.8342 96.2764 33.6884 95.6914 33.395V46.6142H100.445V33.395C99.8278 33.6668 99.0934 33.8342 98.0818 33.8342Z" fill="#666666"/> <path id="Vector_20" d="M98.0538 28.9438C96.0882 28.9438 95.0586 29.8132 95.0586 30.8122C95.0586 31.8886 96.2772 32.6806 98.0538 32.6806C99.8304 32.6806 101.049 31.8886 101.049 30.8122C101.049 29.8132 100.018 28.9438 98.0538 28.9438Z" fill="#666666"/> </g> </g> </svg> </div> </a> </div> <div class="grid--logo"> <a title="Meta" aria-label="The Meta integration page" data-turbolinks="false" href="https://ifttt.com/facebook"> <div> <svg fill="none" height="33" viewBox="0 0 160 33" width="160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m.183594.946289h158.827v32h-158.827z"/></clipPath><g clip-path="url(#a)" fill="#666"><path d="m5.38736 22.0495c0 1.8396.40377 3.252.93152 4.1064.69194 1.1192 1.72398 1.5933 2.77613 1.5933 1.35709 0 2.59849-.3367 4.99099-3.6456 1.9167-2.6522 4.1751-6.3749 5.6947-8.7087l2.5734-3.954c1.7876-2.74592 3.8567-5.79849 6.2291-7.8676 1.9367-1.68879 4.0259-2.627011 6.1286-2.627011 3.53 0 6.8925 2.045651 9.4659 5.882301 2.8164 4.20191 4.1835 9.49441 4.1835 14.95621 0 3.2469-.64 5.6327-1.729 7.5175-1.0522 1.8228-3.1028 3.644-6.5525 3.644v-5.1971c2.9537 0 3.6909-2.7141 3.6909-5.8203 0-4.4264-1.032-9.3386-3.3055-12.84858-1.6134-2.48963-3.7043-4.01089-6.0047-4.01089-2.4879 0-4.49 1.87644-6.7401 5.22217-1.1962 1.7776-2.4242 3.9439-3.8031 6.3883l-1.5179 2.689c-3.0492 5.4065-3.8216 6.6379-5.3462 8.6702-2.6722 3.5585-4.9541 4.9072-7.95809 4.9072-3.56356 0-5.81697-1.543-7.21257-3.8685-1.139265-1.8949-1.698846-4.3811-1.698846-7.2142z"/><path d="m4.28516 7.1955c2.38576-3.67748 5.82864-6.249211 9.77754-6.249211 2.287 0 4.5605.676861 6.9345 2.615291 2.5969 2.11937 5.3646 5.60921 8.8176 11.36082l1.2381 2.0641c2.9889 4.9793 4.6894 7.5409 5.6846 8.7489 1.28 1.5514 2.1763 2.0138 3.3407 2.0138 2.9538 0 3.6909-2.7141 3.6909-5.8203l4.5906-.1441c0 3.2469-.64 5.6327-1.729 7.5175-1.0521 1.8228-3.1028 3.644-6.5525 3.644-2.1445 0-4.0444-.4658-6.1453-2.4478-1.6151-1.5212-3.5032-4.2236-4.9558-6.6529l-4.3208-7.2176c-2.168-3.6222-4.1567-6.323-5.3077-7.546-1.2381-1.31519-2.8297-2.90346-5.3696-2.90346-2.0557 0-3.8015 1.44251-5.26243 3.64901z"/><path d="m13.9805 6.17854c-2.0558 0-3.8015 1.44251-5.26246 3.64901-2.06576 3.11795-3.33068 7.76205-3.33068 12.22195 0 1.8396.40377 3.252.93152 4.1064l-4.43644 2.9219c-1.139265-1.8949-1.698846-4.3811-1.698846-7.2142 0-5.1519 1.414036-10.5215 4.103036-14.6681 2.38576-3.67748 5.82867-6.249211 9.77757-6.249211z"/><path d="m58.4766 1.95801h6.0196l10.235 18.51639 10.2367-18.51639h5.889v30.42509h-4.9106v-23.31808l-8.9768 16.14748h-4.6073l-8.9751-16.14748v23.31808h-4.9105zm47.7674 11.34409c-3.522 0-5.643 2.6505-6.151 5.9326h11.953c-.247-3.381-2.197-5.9326-5.802-5.9326zm-11.0194 7.8023c0-6.906 4.4633-11.93215 11.1044-11.93215 6.532 0 10.433 4.96255 10.433 12.30075v1.3487h-16.669c.592 3.5702 2.961 5.9761 6.781 5.9761 3.047 0 4.952-.9298 6.758-2.6304l2.609 3.195c-2.458 2.2601-5.584 3.5636-9.542 3.5636-7.1887 0-11.4744-5.2423-11.4744-11.8216zm27.4914-7.3667h-4.52v-4.02095h4.52v-6.64963h4.738v6.64963h6.868v4.02095h-6.868v10.1914c0 3.4798 1.113 4.7162 3.847 4.7162 1.248 0 1.963-.1072 3.021-.2831v3.9774c-1.317.3719-2.574.5428-3.934.5428-5.115 0-7.672-2.7945-7.672-8.3887zm31.556 3.9104c-.951-2.4026-3.074-4.1718-6.194-4.1718-4.054 0-6.649 2.8767-6.649 7.5628 0 4.5688 2.389 7.5845 6.455 7.5845 3.197 0 5.478-1.8597 6.388-4.1734zm4.738 14.735h-4.651v-3.1732c-1.3 1.8681-3.665 3.7161-7.497 3.7161-6.162 0-10.28-5.1586-10.28-11.8869 0-6.7921 4.217-11.86685 10.541-11.86685 3.127 0 5.579 1.24985 7.236 3.45635v-2.91185h4.651z"/></g></svg> </div> </a> </div> <div class="grid--logo brand"> <a href="https://ifttt.com/developers" class="btn--dashed-outline" data-turbolinks=false> <span class="btn--1 txt-body-3">Your brand here</span> <span class="btn--2 txt-body-3 link-standalone">Learn more</span> </a> </div> </div> </div> </section> <section class="container bg--white bottom"> <div class="pt6 pb2 text-center"> <h3 style="text-align: center; margin: 0 auto;">Get every thing working better together</h3> <div class="container grid justify-items-center no-space"> <div class="col c8--md"> <p class="txt-body-2">Discover all of the Applets and Services that IFTTT supports.<br>Check out our <a href="/content_map" title="Content map" style="text-decoration: underline;">content map</a>.</p> </div> </div> <a title="Explore" class="button-secondary" data-turbolinks="false" href="/explore"> Explore </a> </div> </section> </main> </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="Discord and Instagram" title="Discord and Instagram" href="/connect/discord/instagram">Discord and Instagram</a> </li> <li> <a alt="iOS Calendar and Notion" title="iOS Calendar and Notion" href="/connect/ios_calendar/notion_so">iOS Calendar and Notion</a> </li> <li> <a alt="Google Calendar and Google Sheets" title="Google Calendar and Google Sheets" href="/connect/google_calendar/google_sheets">Google Calendar and Google Sheets</a> </li> <li> <a alt="Facebook Pages and YouTube" title="Facebook Pages and YouTube" href="/connect/facebook_pages/youtube">Facebook Pages and YouTube</a> </li> <li> <a alt="SoundCloud and Spotify" title="SoundCloud and Spotify" href="/connect/soundcloud/spotify">SoundCloud and Spotify</a> </li> <li> <a alt="Slack and Trello" title="Slack and Trello" href="/connect/slack/trello">Slack and Trello</a> </li> <li> <a alt="AI Summarizer and Vimeo" title="AI Summarizer and Vimeo" href="/connect/ai_summarizer/vimeo">AI Summarizer and Vimeo</a> </li> <li> <a alt="iOS Reminders and Notion" title="iOS Reminders and Notion" href="/connect/ios_reminders/notion_so">iOS Reminders and Notion</a> </li> <li> <a alt="Telegram and Twitter" title="Telegram and Twitter" href="/connect/telegram/twitter">Telegram and Twitter</a> </li> <li> <a alt="Discord and Twitter" title="Discord and Twitter" href="/connect/discord/twitter">Discord and Twitter</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 &amp; iPhone" title="How to Use NFC Tags for Android &amp; iPhone" href="/explore/how-to-use-nfc-tag-with-phone">How to Use NFC Tags for Android &amp; 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&amp;ct=/&amp;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&amp;utm_source=/&amp;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 () { window.App.Scripts.ProsumerHome() window.App.Scripts.setupLazyLoad() 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>

Pages: 1 2 3 4 5 6 7 8 9 10