Add Trigger

Before adding a trigger to an extension, you must create a function which you want to execute in the trigger.

Follow these steps to add a new trigger to the extension:

  1. Click Extensions menu in the left panel.

  2. Click Extension Details icon over the extension to which you want to associate the function.

    Now, the General Details page of the extension appears.

  3. In that page, go to Triggers tab and click Add Trigger.
    Now, Add Trigger page will be displayed.

  4. Enter Trigger Name and Description.

  5. Select event for which the trigger should execute, from the drop-down list.

  6. Select Function from the drop-down list. This list includes all the functions that you have created.

  7. Select Version of the function that should be associated to the trigger.
    You can select the option "${LATEST}" to associate the latest version of the function to the trigger.

  8. To associate more functions to the trigger, click Add ⨁ symbol on the right side of the already associated function.
    Extra "Associate Functions" fields will appear below the existing ones.

  9. Click Create
    Now, the created trigger will be listed under Triggers tab of the specific Extension Details page.

Limitations:

You can associate upto five functions to a Trigger