Skip to main content

Customization

You can customize portions of NEMO to suit your organization's needs.

Custom form action required email

This email is sent to the users that can take the next action on a custom form

The following context variables are provided when the email is rendered:

  • custom_form - the custom form that the user can take the next action on
  • action - the next action

Custom form received email

This email is sent to the creator of a custom form when it is submitted

The following context variables are provided when the email is rendered:

  • custom_form - the custom form that the user just submitted

Custom form status update email

This email is sent to the creator of a custom form when the status was updated (if the action has a notification email list, that list is also cc'd)

The following context variables are provided when the email is rendered:

  • custom_form - the custom form whose status was updated
  • action_record - the record of the action that was just taken