AddInvitationsBody
- allowType: boolean
Duplicates How duplicate respondent will be handled
- true(default): All duplicate email/sms will be added.
- false: Only email/sms that do not have an existing invitation will be added.
- invitationsType: array object[] · AddInvitationsItem[]
Invitations that should be created
- respondentType: object
Respondent information. Valid values for key [EMAIL, SMS(only if activated on the account)].
The corresponding value need to match the type. E.g.- EMAIL:
"EMAIL": "example@questback.com" - SMS:
"SMS": "+47123456789"
- EMAIL:
- respondentType: object
Data Possible to add data to the generic respondent data fields. The Field needs to exists on the quest before you can use it.
E.g. If a field named 'Department' exists on the quest then we can add"Department": "Sales"to"fieldData"
- languageType: string
Code The language code in BCP 47 format.