Remind survey participants
limesurvey_remind_participantsSend reminder emails to selected or eligible survey participants. Requires explicit confirmation to prevent accidental sends.
Instructions
Send reminder emails to selected or eligible participants. Requires confirm_send_email=true.
Calls LimeSurvey RemoteControl method remind_participants. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| token_ids | No | Participant row IDs, or false for eligible participants. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| continue_on_error | No | Continue after individual email errors. | |
| maximum_reminders | No | Maximum reminders per participant. | |
| confirm_send_email | Yes | Required acknowledgement that email may be sent to participants. | |
| minimum_days_between | No | Minimum days since the previous reminder. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |