Create a new email task to the survey.

Creates a new email task for the survey. Does not add any contents to the email task but just a container for incoming content. Use other methods to add content.

curl -i -X PUT \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/survey/:id/emailtask?date:=date'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!