AddInvitationsBody

  • allowDuplicates
    Type: boolean

    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.
  • invitations
    Type: array object[] · AddInvitationsItem[]

    Invitations that should be created

    • respondent
      Type: 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"
    • respondentData
      Type: object

      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"

  • languageCode
    Type: string

    The language code in BCP 47 format.