# Action

An Action is a task that is performed after the trigger event occurs. For any event workflow to work, there has to be at least one action too. This is a very simple relationship - the trigger event acts as the stimulus for the next step i.e. the action.

Example: In this case, the trigger is a Jenkins job notification and the action is sending an email in GMail.

![](https://351543775-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LC8ka5nvI3WmivYwQ6i%2F-LCCBs8LA6_XqzyQ9wBC%2F-LCCCLbgRzESJ9omn-nF%2Fimage.png?alt=media\&token=b0e8fe88-264c-419b-a076-be4c07d44399)

Now actions can occur based on conditions also, which we will cover in the next part of the documentation.
