View source: R/surveypal_api.R
sp_send_invites | R Documentation |
Send invites to a survey from Surveypal.
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 )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.