Filter code is a powerful feature that enables IFTTT Pro+ users to customize their Applets with expanded functionality.
Please note that some generated code includes the placeholder Action.skip()
- you'll need to replace this with the specific skip code for your Applet's action(s).
The skip code will end in .skip()
, and can be found in the Actions section below the filter code editor when creating your Applet:
Generate filter code to run or skip actions between certain times
if the is between and
Filter code will be generated when you click the button below
Run or skip on a certain day
You can run or skip an action on certain days. Days are numbered from 0 (Sunday) to 6 (Saturday), and the filter code can be modified to include multiple days by using an OR operator.
only on a
Filter code will be generated when you click the button below
Check for a keyword
This code will check whether a given ingredient contains a particular string (case-sensitive).
Be sure to input an ingredient from a trigger or query used in your Applet, e.g. Email.sendIftttAnEmail.Body
A list of available ingredients can be found below the filter code editor when creating your Applet.
if this string is found in this ingredient
Filter code will be generated when you click the button below