How to create an automation with the trigger: Tagged Submission ?
The platform allows you to configure an automation that is triggered automatically when a deposit is tagged. To do this, you must use the “ submission Tagged ” trigger.
In your program, click on the “Automation” menu, then on the “Add a rule” button.
Click on the “ Submission Tagged ” trigger (this rule is triggered when a tag is applied to a repository).
In order for the “ Submission Tagged ” trigger to be configured correctly, it must be associated with an operation. To do this, click on the “Add an operation” button.
You then access the list of operations, and each operation contains actions.
The special feature of this trigger is that you must specify the name of the tag for which it should trigger automation. Otherwise, automation will be activated every time a tag is added , regardless of its name.
You must therefore click on the “New condition” button.
After selecting the condition in the Tags field, in our example, the condition used is that the tag is “Accepted.” You will then need to assign an action by clicking on the “Add an operation” button.
You will then access the operations interface, where you will need to select the “New action” operation. This operation allows you to select the actions to associate with the conditions in order to finalize the setup of your automation with the “ Submission Tagged ” trigger.
In the case of the “ Submission Tagged ” trigger, here are some of the possible actions.
Send an email : this action sends an email to the specified recipients.
Make an HTTP request : this action makes an HTTP POST request to a specific URL.
Once you have associated the action with your trigger, enter the name of your automation, then save the configuration by clicking on the “Save” button at the top right of your screen.
Your automation now appears in the Automation menu.