create_thankyou_distribution: Create a thank you distribution for an exisiting email...

Description Usage Arguments Value Examples

View source: R/distributions.R

Description

The thank you email is sent to all respondents who have finished the survey.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
create_thankyou_distribution(
  parent_distribution_id,
  library_id,
  message_id,
  send_date = paste0(Sys.Date() + 2, "T00:00:00Z"),
  from_email = "noreply@qualtrics.com",
  from_name = "Qualtrics",
  reply_to_email = "noreply@qualtrics.com",
  subject = "Thank you for your participation"
)

Arguments

parent_distribution_id

id of the library item

library_id

Library ID of the message

message_id

id of the message item

send_date

date for distribution to be sent

from_email

sender email, default is noreply@qualtrics.com

from_name

appearing sender name, default is Qualtrics

reply_to_email

reply email, default is noreply@qualtrics.com

subject

email subject, default is "Thank you for your participation"

Value

The thank you distribution id

Examples

1
2
3
4
5
6
7
8
## Not run: 
 create_thankyou_distribution(
   "EMD_6yYmF6vopfUz4gn",
   "UR_0NXtl92JJWqfWcJ",
   "MS_0fddN2xI3J0nGQZ"
)

## End(Not run)

ppssphysics/QualtricsInR documentation built on Aug. 30, 2021, 8:12 a.m.