An open API service indexing awesome lists of open source software.

https://github.com/ctsit/copy_email_alert_log_to_field

A REDCap module to copy email alert log entries into a REDCap Field
https://github.com/ctsit/copy_email_alert_log_to_field

Last synced: about 1 year ago
JSON representation

A REDCap module to copy email alert log entries into a REDCap Field

Awesome Lists containing this project

README

          

# Copy Email Alert Log to Field
A REDCap module to copy email alert log entries into a user-defined REDCap text field. All alerts tied to an event will appear in the corresponding field on that event.

![](img/comment_field.png)

## Prerequisites
- REDCap >= 9.3.5

## Installation
- Clone this repo into to `/modules/copy_email_alert_log_to_field_v0.0.0`.
- Go to **Control Center > Manage External Modules** and enable Copy Email Alert Log to Field
- For each project you want to use this module, go to the project home page, click on **Manage External Modules** link, and then enable Copy Email Alert Log to Field for that project.

## Configuration

- **Field to pipe alert log**: Select a field to write email alert logs into. The chosen field **must exist** in each REDCap event where you would like to capture alerts.
- **Search all alerts on next run**: Check this box to search the log of all alerts on the next run for alert history to copy into the field. This switch is recommended only if you are enabling this module on a project which has already sent email alerts out. As it should only be needed once, this switch turns itself off after running once.