Triggers

Triggers are used to call the function automatically when particular events occur. You can create triggers to associate Functions with Events. Let's say you want to trigger an email when an item is created. You can create a send mail function. Next, create a trigger and associate the send mail function with the creation of a work item event. An email will be sent when an item is created.

Type=JSONArray

There are two types of trigger events:

  • Extension lifecycle events
  • Zoho Sprints events

The following are the Sprints events

  • Item Create
  • Item Update
  • Item Delete
  • Item Comment Add
  • Item Comment Update
  • Item Comment Delete

Learn more about Sigma supported events here.