IFTTT Applet skipped [Solved]

Posted on

IFTTT (If This Then That) is a web-based service that allows users to create chains of simple conditional statements, called applets. These applets can automate tasks across various web services and devices. When an applet is skipped, it means that it did not run as expected. There are several reasons an IFTTT applet might be skipped. Let's explore some of the common causes in detail:

1. Connection Issues

Internet Connectivity: If your device or the service IFTTT is trying to connect to is offline or experiencing connectivity issues, the applet may be skipped. IFTTT requires an active internet connection to communicate between services.

Service Downtime: If either the trigger or action service is down for maintenance or experiencing an outage, IFTTT cannot execute the applet.

2. Authentication Problems

Expired Credentials: Over time, the login credentials IFTTT uses to access your connected services may expire or become invalid, especially if you've changed passwords or revoked access.

Permission Changes: If the permissions IFTTT needs to operate a service are altered or revoked, it may not be able to execute tasks that require those permissions.

3. Configuration Errors

Incorrect Setup: Misconfigurations in the applet's setup, such as incorrectly formatted dates, times, or other parameters, can prevent it from running.

Trigger Conditions Not Met: Many applets run based on specific conditions. If these conditions are not met, the applet will be skipped. For example, an applet designed to trigger at a specific time won't run if the condition is inaccurately defined.

4. Rate Limits and Quotas

API Limits: Services often have API rate limits that restrict the number of requests that can be made within a certain timeframe. If IFTTT exceeds these limits, subsequent applets may be skipped until the limit is reset.

IFTTT Tier Limitations: Depending on your IFTTT subscription tier, there might be limitations on how many applets you can run in a given period. Exceeding these limits can result in applets being skipped.

5. Service-Specific Issues

Trigger Service Limitations: Some services have specific limitations or require particular settings to be enabled for IFTTT to interact with them correctly.

Action Service Restrictions: Similarly, the action service might have restrictions or limitations that prevent the applet from performing the desired action.

6. Data and Content Issues

Missing Data: If the data required to trigger or complete an action is missing or inaccessible, the applet cannot run. For instance, an applet that posts to social media won't work if there's no text or media to post.

Content Filters: Some applets use filters to control their execution. If the incoming data doesn't meet these filter criteria, the applet will be skipped.

7. Platform Updates and Changes

API Changes: Services update their APIs over time. If an API change affects the way IFTTT interacts with a service, it may result in applets being skipped until the integration is updated.

IFTTT Updates: Occasionally, updates to the IFTTT platform itself can introduce bugs or changes that affect applet functionality.

Troubleshooting Skipped Applets

  • Check Connectivity: Ensure all involved devices and services are online.
  • Reauthenticate Services: Disconnect and reconnect services on the IFTTT platform to refresh credentials.
  • Review Applet Configuration: Double-check the applet's settings and conditions to ensure they are correct.
  • Monitor Service Status: Look for any notices about outages or maintenance from the involved services.
  • Adjust for Rate Limits: If hitting API limits, try to reduce the frequency of applet runs or check if the service offers higher limits.
  • Contact Support: If you continue to face issues, reaching out to IFTTT support or checking their help center can provide specific guidance.

Understanding the cause of an applet being skipped is crucial for troubleshooting. By systematically checking these areas, users can often resolve the issue and get their applets running smoothly again.


IFTTT is something I’ve been using for a while. I have only used it to keep the Withings body scale data in a MySQL database up until now. Bosch innovation recently launched an IFTTT integration for the Easycontrol CT200 room thermostat technology, so that will now change. It must, of course, be incorporated into Pass2PHP and Domoticz.

IFTTT Applet skipped

For years, I’ve noticed this (Applet skipped) in the Withings webhooks activity log, but I never gave it much thought as it continued to function. In order to make it easier to examine and understand why something doesn’t work, I wanted a clear log activity for the integration into Domoticz.

There are 1840 results for this issue on Google right now. I’ve looked through a number of them, but none of the solutions seemed to work. After doing some additional research, I found that IFTTT doesn’t seem to enjoy either the http2 protocol or the "content security policy upgrade" header. That’s why it’s throwing the error Applet skipped.

I got around it like this:

I set up a different subdomain with the upgrade header removed in the .htaccess file on root and no http2 enabled. That’s all that solves it; the applet is operating okay.