Effects
Effects are actions that trigger before sending a message to discord, these triggers can be delayed like delayed message delete/update or immediate like filters. In the scenario that a message is filtered out it will not trigger other effects. Effects can only be created/deleted from the Web Dashboard.
Filters
Filters are used to filter out messages before they are sent to Discord.
Meaning if a filter is activated the message will not be sent, for example a filter:
Title EQUALS my-awesome-title
All filter types currently work only on text and are case-sensitive. The available filter types are:
- Disabled - Filter is disables and ignored.
- Equals - Data must match the Filter Value.
- Not Equal - Data does not match the Filter Value.
- Incudes - Data contains the Filter Value.
- Excludes - Data does not contain the Filter Value.
Adding Filters
Creating a filter is only available on the Web Dashboard.
Removing Filters
Remove the filters from the Web Dashboard.
Delayed Message Effects
There are two types of delayed message effects:
- Delayed Message Delete - Cleans up the massage after the specified delay.
- Delayed Message Update - Updates the message after the specified delay.
Only one Delayed Message Delete can be active at a time on a specific feed or integration. However, there is no limit to the number of Delayed Message Updates that can be applied.
Adding Delayed Message Delete
Creating Delayed Message Delete is only available on the Web Dashboard.
Removing Delayed Message Delete
Removing Delayed Message Delete is only available on the Web Dashboard.
Adding Delayed Message Update
Creating Delayed Message Update is only available on the Web Dashboard.
Removing Delayed Message Update
Removing Delayed Message Update is only available on the Web Dashboard.