Email registered participants
limesurvey_mail_registered_participantsSend registration emails to survey participants. Optionally apply conditions to override recipient selection.
Instructions
Send registration emails to survey participants. Requires confirm_send_email=true.
Calls LimeSurvey RemoteControl method mail_registered_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. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| confirm_send_email | Yes | Required acknowledgement that email may be sent to participants. | |
| override_conditions | No | Replacement email conditions as an object or positional condition list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |