public sealed class ContextualTrigger : IMessage<ContextualTrigger>, IEquatable<ContextualTrigger>, IDeepCloneable<ContextualTrigger>, IBufferMessage, IMessage
Defines a trigger that fires when the open email meets a specific criteria.
When the trigger fires, it executes a specific endpoint, usually
in order to create new cards and update the UI.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `ContextualTrigger` class, which defines a trigger that activates when an email meets specific criteria, executing a designated endpoint to potentially update the user interface."],["The `ContextualTrigger` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with inherited members that provide methods such as `GetHashCode` and `GetType`."],["The `ContextualTrigger` class has two constructors, a default one and another which accepts another `ContextualTrigger` object as a parameter, allowing the creation of new instances or copies."],["The class includes properties like `OnTriggerFunction` (the endpoint to call), `TriggerCase`, and `Unconditional`, where `Unconditional` is a trigger that fires when any mail message is opened."],["This documentation covers versions of this class ranging from 1.0.0 to 2.3.0, with the latest version being 2.3.0."]]],[]]