Im wondering if thats achiveble with yours software:
I want to send invitation email to specific person on some event triggered in the different system - lets call it system A. Email template needs to have URL to the survey with parameters (?simple_param=value). Parameter values will came from system A.
Can I use your API (
www.limesurvey.org/manual/RemoteControl_2_API
) for that?
I found only invite_participants(string $sSessionKey,integer $iSurveyID,array $aTokenIds = null,boolean $bEmail = true): array
function but it seems I would need recipient ID first in order to sent invitation email out.
It will be achievable when calling invite_participants function to add to the survey email template parameters to the survey URL? (So to get something like @@SURVEYURL@@?param1=value1¶m2=value2 in the email template that goes to the User?
I want to have survey form prefilled when User clicks on the email survey link.
@@SURVEYURL@@?param1={TOKEN:ATTRIBUTE_1}¶m2={TOKEN:ATTRIBUTE_2} for example.
You set the attribute when you create user.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.