Invitation failed


Via the form menu item Publish there is the possibility to create new tasks and optionally send an invitation to this task via email. This event occurs when sending the invitation failed (for example, due to an incorrect email address).

System variables

Events of type Invitation failed provide Systemvariables which can be used in subsequent actions.

Default variables

[%$TRIGGER%]
Can be used in the new workflow to access the data provided by the current event. This data will be returned as JSON. The individual values of the event can be accessed via JsonPath (see [%$TRIGGER.<JSON_PATH>%]).
[%$TRIGGER.<JSON_PATH>%]
Depending on the type of event, different information is provided via the event variables. Specific information of the event can be accessed via JsonPath. Which information the different event types provide can be seen via the infobox at the event.

Event specific variables

[%$TRIGGER.mailTo%]
Email address of the recipient to whom the invitation was sent. Empty string if sending the email was disabled.