sp_send_invites: sp_send_invites

View source: R/surveypal_api.R

sp_send_invitesR Documentation

sp_send_invites

Description

Send invites to a survey from Surveypal.

Usage

sp_send_invites(
  json,
  survey_id,
  api_key,
  anonymous = FALSE,
  unique_emails = TRUE,
  subject = NULL,
  message = NULL,
  locale = NULL,
  author = NULL,
  reply_to = NULL,
  send_at = NULL
)

Arguments

json

JSON to import the invitees from.

survey_id

Survey id from Surveypal.

api_key

Api-key from Surveypal.

anonymous

Is the answer anonymous. Default: FALSE.

unique_emails

Is the email unique. Default: TRUE.

subject

Email subject. NULL uses subject defined at the Surveypal.

message

Email message. NULL uses message defined at the Surveypal.

author

The invitation sender name.

reply_to

The invitation reply to email address.

send_at

The date and time when to send invitations.

language

Language of the survey. Default: first language of the survey.


JouniVatanen/Jmisc documentation built on Feb. 3, 2023, 12:28 a.m.