SendEmailsByPanelEmailObject

Description

Send emails

Signature
long SendEmailsByPanelEmailObject(string key, string projectId, string emailObjectId, RespondentFilter respondentFilter, DateTime? schedulingTime)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

panelEmailObjectId

string required

The email ID

respondentFilter

RespondentFilter required

Filter respondents to receive the mail

schedulingTime

DateTime? optional

Time to start task. If null - start immediately.

Response

Data Type Description

long

TaskID

Example