Configure The Rule

To configure the required rule:

  1. Navigate to the Rules component in the Catalyst Signals section of the console and click Add Rule. catalyst_tutorials_eventapp_signals_rule_add_rule

  2. Provide a suitable name and description for your Rule. catalyst_tutorials_eventapp_signals_rule_name_rule

  3. Click Choose Event, and select Catalyst Publisher to add the configured Publisher. catalyst_tutorials_eventapp_signals_rule_choose_publisher

  4. Choose User Confirmation as the event that triggers this rule, and click Done. catalyst_tutorials_eventapp_signals_rule_choose_rule_pub

  5. Click Choose Target. catalyst_tutorials_eventapp_signals_rule_target_choice_time

  6. Provide a name for your Target, select Function as the Consumer Type, and select the Event Function you created from the drop-down. catalyst_tutorials_eventapp_signals_rule_target_choose_func

  7. Set the Dispatch Policy as Instant, and enable the Send as Single Event option, and select Transform as the Target Input. catalyst_tutorials_eventapp_signals_rule_target_paylad_start

  8. Enter the text shown below in the Template Compiler section, and click Generate Output.

copy
{
    "email" : $.events[0].data.email_id
}

catalyst_tutorials_eventapp_signals_rule_target_gen_output

  1. Click Save to apply your Target configurations, and click Save to create your Rule. catalyst_tutorials_eventapp_signals_rule_target_complete_save_all

The required Rule has been configured. catalyst_tutorials_eventapp_signals_rule_target_all_done

Last Updated 2025-06-17 17:46:43 +0530 IST