Just like Webhook rules you can now add rules to your HTTP Request and Event Transformation Actions to create events only if they match specific criteria. The action can parse the event data from upstream action to meet these criteria. An event is created only when a rule is matched. If no rule is matched, a log line is emitted. Additionally, the matching rule is included in the meta
object of the event if the action supports metadata configuration .
This helps you avoid attaching multiple trigger actions to your actions, keeping your Tines stories short and efficient.
You can learn more about the usage in our docs:
HTTP Request Action: https://www.tines.com/docs/actions/types/http-request/
Event Transformation Action: https://www.tines.com/docs/actions/types/event-transformation/